mbgtools-lx
4.2.8
|
Current settings and general capabilities of a specific serial port. More...
#include <gpsdefs.h>
Data Fields | |
uint16_t | idx |
port index, 0..RECEIVER_INFO::n_com_ports-1 More... | |
PORT_INFO | port_info |
Current settings and general capabilities of a specific serial port.
This structure should be read from the device to retrieve the current settings of a specific serial port plus its capabilities, e.g. supported baud rates, supported string formats, etc. The number of supported ports is RECEIVER_INFO::n_com_ports.
uint16_t PORT_INFO_IDX::idx |
port index, 0..RECEIVER_INFO::n_com_ports-1
Definition at line 3679 of file gpsdefs.h.
Referenced by setup_port_info_from_port_parm().
PORT_INFO PORT_INFO_IDX::port_info |
Definition at line 3680 of file gpsdefs.h.
Referenced by pcps_serial_from_port_info(), port_info_from_pcps_serial(), and setup_port_info_from_port_parm().