Class defining the updater.
More...
#include <updater_base.h>
|
| UpdaterBase (uint64_t id) |
| Construct a new Updater object.
|
|
virtual | ~UpdaterBase ()=default |
| Destroy the Updater Base object.
|
|
virtual void | UpdateState (std::string state)=0 |
| Update the HMI state.
|
|
virtual void | Event (std::string event)=0 |
| Process at HMI event.
|
|
Class defining the updater.
◆ UpdaterBase()
gva::UpdaterBase::UpdaterBase |
( |
uint64_t |
id | ) |
|
|
inlineexplicit |
Construct a new Updater object.
- Parameters
-
id | The HMI identity, will only get updates for this ID. |
◆ Event()
virtual void gva::UpdaterBase::Event |
( |
std::string |
event | ) |
|
|
pure virtual |
Process at HMI event.
- Parameters
-
Implemented in gva::Updater.
◆ UpdateState()
virtual void gva::UpdaterBase::UpdateState |
( |
std::string |
state | ) |
|
|
pure virtual |
Update the HMI state.
- Parameters
-
Implemented in gva::Updater.
The documentation for this class was generated from the following file: