C# Class PhasorProtocolAdapters.PhasorMeasurementMapper.MissingDataMonitor

Inheritance: GSF.TimeSeries.ConcentratorBase
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode Description
Start ( ) : void

Starts the MissingDataMonitor.

Méthodes protégées

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

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

Method Details

PublishFrame() protected méthode

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

Start() public méthode

Starts the MissingDataMonitor.
public Start ( ) : void
Résultat void