C# Класс EpriExport.FileExporter

Наследование: PhasorProtocolAdapters.CalculatedMeasurementBase
Показать файл Открыть проект

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