C# Class PhasorProtocolAdapters.PhasorMeasurementMapper.MissingDataMonitor

Inheritance: GSF.TimeSeries.ConcentratorBase
ファイルを表示 Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
Start ( ) : void

Starts the MissingDataMonitor.

Protected Methods

Method Description
PublishFrame ( IFrame frame, int index ) : void

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

Method Details

PublishFrame() protected method

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

Start() public method

Starts the MissingDataMonitor.
public Start ( ) : void
return void