mbgtools-lx  4.2.8
ENABLE_FLAGS Struct Reference

A structure controlling when output signals are enabled. More...

#include <gpsdefs.h>

Data Fields

uint16_t serial
 EF_OFF or EF_SERIAL_BOTH More...
 
uint16_t pulses
 EF_OFF or EF_PULSES_BOTH More...
 
uint16_t freq
 always EF_FREQ_ALL More...
 
uint16_t synth
 EF_OFF or EF_SYNTH More...
 

Detailed Description

A structure controlling when output signals are enabled.

The structure holds some flags which let the corresponding outputs be disabled after power-up until the receiver has synchronized (flags == EF_OFF, the default) or force the outputs to be enabled immediately after power-up. The fixed frequency output is hard-wired to be enabled immediately after power-up, so ENABLE_FLAGS::freq must always be set to EF_FREQ_ALL.

Definition at line 3142 of file gpsdefs.h.

Field Documentation

◆ freq

uint16_t ENABLE_FLAGS::freq

always EF_FREQ_ALL

Definition at line 3146 of file gpsdefs.h.

◆ pulses

uint16_t ENABLE_FLAGS::pulses

EF_OFF or EF_PULSES_BOTH

Definition at line 3145 of file gpsdefs.h.

Referenced by set_enable_flags(), and show_enable_flags().

◆ serial

uint16_t ENABLE_FLAGS::serial

EF_OFF or EF_SERIAL_BOTH

Definition at line 3144 of file gpsdefs.h.

Referenced by set_enable_flags(), and show_enable_flags().

◆ synth

uint16_t ENABLE_FLAGS::synth

EF_OFF or EF_SYNTH

Definition at line 3147 of file gpsdefs.h.

Referenced by set_enable_flags(), and show_enable_flags().


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