Property | Type | Description | |
---|---|---|---|
ConfigFileFormat | string | ||
CreateNewDefinition | IPhasorDefinition | ||
CustomConversionFactor | double |
Method | Description | |
---|---|---|
GetObjectData ( |
Populates a SerializationInfo with the data needed to serialize the target object.
|
|
PhasorDefinition ( GSF.PhasorProtocols.BPAPDCstream.ConfigurationCell parent, int index, string entryValue ) : System |
Creates a new PhasorDefinition from specified parameters.
|
|
PhasorDefinition ( GSF.PhasorProtocols.BPAPDCstream.ConfigurationCell parent, string label, uint scale, double offset, PhasorType type, |
Creates a new PhasorDefinition from specified parameters.
|
|
PhasorDefinition ( IConfigurationCell parent ) : System |
Creates a new PhasorDefinition from specified parameters.
|
Method | Description | |
---|---|---|
PhasorDefinition ( |
Creates a new PhasorDefinition from serialization parameters.
|
Method | Description | |
---|---|---|
ConfigFileFormat ( IPhasorDefinition definition ) : string | ||
CreateNewDefinition ( IConfigurationCell parent, byte buffer, int startIndex, int &parsedLength ) : IPhasorDefinition | ||
CustomConversionFactor ( |
public GetObjectData ( |
||
info | The |
|
context | The destination |
|
return | void |
public PhasorDefinition ( GSF.PhasorProtocols.BPAPDCstream.ConfigurationCell parent, int index, string entryValue ) : System | ||
parent | GSF.PhasorProtocols.BPAPDCstream.ConfigurationCell | The |
index | int | Index of phasor within INI based configuration file. |
entryValue | string | The entry value from the INI based configuration file. |
return | System |
public PhasorDefinition ( GSF.PhasorProtocols.BPAPDCstream.ConfigurationCell parent, string label, uint scale, double offset, PhasorType type, |
||
parent | GSF.PhasorProtocols.BPAPDCstream.ConfigurationCell | The |
label | string | The label of this |
scale | uint | The integer scaling value of this |
offset | double | The offset of this |
type | PhasorType | The |
voltageReference | The associated |
|
return | System |
public PhasorDefinition ( IConfigurationCell parent ) : System | ||
parent | IConfigurationCell | The |
return | System |
protected PhasorDefinition ( |
||
info | The |
|
context | The source |
|
return | System |