C# Class EpriExport.FileExporter

Inheritance: PhasorProtocolAdapters.CalculatedMeasurementBase
Show file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description
WriteFileData void

Public Methods

Method Description
FileExporter ( ) : System

Creates a new instance of the EPRI FileExporter.

Initialize ( ) : void

Initializes FileExporter.

Protected Methods

Method Description
PublishFrame ( IFrame frame, int index ) : void

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

Private Methods

Method Description
WriteFileData ( ) : void

Method Details

FileExporter() public method

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

Initialize() public method

Initializes FileExporter.
public Initialize ( ) : void
return void

PublishFrame() protected method

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.
return void