Vivoe Lite 0.5.0
Lightweight GVA like HMI for military displays.
Loading...
Searching...
No Matches
gva::ConfigDataBase Class Reference

All the configuration data read in at startup, this is the abstraction layer and file format / type can be anything. More...

#include <config_reader.h>

Inheritance diagram for gva::ConfigDataBase:
Inheritance graph
Collaboration diagram for gva::ConfigDataBase:
Collaboration graph

Public Member Functions

 ConfigDataBase ()
 Construct a new Config Data Base object.
 
 ~ConfigDataBase ()
 Destroy the Config Data object.
 
void WriteData () const
 Write contents of protobuf.
 

Data Fields

std::unique_ptr< config::Gva > current_config_
 CThe current config data.
 
std::string config_file_ = "config.pb"
 The default config data.
 

Detailed Description

All the configuration data read in at startup, this is the abstraction layer and file format / type can be anything.


The documentation for this class was generated from the following files: