mbgtools-lx
4.2.8
|
A structure to store the configuration of a serial port. More...
#include <gpsdefs.h>
Data Fields | |
BAUD_RATE | baud_rate |
transmission speed, e.g. 19200L, see MBG_BAUD_RATES More... | |
char | framing [4] |
ASCIIZ framing string, e.g. "8N1" or "7E2", see MBG_FRAMING_STRS. More... | |
int16_t | handshake |
handshake mode, yet only HS_NONE supported More... | |
BAUD_RATE COM_PARM::baud_rate |
transmission speed, e.g. 19200L, see MBG_BAUD_RATES
Definition at line 3204 of file gpsdefs.h.
Referenced by check_valid_port_info(), pcps_serial_from_port_info(), pcps_serial_str(), port_info_from_pcps_serial(), print_port_info_errors(), save_serial_settings(), and snprint_port_cfg().
char COM_PARM::framing[4] |
ASCIIZ framing string, e.g. "8N1" or "7E2", see MBG_FRAMING_STRS.
Definition at line 3205 of file gpsdefs.h.
Referenced by check_valid_port_info(), pcps_serial_from_port_info(), pcps_serial_str(), port_info_from_pcps_serial(), print_port_info_errors(), save_serial_settings(), and snprint_port_cfg().
int16_t COM_PARM::handshake |
handshake mode, yet only HS_NONE supported
Definition at line 3206 of file gpsdefs.h.
Referenced by check_valid_port_info(), port_info_from_pcps_serial(), print_port_info_errors(), and save_serial_settings().