public class Timestamped<T> extends Alarm<T>
| Modifier and Type | Field and Description |
|---|---|
static long |
EPOCH_SECONDS_PAST_1970 |
protected int |
nanos |
protected long |
seconds
past 1.1.2970
|
alarmSeverity, alarmStatus| Constructor and Description |
|---|
Timestamped() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMillis() |
int |
getNanos() |
long |
getSeconds() |
void |
setNanos(int nanos) |
void |
setSeconds(long seconds) |
getAlarmSeverity, getAlarmStatus, setAlarmSeverity, setAlarmStatuspublic static final long EPOCH_SECONDS_PAST_1970
protected long seconds
protected int nanos