C# 클래스 EpriExport.FileExporter

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

Private Properties

프로퍼티 타입 설명
WriteFileData void

공개 메소드들

메소드 설명
FileExporter ( ) : System

Creates a new instance of the EPRI FileExporter.

Initialize ( ) : void

Initializes FileExporter.

보호된 메소드들

메소드 설명
PublishFrame ( IFrame frame, int index ) : void

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

비공개 메소드들

메소드 설명
WriteFileData ( ) : void

메소드 상세

FileExporter() 공개 메소드

Creates a new instance of the EPRI FileExporter.
public FileExporter ( ) : System
리턴 System

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