C# Class GSF.PhasorProtocols.IEEEC37_118.AnalogValue

Inheritance: AnalogValueBase
Mostra file Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

Method Description
AnalogValue ( GSF.PhasorProtocols.IEEEC37_118.DataCell parent, AnalogDefinition analogDefinition, double value ) : System

Creates a new AnalogValue from specified parameters.

AnalogValue ( IDataCell parent, IAnalogDefinition analogDefinition ) : System

Creates a new AnalogValue.

Protected Methods

Method Description
AnalogValue ( SerializationInfo info, StreamingContext context ) : System

Creates a new AnalogValue from serialization parameters.

Private Methods

Method Description
CreateNewValue ( IDataCell parent, IAnalogDefinition definition, byte buffer, int startIndex, int &parsedLength ) : IAnalogValue

Method Details

AnalogValue() public method

Creates a new AnalogValue from specified parameters.
public AnalogValue ( GSF.PhasorProtocols.IEEEC37_118.DataCell parent, AnalogDefinition analogDefinition, double value ) : System
parent GSF.PhasorProtocols.IEEEC37_118.DataCell The parent of this .
analogDefinition AnalogDefinition The associated with this .
value double The floating point value that represents this .
return System

AnalogValue() public method

Creates a new AnalogValue.
public AnalogValue ( IDataCell parent, IAnalogDefinition analogDefinition ) : System
parent IDataCell The parent of this .
analogDefinition IAnalogDefinition The associated with this .
return System

AnalogValue() protected method

Creates a new AnalogValue from serialization parameters.
protected AnalogValue ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The with populated with data.
context System.Runtime.Serialization.StreamingContext The source for this deserialization.
return System