Click or drag to resize

ClockStatusFlags Enumeration

Macrodyne clock status flags enumeration (from byte 1 in time string).

Namespace: GSF.PhasorProtocols.Macrodyne
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.282-beta
Syntax
[SerializableAttribute]
[FlagsAttribute]
public enum ClockStatusFlags
Members
Member nameValueDescription
NoFlags0 No flags.
DacBeyondLimits1 Set when DAC811 adjustment on the GPS board is beyond limits.
GpsComIssue2 Set when the time output is that from the internal buffer (in GPS board processor) incremented by one second.
GpsUnlocked4 Set when the internal oscillator is not disciplined (the GPS clock is not locked).
GpsTimeInvalid8 Set when the last GPS receiver time tag was invalid.
ResynchronizationPending16 Set when the system is about to be resynchronized to the GPS receiver.
ErrorCondition32 Set when an error condition exists.
UsingLocalTime64 Set for local time mode, cleared for UTC mode.
ClockAndReceiverOutOfSync128 Set when the GPS clock 1 PPS and the GPS receiver 1 PPS differ by more than 5 microseconds.

The ClockStatusFlags type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name if no description is available.
(Defined by EnumExtensions)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Top
See Also