![]() |
Vivoe Lite 0.5.0
Lightweight GVA like HMI for military displays.
|
The clock arguments. More...
#include <screen_gva.h>

Data Fields | |
| std::string | clock_string |
| Clock string. | |
| std::string | location_format |
| Location string format. | |
| std::string | location_string |
| Location string. | |
| ScreenGva * | screen |
| The screen to update. | |
| int * | gps |
| GPS handle. | |
| nmeaINFO * | info |
| NMEA info. | |
| nmeaPARSER * | parser |
| NMEA parser. | |
| bool | active |
| true if active | |
| std::shared_ptr< WidgetStatusBar > | status_bar |
| The status bar widget. | |
| LocationType | location |
| The location type. | |
The clock arguments.
| bool gva::ClockArgs::active |
true if active
| std::string gva::ClockArgs::clock_string |
Clock string.
| int* gva::ClockArgs::gps |
GPS handle.
| nmeaINFO* gva::ClockArgs::info |
NMEA info.
| LocationType gva::ClockArgs::location |
The location type.
| std::string gva::ClockArgs::location_format |
Location string format.
| std::string gva::ClockArgs::location_string |
Location string.
| nmeaPARSER* gva::ClockArgs::parser |
NMEA parser.
| ScreenGva* gva::ClockArgs::screen |
The screen to update.
| std::shared_ptr<WidgetStatusBar> gva::ClockArgs::status_bar |
The status bar widget.