C# Class GSF.PhasorProtocols.IEEEC37_118.AnalogValue

Inheritance: AnalogValueBase
Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
AnalogValue ( SerializationInfo info, StreamingContext context ) : System

Creates a new AnalogValue from serialization parameters.

Private Methods

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

Method Details

AnalogValue() public méthode

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 .
Résultat System

AnalogValue() public méthode

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

AnalogValue() protected méthode

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.
Résultat System