SubscribeTriggerStart

virtual PSubscription IAcquisition::SubscribeTriggerStart(AcquisitionTriggerHandler handler) = 0

Subscribes a callback to be executed when a sample matches the start condition, causing acquisition to be started.

Parameters

handler – Function to be called when trigger start callback is received.

Returns

PSubscription – An ISubscription for the callback.

Throws

CInvalidArgumentException – Empty callback handler specified.