Method | Description | |
---|---|---|
FrequencyValue ( GSF.PhasorProtocols.BPAPDCstream.DataCell parent, |
Creates a new FrequencyValue from specified parameters.
|
|
FrequencyValue ( IDataCell parent, IFrequencyDefinition frequencyDefinition ) : System |
Creates a new FrequencyValue.
|
Method | Description | |
---|---|---|
FrequencyValue ( |
Creates a new FrequencyValue from serialization parameters.
|
|
ParseBodyImage ( byte buffer, int startIndex, int length ) : int |
Parses the binary body image.
|
Method | Description | |
---|---|---|
CalculateBinaryLength ( IFrequencyDefinition definition ) : uint | ||
CreateNewValue ( IDataCell parent, IFrequencyDefinition definition, byte buffer, int startIndex, int &parsedLength ) : IFrequencyValue |
public FrequencyValue ( GSF.PhasorProtocols.BPAPDCstream.DataCell parent, |
||
parent | GSF.PhasorProtocols.BPAPDCstream.DataCell | The |
frequencyDefinition | The |
|
frequency | double | The floating point value that represents this |
dfdt | double | The floating point value that represents the change in this |
return | System |
public FrequencyValue ( IDataCell parent, IFrequencyDefinition frequencyDefinition ) : System | ||
parent | IDataCell | The |
frequencyDefinition | IFrequencyDefinition | The |
return | System |
protected FrequencyValue ( |
||
info | The |
|
context | The source |
|
return | System |
protected ParseBodyImage ( byte buffer, int startIndex, int length ) : int | ||
buffer | byte | Binary image to parse. |
startIndex | int | Start index into |
length | int | Length of valid data within |
return | int |