C# Class EpriExport.FileExporter

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

Private Properties

Свойство Type Description
WriteFileData void

Méthodes publiques

Méthode Description
FileExporter ( ) : System

Creates a new instance of the EPRI FileExporter.

Initialize ( ) : void

Initializes FileExporter.

Méthodes protégées

Méthode Description
PublishFrame ( IFrame frame, int index ) : void

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

Private Methods

Méthode Description
WriteFileData ( ) : void

Method Details

FileExporter() public méthode

Creates a new instance of the EPRI FileExporter.
public FileExporter ( ) : System
Résultat System

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