C# Class GSF.PhasorProtocols.Macrodyne.PhasorValue

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

Public Methods

Method Description
PhasorValue ( GSF.PhasorProtocols.Macrodyne.DataCell parent, GSF.PhasorProtocols.Macrodyne.PhasorDefinition phasorDefinition, System.Angle angle, double magnitude ) : System

Creates a new PhasorValue from specified parameters.

PhasorValue ( GSF.PhasorProtocols.Macrodyne.DataCell parent, GSF.PhasorProtocols.Macrodyne.PhasorDefinition phasorDefinition, double real, double imaginary ) : System

Creates a new PhasorValue from specified parameters.

PhasorValue ( IDataCell parent, IPhasorDefinition phasorDefinition ) : System

Creates a new PhasorValue.

Protected Methods

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

Creates a new PhasorValue from serialization parameters.

Private Methods

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

Method Details

PhasorValue() public method

Creates a new PhasorValue from specified parameters.
public PhasorValue ( GSF.PhasorProtocols.Macrodyne.DataCell parent, GSF.PhasorProtocols.Macrodyne.PhasorDefinition phasorDefinition, System.Angle angle, double magnitude ) : System
parent GSF.PhasorProtocols.Macrodyne.DataCell The parent of this .
phasorDefinition GSF.PhasorProtocols.Macrodyne.PhasorDefinition The associated with this .
angle System.Angle The value (a.k.a., the argument) of this , in radians.
magnitude double The magnitude value (a.k.a., the absolute value or modulus) of this .
return System

PhasorValue() public method

Creates a new PhasorValue from specified parameters.
public PhasorValue ( GSF.PhasorProtocols.Macrodyne.DataCell parent, GSF.PhasorProtocols.Macrodyne.PhasorDefinition phasorDefinition, double real, double imaginary ) : System
parent GSF.PhasorProtocols.Macrodyne.DataCell The parent of this .
phasorDefinition GSF.PhasorProtocols.Macrodyne.PhasorDefinition The associated with this .
real double The real value of this .
imaginary double The imaginary value of this .
return System

PhasorValue() public method

Creates a new PhasorValue.
public PhasorValue ( IDataCell parent, IPhasorDefinition phasorDefinition ) : System
parent IDataCell The parent of this .
phasorDefinition IPhasorDefinition The associated with this .
return System

PhasorValue() protected method

Creates a new PhasorValue from serialization parameters.
protected PhasorValue ( 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