SubscribeTriggerStop¶
-
virtual PSubscription IAcquisition::SubscribeTriggerStop(AcquisitionTriggerHandler handler) = 0¶
Subscribes a callback to be executed when a sample matches the stop condition, causing acquisition to be stopped.
- Parameters
handler – Function to be called when trigger stop callback is received.
- Returns
PSubscription – An ISubscription for the callback.
- Throws
CInvalidArgumentException
– Empty callback handler specified.