![]() |
Vivoe Lite 0.5.0
Lightweight GVA like HMI for military displays.
|
#include <iostream>
#include <string>
#include "hmicore/config_reader.h"
#include "hmicore/gva.h"
#include "hmicore/hmi_gva_defaults.h"
#include "hmicore/hmi_gva_helpers.h"
#include "hmicore/renderer_map.h"
#include "hmicore/screen_gva.h"
#include "hmicore/states/alarms.h"
#include "hmicore/states/base_hmi.h"
#include "hmicore/states/bms.h"
#include "hmicore/states/com.h"
#include "hmicore/states/def.h"
#include "hmicore/states/drv.h"
#include "hmicore/states/off.h"
#include "hmicore/states/on.h"
#include "hmicore/states/sa.h"
#include "hmicore/states/str.h"
#include "hmicore/states/sys.h"
#include "hmicore/states/wpn.h"
#include "hmicore/view_gva.h"
Go to the source code of this file.
Typedefs | |
using | gva::hmi = Hmi |
Alias for HMI. | |