mbgtools-lx
4.2.8
|
Information on a supported string format. More...
#include <gpsdefs.h>
Data Fields | |
uint32_t | supp_modes |
bit mask of modes supp. for this string type, see STR_MODE_MASKS More... | |
char | long_name [23] |
long name of the string format More... | |
char | short_name [11] |
short name of the string format More... | |
uint16_t | flags |
reserved, currently always 0 More... | |
Information on a supported string format.
Information includes the name of the string format, which transmission modes are supported, etc.
The number of string types, and which string types are supported depends on the device type and firmware version.
uint16_t STR_TYPE_INFO::flags |
char STR_TYPE_INFO::long_name[23] |
long name of the string format
Definition at line 3707 of file gpsdefs.h.
Referenced by pcps_serial_str(), and usage().
char STR_TYPE_INFO::short_name[11] |
uint32_t STR_TYPE_INFO::supp_modes |
bit mask of modes supp. for this string type, see STR_MODE_MASKS
Definition at line 3706 of file gpsdefs.h.
Referenced by check_valid_port_info().