C# Class GSF.PhasorProtocols.IEC61850_90_5.PhasorDefinition

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

Private Properties

Свойство Type Description
CreateNewDefinition IPhasorDefinition
ParseConversionFactor int

Méthodes publiques

Méthode Description
PhasorDefinition ( GSF.PhasorProtocols.IEC61850_90_5.ConfigurationCell parent, string label, uint scale, double offset, PhasorType type, PhasorDefinition voltageReference ) : System

Creates a new PhasorDefinition from specified parameters.

PhasorDefinition ( IConfigurationCell parent ) : System

Creates a new PhasorDefinition from specified parameters.

Méthodes protégées

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

Creates a new PhasorDefinition from serialization parameters.

Private Methods

Méthode Description
CreateNewDefinition ( IConfigurationCell parent, byte buffer, int startIndex, int &parsedLength ) : IPhasorDefinition
ParseConversionFactor ( byte buffer, int startIndex ) : int

Parses conversion factor image from the specified buffer.

Method Details

PhasorDefinition() public méthode

Creates a new PhasorDefinition from specified parameters.
public PhasorDefinition ( GSF.PhasorProtocols.IEC61850_90_5.ConfigurationCell parent, string label, uint scale, double offset, PhasorType type, PhasorDefinition voltageReference ) : System
parent GSF.PhasorProtocols.IEC61850_90_5.ConfigurationCell The parent of this .
label string The label of this .
scale uint The integer scaling value of this .
offset double The offset of this .
type PhasorType The of this .
voltageReference PhasorDefinition The associated that represents the voltage reference (if any).
Résultat System

PhasorDefinition() public méthode

Creates a new PhasorDefinition from specified parameters.
public PhasorDefinition ( IConfigurationCell parent ) : System
parent IConfigurationCell The parent of this .
Résultat System

PhasorDefinition() protected méthode

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