Contains an implementation of the phasor classes used to parse or generate a stream of data in the IEEE 1344-1995 standard format.
Declaration Syntax
C# | Visual Basic | Visual C++ |
namespace TVA.PhasorProtocols.Ieee1344
Namespace TVA.PhasorProtocols.Ieee1344
namespace TVA.PhasorProtocols.Ieee1344
Types
All Types | Classes | Enumerations |
Icon | Type | Description |
---|---|---|
CommandFrame |
Represents the IEEE 1344 implementation of a ICommandFrame that can be sent or received.
| |
Common |
Common IEEE 1344 declarations and functions.
| |
CommonFrameHeader |
Represents the common header for all IEEE 1344 frames of data.
| |
ConfigurationCell |
Represents the IEEE 1344 implementation of a IConfigurationCell that can be sent or received.
| |
ConfigurationCellCollection |
Represents a IEEE 1344 implementation of a collection of IConfigurationCell objects.
| |
ConfigurationFrame |
Represents the IEEE 1344 implementation of a IConfigurationFrame that can be sent or received.
| |
DataCell |
Represents the IEEE 1344 implementation of a IDataCell that can be sent or received.
| |
DataCellCollection |
Represents a IEEE 1344 implementation of a collection of IDataCell objects.
| |
DataFrame |
Represents the IEEE 1344 implementation of a IDataFrame that can be sent or received.
| |
DigitalDefinition |
Represents the IEEE 1344 implementation of a IDigitalDefinition.
| |
DigitalValue |
Represents the IEEE 1344 implementation of a IDigitalValue.
| |
FrameImageCollector |
Collects frame images until a full IEEE 1344 frame has been received.
| |
FrameParser |
Represents a frame parser for an IEEE 1344 binary data stream that returns parsed data via events.
| |
FrameType |
IEEE 1344 frame types enumeration.
| |
FrequencyDefinition |
Represents the IEEE 1344 implementation of a IFrequencyDefinition.
| |
FrequencyValue |
Represents the IEEE 1344 implementation of a IFrequencyValue.
| |
HeaderFrame |
Represents the IEEE 1344 implementation of a IHeaderFrame that can be sent or received.
| |
PhasorDefinition |
Represents the IEEE 1344 implementation of a IPhasorDefinition.
| |
PhasorValue |
Represents the IEEE 1344 implementation of a IPhasorValue.
| |
TriggerStatus |
IEEE 1344 trigger status enumeration.
|