C# Class GSF.TimeSeries.Transport.DataSubscriber.LocalConcentrator

Inheritance: ConcentratorBase
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode Description
LocalConcentrator ( DataSubscriber parent ) : System

Creates a new local concentrator.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the LocalConcentrator object and optionally releases the managed resources.

PublishFrame ( IFrame frame, int index ) : void

Publish IFrame of time-aligned collection of IMeasurement values that arrived within the concentrator's defined ConcentratorBase.LagTime.

Method Details

Dispose() protected méthode

Releases the unmanaged resources used by the LocalConcentrator object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void

LocalConcentrator() public méthode

Creates a new local concentrator.
public LocalConcentrator ( DataSubscriber parent ) : System
parent DataSubscriber
Résultat System

PublishFrame() protected méthode

Publish IFrame of time-aligned collection of IMeasurement values that arrived within the concentrator's defined ConcentratorBase.LagTime.
protected PublishFrame ( IFrame frame, int index ) : void
frame IFrame of measurements with the same timestamp that arrived within that are ready for processing.
index int Index of within a second ranging from zero to - 1.
Résultat void