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

The clock arguments. More...

#include <screen_gva.h>

Collaboration diagram for gva::ClockArgs:
Collaboration graph

Data Fields

std::string clock_string
 Clock string.
 
std::string location_format
 Location string format.
 
std::string location_string
 Location string.
 
ScreenGvascreen
 The screen to update.
 
int * gps
 GPS handle.
 
nmeaINFO * info
 NMEA info.
 
nmeaPARSER * parser
 NMEA parser.
 
bool active
 true if active
 
std::shared_ptr< WidgetStatusBarstatus_bar
 The status bar widget.
 
LocationType location
 The location type.
 

Detailed Description

The clock arguments.

Field Documentation

◆ active

bool gva::ClockArgs::active

true if active

◆ clock_string

std::string gva::ClockArgs::clock_string

Clock string.

◆ gps

int* gva::ClockArgs::gps

GPS handle.

◆ info

nmeaINFO* gva::ClockArgs::info

NMEA info.

◆ location

LocationType gva::ClockArgs::location

The location type.

◆ location_format

std::string gva::ClockArgs::location_format

Location string format.

◆ location_string

std::string gva::ClockArgs::location_string

Location string.

◆ parser

nmeaPARSER* gva::ClockArgs::parser

NMEA parser.

◆ screen

ScreenGva* gva::ClockArgs::screen

The screen to update.

◆ status_bar

std::shared_ptr<WidgetStatusBar> gva::ClockArgs::status_bar

The status bar widget.


The documentation for this struct was generated from the following file: