#include <IApplicationInterface.h>
◆ ~IApplicationInterface()
virtual IApplicationInterface::~IApplicationInterface |
( |
| ) |
|
|
virtualdefault |
◆ getApplicationState()
◆ getSystemStates()
virtual SystemStates IApplicationInterface::getSystemStates |
( |
| ) |
const |
|
pure virtual |
◆ getUserStates()
virtual UserStates IApplicationInterface::getUserStates |
( |
| ) |
const |
|
pure virtual |
◆ setSystemButtonCallback()
◆ setSystemConnectionState()
virtual void IApplicationInterface::setSystemConnectionState |
( |
ConnectionState |
state | ) |
|
|
pure virtual |
set the system Connection state and light the necessary LED the right color
Implemented in ApplicationInterface.
◆ setSystemDeviceState()
virtual void IApplicationInterface::setSystemDeviceState |
( |
DeviceState |
state | ) |
|
|
pure virtual |
set the system Connection state and set the seven segment accordingly
Implemented in ApplicationInterface.
◆ setSystemHostHandshaked()
virtual void IApplicationInterface::setSystemHostHandshaked |
( |
bool |
handshaked | ) |
|
|
pure virtual |
◆ setSystemRemoteHandshaked()
virtual void IApplicationInterface::setSystemRemoteHandshaked |
( |
bool |
handshaked | ) |
|
|
pure virtual |
◆ setUserLed()
virtual void IApplicationInterface::setUserLed |
( |
bool |
state | ) |
|
|
pure virtual |
◆ setUserSegment()
virtual void IApplicationInterface::setUserSegment |
( |
UserSegment |
segment | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: