C# 클래스 GSF.PhasorProtocols.IEEE1344.PhasorDefinition

상속: PhasorDefinitionBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateNewDefinition IPhasorDefinition
ParseConversionFactor int

공개 메소드들

메소드 설명
PhasorDefinition ( GSF.PhasorProtocols.IEEE1344.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.

보호된 메소드들

메소드 설명
PhasorDefinition ( SerializationInfo info, StreamingContext context ) : System

Creates a new PhasorDefinition from serialization parameters.

비공개 메소드들

메소드 설명
CreateNewDefinition ( IConfigurationCell parent, byte buffer, int startIndex, int &parsedLength ) : IPhasorDefinition
ParseConversionFactor ( byte buffer, int startIndex ) : int

Parses conversion factor image from the specified buffer.

메소드 상세

PhasorDefinition() 공개 메소드

Creates a new PhasorDefinition from specified parameters.
public PhasorDefinition ( GSF.PhasorProtocols.IEEE1344.ConfigurationCell parent, string label, uint scale, double offset, PhasorType type, PhasorDefinition voltageReference ) : System
parent GSF.PhasorProtocols.IEEE1344.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).
리턴 System

PhasorDefinition() 공개 메소드

Creates a new PhasorDefinition from specified parameters.
public PhasorDefinition ( IConfigurationCell parent ) : System
parent IConfigurationCell The parent of this .
리턴 System

PhasorDefinition() 보호된 메소드

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.
리턴 System