ConcentratorBase Methods

Methods

AssignMeasurementToFrame Assigns IMeasurement to its associated IFrame.
CreateNewFrame Creates a new IFrame for the given timestamp.
CurrentMillisecondsFromRealTime Returns the deviation, in milliseconds, that the current time is from real-time (i.e., RealTime).
CurrentSecondsFromRealTime Returns the deviation, in seconds, that the current time is from real-time (i.e., RealTime).
Dispose Releases all the resources used by the ConcentratorBase object.
Dispose(Boolean) Releases the unmanaged resources used by the ConcentratorBase object and optionally releases the managed resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Releases the unmanaged resources before the ConcentratorBase object is reclaimed by GC.
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
MillisecondsFromRealTime Returns the deviation, in milliseconds, that the given number of ticks is from real-time (i.e., RealTime).
OnDiscardingMeasurements Raises the DiscardingMeasurements event.
OnProcessException Raises the ProcessException event.
OnUnpublishedSamples Raises the UnpublishedSamples event.
PublishFrame Publish IFrame of time-aligned collection of IMeasurement values that arrived within the concentrator's defined LagTime.
ResetStatistics Resets the statistics of the concentrator.
SecondsFromRealTime Returns the deviation, in seconds, that the given number of ticks is from real-time (i.e., RealTime).
SortMeasurement Sorts the IMeasurement placing the data point in its proper IFrame.
SortMeasurements Sorts each IMeasurement placing each data point in its proper IFrame.
Start Starts the concentrator, if it is not already running.
Stop Stops the concentrator.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also