mbgtools-lx
4.2.8
|
Information on a specific supported string format. More...
#include <gpsdefs.h>
Data Fields | |
uint16_t | idx |
string type index, 0..RECEIVER_INFO::n_str_type-1 More... | |
STR_TYPE_INFO | str_type_info |
Information on a specific supported string format.
This structure should be read from a device to retrieve information on a specific supported time string type from an array of supported string types. The number of supported string types is returned in RECEIVER_INFO::n_str_type.
A selected index number can be saved in PORT_SETTINGS::str_type to configure the selected string type for the specific serial port.
uint16_t STR_TYPE_INFO_IDX::idx |
string type index, 0..RECEIVER_INFO::n_str_type-1
Definition at line 3735 of file gpsdefs.h.
Referenced by setup_default_str_type_info_idx().
STR_TYPE_INFO STR_TYPE_INFO_IDX::str_type_info |
Definition at line 3736 of file gpsdefs.h.
Referenced by check_valid_port_info(), and setup_default_str_type_info_idx().