An interface which provides a trigger callback function. More...
#include <PvStreamingChannelSourceTrigger.h>
Public Member Functions | |
| virtual void | TriggerCallbackMethod (const IPvTriggerSelector *aTriggerSelector)=0 |
| The callback to implement to receive notice of a trigger generation. More... | |
An interface which provides a trigger callback function.
When a class implements the IPvTriggerCallback the TriggerCallMethod will be called when a Trigger is generated.
|
pure virtual |
The callback to implement to receive notice of a trigger generation.
This method should never block or do complicated processing. It should only signal that a Trigger has occurred.
| [out] | aTriggerSelector | the TriggerSelector being fired |
Copyright (c) 2002-2024 Pleora Technologies Inc.
www.pleora.com