C# Класс GSF.TimeSeries.Transport.DataSubscriber.LocalConcentrator

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

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

Метод Описание
LocalConcentrator ( DataSubscriber parent ) : System

Creates a new local concentrator.

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

Метод Описание
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.

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

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

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.
Результат void

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

Creates a new local concentrator.
public LocalConcentrator ( DataSubscriber parent ) : System
parent DataSubscriber
Результат System

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

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.
Результат void