IOutputAdapter Methods

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
GetShortStatus Gets a short one-line adapter status.
(Inherited from IAdapter)
Initialize Initializes the state of the object.
(Inherited from ISupportLifecycle)
QueueMeasurementsForProcessing Queues measurements for processing. Measurements are automatically filtered to the defined InputMeasurementKeys.
RemoveMeasurements Implementations of this function should remove a range of measurements from the internal measurement queue.
SetTemporalConstraint Defines a temporal processing constraint for the adapter.
(Inherited from IAdapter)
Start Starts the adapter, if it is not already running.
(Inherited from IAdapter)
Stop Stops the adapter.
(Inherited from IAdapter)

Extension Methods

InputMeasurementKeys Returns the MeasurementKey values of the IAdapter input measurements.
(Defined by IAdapterExtensions)
OutputMeasurementKeys Returns the MeasurementKey values of the IAdapter output measurements.
(Defined by IAdapterExtensions)
TemporalConstraintIsDefined Returns true if IAdapter has a temporal constraint defined, i.e., either StartTimeConstraint or StopTimeConstraint is not set to its default value.
(Defined by IAdapterExtensions)

See Also