mbgtools-lx  4.2.8
PORT_INFO_IDX Struct Reference

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
 

Detailed Description

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.

Note
The PORT_SETTINGS_IDX structure should be send back to the device to configure the specified serial port.

Definition at line 3677 of file gpsdefs.h.

Field Documentation

◆ idx

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 PORT_INFO_IDX::port_info

The documentation for this struct was generated from the following file: