C# 클래스 PhasorProtocolAdapters.CalculatedMeasurementBase

Represents the base class for calculated measurements that use phasor data.
This base class extends ActionAdapterBase by automatically looking up the SignalType for each of the input and output measurements.
상속: GSF.TimeSeries.Adapters.ActionAdapterBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

Private Properties

프로퍼티 타입 설명
LookupSignalType SignalType

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes CalculatedMeasurementBase.

비공개 메소드들

메소드 설명
LookupSignalType ( MeasurementKey key ) : SignalType

메소드 상세

Initialize() 공개 메소드

Initializes CalculatedMeasurementBase.
public Initialize ( ) : void
리턴 void