Class defining the status updater.
More...
#include <status_updater.h>
Class defining the status updater.
◆ ClockUpdate()
void gva::StatusUpdater::ClockUpdate |
( |
ClockArgs * |
args | ) |
|
Update the clock.
- Parameters
-
args | the arguments that need to be updated |
◆ GetLocalTime()
void gva::StatusUpdater::GetLocalTime |
( |
std::tm * |
localTime | ) |
const |
Get the Local Time attribute.
- Parameters
-
localTime | (out) the structure containing the time |
◆ ParseGpsData()
void gva::StatusUpdater::ParseGpsData |
( |
const int * |
gps_file_descriptor, |
|
|
nmeaINFO * |
info, |
|
|
nmeaPARSER * |
parser, |
|
|
const LocationType & |
location |
|
) |
| const |
Parse the GPS data.
- Parameters
-
gps_file_descriptor | the GPS file descriptor |
info | the NMEA information |
parser | the current NMEA parser |
location | the location presentation type |
◆ UpdateClock()
void gva::StatusUpdater::UpdateClock |
( |
std::shared_ptr< WidgetStatusBar > |
statusBar | ) |
const |
Update the clock and the rest of the status bar settings.
- Parameters
-
statusBar | the stsus bar being updated |
◆ UpdateLocation()
void gva::StatusUpdater::UpdateLocation |
( |
std::shared_ptr< WidgetStatusBar > |
statusBar, |
|
|
const nmeaINFO & |
info, |
|
|
const LocationType & |
location |
|
) |
| const |
Update the location.
- Parameters
-
statusBar | the information being updated |
info | new NMEA information |
location | the location presentation type |
The documentation for this class was generated from the following files: