C# Class COMTRADEAdapters.FileExporter

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

Private Properties

Property Type Description

Public Methods

Method Description
Initialize ( ) : void

Initializes FileExporter.

Protected Methods

Method Description
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.

Method Details

Dispose() protected method

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

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