mbgtools-lx
4.2.8
|
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 |
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.
uint32_t POUT_INFO::flags |
Definition at line 6288 of file gpsdefs.h.
Referenced by eval_pout(), help_pout_arg(), and show_pout().
POUT_SETTINGS POUT_INFO::pout_settings |
Definition at line 6283 of file gpsdefs.h.
Referenced by eval_pout(), and show_pout().
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().
uint16_t POUT_INFO::reserved_1 |
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().
uint8_t POUT_INFO::timestr_ports |
bit mask of COM ports supported for mode POUT_TIMESTR, see MAX_POUT_TIMESTR_PORTS