C# Класс PhasorProtocolAdapters.PhasorMeasurementMapper.MissingDataMonitor

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

Открытые методы

Метод Описание
Start ( ) : void

Starts the MissingDataMonitor.

Защищенные методы

Метод Описание
PublishFrame ( IFrame frame, int index ) : void

Called when a frame is published by the underlying concentrator engine.

Описание методов

PublishFrame() защищенный Метод

Called when a frame is published by the underlying concentrator engine.
protected PublishFrame ( IFrame frame, int index ) : void
frame IFrame The frame that is published.
index int The index of the frame from 0 to - 1.
Результат void

Start() публичный Метод

Starts the MissingDataMonitor.
public Start ( ) : void
Результат void