|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openiec61850.common.model.datypes.commonacsi.TimeQuality
public class TimeQuality
See 61850-7-2 chapter TypeDefinitions/BasicTypes
Field Summary | |
---|---|
boolean |
clockFailure
The attribute clockFailure shall indicate that the time source of the sending device is unreliable. |
boolean |
clockNotSynchronized
The attribute clockNotSynchronized shall indicate that the time source of the sending device is not synchronized with the external UTC time. |
static TimeQuality |
DEFAULT
|
static TimeQuality |
INVALID
|
boolean |
leapSecondsknown
The value TRUE of the attribute LeapSecondsKnown shall indicate that the value for SecondSinceEpoch takes into account all leap seconds occurred. |
int |
timeAccuracy
The attribute TimeAccuracy shall represent the time accuracy class of the time source of the sending device relative to the external UTC time. |
Constructor Summary | |
---|---|
TimeQuality()
|
|
TimeQuality(boolean clockFailure)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static TimeQuality DEFAULT
public static TimeQuality INVALID
public boolean leapSecondsknown
Date
and Calendar
objects do handle leap seconds, so
this is usually true.
public boolean clockFailure
public boolean clockNotSynchronized
public int timeAccuracy
Date
objects, the accuracy is 1 ms,
that is a timeAccuracy value of 10.
Constructor Detail |
---|
public TimeQuality()
public TimeQuality(boolean clockFailure)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |