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