mbgtools-lx
4.2.8
|
Software revision information. More...
#include <gpsdefs.h>
Data Fields | |
uint16_t | code |
Version number, e.g. 0x0120 means v1.20. More... | |
char | name [(16+1)] |
Optional string identifying a customized firmware version, should be empty in standard versions. More... | |
uint8_t | reserved |
Reserved field to yield even structure size. More... | |
Software revision information.
Contains a software revision code, plus an optional identifier for a customized version.
uint16_t SW_REV::code |
Version number, e.g. 0x0120 means v1.20.
Definition at line 734 of file gpsdefs.h.
Referenced by dump_receiver_info().
char SW_REV::name[( 16+1)] |
Optional string identifying a customized firmware version, should be empty in standard versions.
Definition at line 735 of file gpsdefs.h.
Referenced by chk_sw_rev_name(), dump_receiver_info(), mbg_get_show_dev_info(), and mbgextio_setup_receiver_info().
uint8_t SW_REV::reserved |