21 #ifndef PLUGINS_KARATE_KARATEDEVICE_H_ 22 #define PLUGINS_KARATE_KARATEDEVICE_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;
51 #endif // PLUGINS_KARATE_KARATEDEVICE_H_
std::string DeviceId() const
The device ID.
Definition: KarateDevice.h:39
KarateDevice(ola::AbstractPlugin *owner, const std::string &name, const std::string &path, unsigned int device_id)
Create a new device.
Definition: KarateDevice.cpp:37
Definition: KarateDevice.h:31
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
bool StartHook()
Start this device.
Definition: KarateDevice.cpp:51