Implementation of the software trigger. More...
#include <cvb/driver/software_trigger.hpp>
Public Member Functions | |
DevicePtr | Parent () const noexcept |
Gets the parent device of this interface. More... | |
void | SendTrigger () |
Send default trigger. More... | |
void | SendTrigger (int id) |
Send trigger with ID. More... | |
Implementation of the software trigger.
|
inlinenoexcept |
Gets the parent device of this interface.
Does | not throw any exception. |
|
inline |
Send default trigger.
Any | exception derived from std::exception including CvbException. |
|
inline |
Send trigger with ID.
[in] | id | The trigger ID. |
Any | exception derived from std::exception including CvbException. |