mbgtools-lx
4.2.8
|
Configuration settings 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_SETTINGS | port_settings |
Configuration settings of a specific serial port.
This structure should be sent to a device to configure a specific serial port. The number of supported ports is RECEIVER_INFO::n_com_ports.
uint16_t PORT_SETTINGS_IDX::idx |
port index, 0..RECEIVER_INFO::n_com_ports-1
Definition at line 3596 of file gpsdefs.h.
Referenced by mbg_set_gps_port_settings(), and mbgextio_set_port_settings_idx().
PORT_SETTINGS PORT_SETTINGS_IDX::port_settings |
Definition at line 3597 of file gpsdefs.h.
Referenced by mbg_set_gps_port_settings(), and mbgextio_set_port_settings_idx().