Channel
|
[SerializableAttribute] [FlagsAttribute] public enum ChannelFlags
Member name | Value | Description |
---|---|---|
NoFlags | 0 | No flags. |
TimestampIncluded | 1 | Timestamp included if not set (yes = 0). |
MacrodyneFormat | 2 | Macrodyne or IEEE format (Macrodyne = 1). |
PdcExchangeFormat | 4 | PDC format if set (yes = 1). |
DataSortedByTimestamp | 8 | Sorted by timestamp if not set (yes = 0). |
DataSortedByArrival | 16 | Data out of sync if set (yes = 1). |
PmuSynchronized | 32 | Not sync'd if set (yes = 0). |
TransmissionErrors | 64 | Errors if set (yes = 1). |
DataIsValid | 128 | Valid if not set (yes = 0). |