mbgtools-lx
4.2.8
|
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... | |
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.
uint16_t ENABLE_FLAGS::freq |
always EF_FREQ_ALL
uint16_t ENABLE_FLAGS::pulses |
Definition at line 3145 of file gpsdefs.h.
Referenced by set_enable_flags(), and show_enable_flags().
uint16_t ENABLE_FLAGS::serial |
Definition at line 3144 of file gpsdefs.h.
Referenced by set_enable_flags(), and show_enable_flags().
uint16_t ENABLE_FLAGS::synth |
Definition at line 3147 of file gpsdefs.h.
Referenced by set_enable_flags(), and show_enable_flags().