Stop¶
-
virtual void IAcquisition::Stop() = 0¶
Stops the acquisition run and blocks until all samples are delivered to subscribers.
- Throws
CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.CObjectDestroyedException
– Object is destroyed.
- Remarks
Delivery of these final samples is done as quickly as possible, i.e. the configured OnNextInterval is ignored for the final OnNext() callback.