21 #ifndef PLUGINS_USBDMX_GENERICDEVICE_H_ 22 #define PLUGINS_USBDMX_GENERICDEVICE_H_ 27 #include "olad/Device.h" 49 const std::string &device_name,
50 const std::string &device_id);
60 const std::string m_device_id;
61 std::auto_ptr<class GenericOutputPort> m_port;
68 #endif // PLUGINS_USBDMX_GENERICDEVICE_H_ A Generic device.
Definition: GenericDevice.h:38
std::string DeviceId() const
The device ID.
Definition: GenericDevice.h:52
bool StartHook()
Called during Start().
Definition: GenericDevice.cpp:40
GenericDevice(ola::AbstractPlugin *owner, class WidgetInterface *widget, const std::string &device_name, const std::string &device_id)
Create a new GenericDevice.
Definition: GenericDevice.cpp:31
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44