21 #ifndef PLUGINS_STAGEPROFI_STAGEPROFIDEVICE_H_ 22 #define PLUGINS_STAGEPROFI_STAGEPROFIDEVICE_H_ 26 #include "ola/network/Socket.h" 27 #include "olad/Device.h" 34 namespace stageprofi {
36 class StageProfiWidget;
48 const std::string &name);
64 std::auto_ptr<StageProfiWidget> m_widget;
69 #endif // PLUGINS_STAGEPROFI_STAGEPROFIDEVICE_H_
Definition: StageProfiDevice.h:38
StageProfiDevice(AbstractPlugin *owner, StageProfiWidget *widget, const std::string &name)
Create a new StageProfi device.
Definition: StageProfiDevice.cpp:38
~StageProfiDevice()
Destructor.
Definition: StageProfiDevice.cpp:46
std::string DeviceId() const
The device ID.
Definition: StageProfiDevice.cpp:50
bool StartHook()
Called during Start().
Definition: StageProfiDevice.cpp:54
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44