Clock
|
[SerializableAttribute] [FlagsAttribute] public enum ClockStatusFlags
Member name | Value | Description |
---|---|---|
NoFlags | 0 | No flags. |
DacBeyondLimits | 1 | Set when DAC811 adjustment on the GPS board is beyond limits. |
GpsComIssue | 2 | Set when the time output is that from the internal buffer (in GPS board processor) incremented by one second. |
GpsUnlocked | 4 | Set when the internal oscillator is not disciplined (the GPS clock is not locked). |
GpsTimeInvalid | 8 | Set when the last GPS receiver time tag was invalid. |
ResynchronizationPending | 16 | Set when the system is about to be resynchronized to the GPS receiver. |
ErrorCondition | 32 | Set when an error condition exists. |
UsingLocalTime | 64 | Set for local time mode, cleared for UTC mode. |
ClockAndReceiverOutOfSync | 128 | Set when the GPS clock 1 PPS and the GPS receiver 1 PPS differ by more than 5 microseconds. |