![]() |
Vivoe Lite 0.5.0
Lightweight GVA like HMI for military displays.
|
#include <glog/logging.h>
#include <memory>
#include <string>
#include "hmicore/gva.h"
#include "hmicore/renderer_map.h"
#include "hmicore/screen_gva.h"
#include "hmicore/states/base_hmi.h"
#include "hmicore/tinyfsm.h"
#include "hmicore/view_gva.h"
Go to the source code of this file.
Data Structures | |
struct | gva::EventKeyPowerOn |
struct | gva::EventKeySA |
Event for SA key press. More... | |
struct | gva::EventKeyWPN |
Event for WPN key press. More... | |
struct | gva::EventKeyDEF |
Event for DEF key press. More... | |
struct | gva::EventKeySYS |
Event for SYS key press. More... | |
struct | gva::EventKeyDRV |
Event for DRV key press. More... | |
struct | gva::EventKeySTR |
Event for STR key press. More... | |
struct | gva::EventKeyCOM |
Event for COM key press. More... | |
struct | gva::EventKeyBMS |
Event for BMS key press. More... | |
struct | gva::EventKeyAlarms |
Event for Alarms key press. More... | |
struct | gva::EventKeyFunction |
Event for Function key press. More... | |
struct | gva::Hmi |
State Machine Base Class Declaration. More... | |