3#include "../../global.hpp"
18 explicit SoftwareTrigger(
const DevicePtr &parent) noexcept
15 class SoftwareTrigger {
…};
55 using Driver::SoftwareTrigger;
void SendTrigger()
Send default trigger.
Definition decl_software_trigger.hpp:37
DevicePtr Parent() const noexcept
Gets the parent device of this interface.
Definition decl_software_trigger.hpp:28
Namespace for driver or device related operations.
Definition decl_composite.hpp:28
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17
std::shared_ptr< Device > DevicePtr
Convenience shared pointer for Device.
Definition global.hpp:98