3#include "../../global.hpp"
18 explicit SoftwareTrigger(
const DevicePtr &parent) noexcept
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:27
Root namespace for the Image Manager interface.
Definition version.hpp:11
std::shared_ptr< Device > DevicePtr
Convenience shared pointer for Device.
Definition global.hpp:98