C# Class COMTRADEAdapters.FileExporter

Inheritance: PhasorProtocolAdapters.CalculatedMeasurementBase
Afficher le fichier Open project: GridProtectionAlliance/gsf

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Initialize ( ) : void

Initializes FileExporter.

Méthodes protégées

Méthode 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 méthode

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.
Résultat void

Initialize() public méthode

Initializes FileExporter.
public Initialize ( ) : void
Résultat void

PublishFrame() protected méthode

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.
Résultat void