mbgtools-lx  4.2.8
PORT_PARM Struct Reference

A The structure used to store the configuration of two serial ports. More...

#include <gpsdefs.h>

Data Fields

COM_PARM com [2]
 COM0 and COM1 settings. More...
 
uint8_t mode [2]
 COM0 and COM1 output mode, see LGCY_STR_MODES. More...
 

Detailed Description

A The structure used to store the configuration of two serial ports.

Deprecated:
This structure is deprecated and should only be used with legacy GPS receivers that don't provide a RECEIVER_INFO structure.
See also
PORT_SETTINGS and PORT_INFO for current devices

Definition at line 3929 of file gpsdefs.h.

Field Documentation

◆ com

COM_PARM PORT_PARM::com[2]

COM0 and COM1 settings.

Definition at line 3931 of file gpsdefs.h.

Referenced by port_parm_from_port_settings(), and port_settings_from_port_parm().

◆ mode

uint8_t PORT_PARM::mode[2]

COM0 and COM1 output mode, see LGCY_STR_MODES.

Definition at line 3932 of file gpsdefs.h.

Referenced by port_parm_from_port_settings(), and port_settings_from_port_parm().


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