Vivoe Lite 0.5.0
Lightweight GVA like HMI for military displays.
Loading...
Searching...
No Matches
hmi_gva.h
Go to the documentation of this file.
1//
2// Copyright (c) 2023, DefenceX PTY LTD
3//
4// This file is part of the VivoeX project developed by DefenceX.
5//
6// Licensed under the Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
7// License. See the LICENSE file in the project root for full license details.
8//
12
13#ifndef HMICORE_HMI_GVA_H_
14#define HMICORE_HMI_GVA_H_
15#include <iostream>
16#include <string>
17
19#include "hmicore/gva.h"
23#include "hmicore/screen_gva.h"
26#include "hmicore/states/bms.h"
27#include "hmicore/states/com.h"
28#include "hmicore/states/def.h"
29#include "hmicore/states/drv.h"
30#include "hmicore/states/off.h"
31#include "hmicore/states/on.h"
32#include "hmicore/states/sa.h"
33#include "hmicore/states/str.h"
34#include "hmicore/states/sys.h"
35#include "hmicore/states/wpn.h"
36#include "hmicore/view_gva.h"
37
38namespace gva {
39
41using hmi = Hmi;
42
43} // namespace gva
44
45#endif // HMICORE_HMI_GVA_H_
State Machine Base Class Declaration.
Definition base_hmi.h:59