mbgtools-lx  4.2.8
POUT_INFO Struct Reference

Current settings and general capabilities of a programmable pulse output. More...

#include <gpsdefs.h>

Data Fields

POUT_SETTINGS pout_settings
 
uint32_t supp_modes
 bit mask of modes supp. by this output, see POUT_MODE_MASKS More...
 
uint8_t timestr_ports
 bit mask of COM ports supported for mode POUT_TIMESTR, see MAX_POUT_TIMESTR_PORTS More...
 
uint8_t pulse_shift_res
 pulse shift resolution, in [ns], only if POUT_SUPP_PULSE_SHIFT, see POUT_DATA::pulse_shift More...
 
uint16_t reserved_1
 reserved for future use, currently unused and always 0 More...
 
uint32_t flags
 

Detailed Description

Current settings and general capabilities of a programmable pulse output.

This structure should be read from the device to retrieve the current settings of a programmable pulse output plus its capabilities, e.g. the supported output modes, etc.

Note
The POUT_INFO_IDX structure should be used to read current settings and capabilities of a specific output.

Definition at line 6281 of file gpsdefs.h.

Field Documentation

◆ flags

uint32_t POUT_INFO::flags
See also
POUT_INFO_FLAG_MASKS

Definition at line 6288 of file gpsdefs.h.

Referenced by eval_pout(), help_pout_arg(), and show_pout().

◆ pout_settings

POUT_SETTINGS POUT_INFO::pout_settings

Definition at line 6283 of file gpsdefs.h.

Referenced by eval_pout(), and show_pout().

◆ pulse_shift_res

uint8_t POUT_INFO::pulse_shift_res

pulse shift resolution, in [ns], only if POUT_SUPP_PULSE_SHIFT, see POUT_DATA::pulse_shift

Definition at line 6286 of file gpsdefs.h.

Referenced by eval_pout(), help_pout_arg(), and show_pout().

◆ reserved_1

uint16_t POUT_INFO::reserved_1

reserved for future use, currently unused and always 0

Definition at line 6287 of file gpsdefs.h.

◆ supp_modes

uint32_t POUT_INFO::supp_modes

bit mask of modes supp. by this output, see POUT_MODE_MASKS

Definition at line 6284 of file gpsdefs.h.

Referenced by eval_pout(), and help_pout_arg().

◆ timestr_ports

uint8_t POUT_INFO::timestr_ports

bit mask of COM ports supported for mode POUT_TIMESTR, see MAX_POUT_TIMESTR_PORTS

Definition at line 6285 of file gpsdefs.h.


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