C# 클래스 HistorianAdapters.RemoteOutputAdapter

상속: GSF.TimeSeries.Adapters.OutputAdapterBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

Private Properties

프로퍼티 타입 설명
HistorianPublisher_ConnectionAttempt void
HistorianPublisher_ConnectionEstablished void
HistorianPublisher_ConnectionTerminated void
HistorianPublisher_ReceiveDataComplete void
HistorianPublisher_ReceiveDataException void
HistorianPublisher_SendDataException void
TransmitPacketType1 void
TransmitPacketType101 void

공개 메소드들

메소드 설명
GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this RemoteOutputAdapter.

Initialize ( ) : void

Initializes this RemoteOutputAdapter.

RemoteOutputAdapter ( ) : System

Initializes a new instance of the RemoteOutputAdapter class.

보호된 메소드들

메소드 설명
AttemptConnection ( ) : void

Attempts to connect to this RemoteOutputAdapter.

AttemptDisconnection ( ) : void

Attempts to disconnect from this RemoteOutputAdapter.

Dispose ( bool disposing ) : void

Releases the unmanaged resources used by this RemoteOutputAdapter and optionally releases the managed resources.

ProcessMeasurements ( IMeasurement measurements ) : void

Publishes measurements for archival.

비공개 메소드들

메소드 설명
HistorianPublisher_ConnectionAttempt ( object sender, EventArgs e ) : void
HistorianPublisher_ConnectionEstablished ( object sender, EventArgs e ) : void
HistorianPublisher_ConnectionTerminated ( object sender, EventArgs e ) : void
HistorianPublisher_ReceiveDataComplete ( object sender, int>.EventArgs e ) : void
HistorianPublisher_ReceiveDataException ( object sender, EventArgs e ) : void
HistorianPublisher_SendDataException ( object sender, EventArgs e ) : void
TransmitPacketType1 ( IMeasurement measurements, int startIndex, int endIndex ) : void
TransmitPacketType101 ( IMeasurement measurements, int startIndex, int endIndex ) : void

메소드 상세

AttemptConnection() 보호된 메소드

Attempts to connect to this RemoteOutputAdapter.
protected AttemptConnection ( ) : void
리턴 void

AttemptDisconnection() 보호된 메소드

Attempts to disconnect from this RemoteOutputAdapter.
protected AttemptDisconnection ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases the unmanaged resources used by this RemoteOutputAdapter and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

GetShortStatus() 공개 메소드

Gets a short one-line status of this RemoteOutputAdapter.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum length of the status message.
리턴 string

Initialize() 공개 메소드

Initializes this RemoteOutputAdapter.
Server is missing from the .
public Initialize ( ) : void
리턴 void

ProcessMeasurements() 보호된 메소드

Publishes measurements for archival.
Acknowledgment is not received from historian for published data.
protected ProcessMeasurements ( IMeasurement measurements ) : void
measurements IMeasurement Measurements to be archived.
리턴 void

RemoteOutputAdapter() 공개 메소드

Initializes a new instance of the RemoteOutputAdapter class.
public RemoteOutputAdapter ( ) : System
리턴 System