C# Класс GSF.PhasorProtocols.IEEEC37_118.AnalogValue

Наследование: AnalogValueBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
AnalogValue ( SerializationInfo info, StreamingContext context ) : System

Creates a new AnalogValue from serialization parameters.

Приватные методы

Метод Описание
CreateNewValue ( IDataCell parent, IAnalogDefinition definition, byte buffer, int startIndex, int &parsedLength ) : IAnalogValue

Описание методов

AnalogValue() публичный Метод

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 .
Результат System

AnalogValue() публичный Метод

Creates a new AnalogValue.
public AnalogValue ( IDataCell parent, IAnalogDefinition analogDefinition ) : System
parent IDataCell The parent of this .
analogDefinition IAnalogDefinition The associated with this .
Результат System

AnalogValue() защищенный Метод

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.
Результат System