StatusFlags Enumeration
            Macrodyne status flags enumeration (from Status 1 byte).
            
Namespace: Gemstone.PhasorProtocols.MacrodyneAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.147 -- Release Build+f4cca6bc29b9a344db35676d1f49d8207c89dbf5
Gemstone.PhasorProtocols.Macrodyne.StatusFlags = function();
Gemstone.PhasorProtocols.Macrodyne.StatusFlags.createEnum('Gemstone.PhasorProtocols.Macrodyne.StatusFlags', true);
 | NoFlags | 0 | No flags. | 
| TriggerDetected | 1 | TRG = 1 - Trigger detected, table being collected. | 
| OperationalLimitReached | 2 | OP = 1 - Operational limit reached. | 
| ResetOccurred | 4 | UR = 1 - Reset occurred. | 
| TimeError | 8 | TTE = 1	- Error in GPS time or time tag. | 
| ReferenceLost | 16 | RL = 1 - Reference expected but not received. | 
| InputReferenceEnabled | 32 | RI = 1 - Unit enabled to receive reference. | 
| OuputReferenceEnabled | 64 | RO = 1 - Unit set to output reference. | 
| TriggerDetectedMemoryFull | 128 | Trigger detected, but memory full. |