21#ifndef PLUGINS_OPENDMX_OPENDMXDEVICE_H_
22#define PLUGINS_OPENDMX_OPENDMXDEVICE_H_
25#include "olad/Device.h"
34 const std::string &name,
35 const std::string &path,
36 unsigned int device_id);
39 std::string
DeviceId()
const {
return m_device_id; }
46 std::string m_device_id;
std::string DeviceId() const
The device ID.
Definition OpenDmxDevice.h:39
bool StartHook()
Called during Start().
Definition OpenDmxDevice.cpp:60
Code for the Enttec OpenDMX.
Code for supported devices and protocols.
The namespace containing all OLA symbols.
Definition Credentials.cpp:44