HiveMind
|
#include <DeviceStateUI.h>
Public Member Functions | |
DeviceStateUI (IApplicationInterface &appInterface) | |
~DeviceStateUI ()=default | |
void | setDeviceState (DeviceState state) override |
Sets the state of the device. More... | |
Public Member Functions inherited from IDeviceStateUI | |
virtual | ~IDeviceStateUI ()=default |
Private Attributes | |
IApplicationInterface & | m_appInterface |
DeviceStateUI::DeviceStateUI | ( | IApplicationInterface & | appInterface | ) |
|
default |
|
overridevirtual |
Sets the state of the device.
state | the state to set to |
Implements IDeviceStateUI.
|
private |