C# 클래스 COMTRADEAdapters.FileExporter

상속: PhasorProtocolAdapters.CalculatedMeasurementBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes FileExporter.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the FileExporter object and optionally releases the managed resources.

PublishFrame ( IFrame frame, int index ) : void

Process frame of time-aligned measurements that arrived within the defined lag time.

메소드 상세

Dispose() 보호된 메소드

Releases the unmanaged resources used by the FileExporter object 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

Initialize() 공개 메소드

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

PublishFrame() 보호된 메소드

Process frame of time-aligned measurements that arrived within the defined lag time.
protected PublishFrame ( IFrame frame, int index ) : void
frame IFrame of measurements that arrived within lag time and are ready for processing.
index int Index of within one second of data ranging from zero to frames per second - 1.
리턴 void