mbgtools-lx
4.2.8
|
Current settings and general capabilities of a serial port. More...
#include <gpsdefs.h>
Data Fields | |
PORT_SETTINGS | port_settings |
current configuration of the port More... | |
uint32_t | supp_baud_rates |
bit mask of baud rates supp. by this port, see MBG_BAUD_RATE_MASKS More... | |
uint32_t | supp_framings |
bit mask of framings supp. by this port, see MBG_FRAMING_MASKS More... | |
uint32_t | supp_str_types |
bit mask of string types supp. by this port, i.e. bit 0 set if str_type[0] is supp. More... | |
uint32_t | reserved |
reserved for future use, currently always 0 More... | |
uint32_t | flags |
see PORT_INFO_FLAGS More... | |
Current settings and general capabilities of a serial port.
uint32_t PORT_INFO::flags |
see PORT_INFO_FLAGS
PORT_SETTINGS PORT_INFO::port_settings |
current configuration of the port
Definition at line 3620 of file gpsdefs.h.
Referenced by check_valid_port_info(), pcps_serial_from_port_info(), port_info_from_pcps_serial(), print_port_info_errors(), save_serial_settings(), and setup_port_info_from_port_parm().
uint32_t PORT_INFO::reserved |
uint32_t PORT_INFO::supp_baud_rates |
bit mask of baud rates supp. by this port, see MBG_BAUD_RATE_MASKS
Definition at line 3621 of file gpsdefs.h.
Referenced by check_valid_port_info(), port_info_from_pcps_serial(), and setup_port_info_from_port_parm().
uint32_t PORT_INFO::supp_framings |
bit mask of framings supp. by this port, see MBG_FRAMING_MASKS
Definition at line 3622 of file gpsdefs.h.
Referenced by check_valid_port_info(), port_info_from_pcps_serial(), and setup_port_info_from_port_parm().
uint32_t PORT_INFO::supp_str_types |
bit mask of string types supp. by this port, i.e. bit 0 set if str_type[0] is supp.
Definition at line 3623 of file gpsdefs.h.
Referenced by check_valid_port_info(), port_info_from_pcps_serial(), and setup_port_info_from_port_parm().