mbgtools-lx  4.2.8
STR_TYPE_INFO Struct Reference

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...
 

Detailed Description

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.

Note
Multiple structures STR_TYPE_INFO_IDX should be read to retrieve all supported string types.

Definition at line 3704 of file gpsdefs.h.

Field Documentation

◆ flags

uint16_t STR_TYPE_INFO::flags

reserved, currently always 0

Definition at line 3709 of file gpsdefs.h.

◆ long_name

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().

◆ short_name

char STR_TYPE_INFO::short_name[11]

short name of the string format

Definition at line 3708 of file gpsdefs.h.

◆ supp_modes

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().


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