Method | Description | |
---|---|---|
ConfigurationCell ( GSF.PhasorProtocols.Anonymous.ConfigurationFrame parent, ushort idCode ) : System |
Creates a new ConfigurationCell from specified parameters.
|
|
ConfigurationCell ( ushort idCode ) : System |
Creates a new ConfigurationCell from specified parameters.
|
|
GetMetadata ( MeasurementMetadata>.Dictionary |
Get MeasurementMetadata for specified SignalKind.
|
|
GetMetadata ( MeasurementMetadata>.Dictionary |
Get MeasurementMetadata for specified SignalKind.
|
|
GetObjectData ( |
Populates a SerializationInfo with the data needed to serialize the target object.
|
|
GetSignalReference ( SignalKind type ) : string |
Get signal reference for specified SignalKind.
|
|
GetSignalReference ( SignalKind type, int index, int count ) : string |
Get signal reference for specified SignalKind and index.
|
Method | Description | |
---|---|---|
ConfigurationCell ( |
Creates a new ConfigurationCell from serialization parameters.
|
public ConfigurationCell ( GSF.PhasorProtocols.Anonymous.ConfigurationFrame parent, ushort idCode ) : System | ||
parent | GSF.PhasorProtocols.Anonymous.ConfigurationFrame | The reference to parent |
idCode | ushort | The numeric ID code for this |
return | System |
protected ConfigurationCell ( |
||
info | The |
|
context | The source |
|
return | System |
public ConfigurationCell ( ushort idCode ) : System | ||
idCode | ushort | The numeric ID code for this |
return | System |
public GetMetadata ( MeasurementMetadata>.Dictionary |
||
lookup | MeasurementMetadata>.Dictionary | A lookup table by signal reference. |
type | SignalKind | |
return |
public GetMetadata ( MeasurementMetadata>.Dictionary |
||
lookup | MeasurementMetadata>.Dictionary | A lookup table by signal reference. |
type | SignalKind | |
index | int | Index |
count | int | Number of signals defined for this |
return |
public GetObjectData ( |
||
info | The |
|
context | The destination |
|
return | void |
public GetSignalReference ( SignalKind type ) : string | ||
type | SignalKind | |
return | string |
public GetSignalReference ( SignalKind type, int index, int count ) : string | ||
type | SignalKind | |
index | int | Index |
count | int | Number of signals defined for this |
return | string |