Contains an implementation of the phasor classes used to parse or generate a stream of data in the Macrodyne PMU device format.

C# | Visual Basic | Visual C++ |
namespace TVA.PhasorProtocols.Macrodyne
Namespace TVA.PhasorProtocols.Macrodyne
namespace TVA.PhasorProtocols.Macrodyne

All Types | Classes | Enumerations |
Icon | Type | Description |
---|---|---|
![]() | ClockStatusFlags |
Macrodyne clock status flags enumeration (from byte 1 in time string).
|
![]() | CommandFrame |
Represents the Macrodyne implementation of a ICommandFrame that can be sent or received.
|
![]() | Common |
Common Macrodyne declarations and functions.
|
![]() | CommonFrameHeader |
Represents the common header for all Macrodyne frames of data.
|
![]() | ConfigurationCell |
Represents the Macrodyne implementation of a IConfigurationCell that can be sent or received.
|
![]() | ConfigurationCellCollection |
Represents a Macrodyne implementation of a collection of IConfigurationCell objects.
|
![]() | ConfigurationFrame |
Represents the Macrodyne implementation of a IConfigurationFrame that can be sent or received.
|
![]() | ConfigurationFrameParsingState |
Represents the Macrodyne implementation of the parsing state used by a ConfigurationFrame.
|
![]() | DataCell |
Represents the Macrodyne implementation of a IDataCell that can be sent or received.
|
![]() | DataCellCollection |
Represents a Macrodyne implementation of a collection of IDataCell objects.
|
![]() | DataFrame |
Represents the Macrodyne implementation of a IDataFrame that can be sent or received.
|
![]() | DataInputCommand |
Macrodyne data input commands enumeration.
|
![]() | DeviceCommand |
Macrodyne set and request commands enumeration.
|
![]() | DevicePort |
Macrodyne device ports enumeration.
|
![]() | DigitalDefinition |
Represents the Macrodyne implementation of an IDigitalDefinition.
|
![]() | DigitalValue |
Represents the Macrodyne implementation of an IDigitalValue.
|
![]() | FrameParser |
Represents a frame parser for a Macrodyne binary data stream that returns parsed data via events.
|
![]() | FrameType |
Macrodyne frame types enumeration.
|
![]() | FrequencyDefinition |
Represents the Macrodyne implementation of a IFrequencyDefinition.
|
![]() | FrequencyValue |
Represents the Macrodyne implementation of a IFrequencyValue.
|
![]() | GpsStatus |
Macrodyne GPS status enumeration (from Status 2 byte, bits 3-4).
|
![]() | HeaderFrame |
Represents the Macrodyne implementation of a IHeaderFrame that can be sent or received.
|
![]() | OnlineDataFormatFlags |
Macrodyne ON-LINE data format flags enumeration (from RequestOnlineDataFormat 2 byte response).
|
![]() | OperationalLimitFlags |
Macrodyne operational limit reached flags enumeration (from RequestOperationalLimitFlags first byte of 3 byte response).
|
![]() | PhasorDefinition |
Represents the Macrodyne implementation of a IPhasorDefinition.
|
![]() | PhasorValue |
Represents the Macrodyne implementation of a IPhasorValue.
|
![]() | StatusFlags |
Macrodyne status flags enumeration (from Status 1 byte).
|
![]() | TriggerReason |
Macrodyne trigger reason enumeration (from Status 2 byte, bits 0-2).
|