mbgtools-lx
4.2.8
|
A structure used to transmit information on date and time. More...
#include <gpsdefs.h>
Data Fields | |
int16_t | channel |
-1: the current on-board time; >= 0 the capture channel number More... | |
T_GPS | t |
time in GPS scale and format More... | |
TM_GPS | tm |
time converted to UTC and/or local time according to TZDL settings More... | |
A structure used to transmit information on date and time.
This structure can be used to transfer the current time, in which case the channel field has to be set to -1, or an event capture time retrieved from the on-board FIFO, in which case the channel field contains the index of the time capture input, e.g. 0 or 1.
int16_t TTM::channel |
-1: the current on-board time; >= 0 the capture channel number
Definition at line 2715 of file gpsdefs.h.
Referenced by mbgextio_get_ucap(), set_date_time(), and show_gps_ucap().
T_GPS TTM::t |
time in GPS scale and format
Definition at line 2716 of file gpsdefs.h.
Referenced by show_time_and_status().
TM_GPS TTM::tm |
time converted to UTC and/or local time according to TZDL settings
Definition at line 2717 of file gpsdefs.h.
Referenced by do_mbggpscap(), mbg_get_all_ucap_info(), set_date_time(), show_gps_ucap(), and show_time_and_status().