mbgtools-lx  4.2.8
FIXED_FREQ_INFO Struct Reference

A structure used to hold a fixed frequency value. More...

#include <gpsdefs.h>

Data Fields

uint16_t khz_val
 the base frequency in [kHz] More...
 
int16_t range
 an optional base 10 exponent More...
 

Detailed Description

A structure used to hold a fixed frequency value.

Note
frequ[kHz] = khz_val * 10^range

Definition at line 846 of file gpsdefs.h.

Field Documentation

◆ khz_val

uint16_t FIXED_FREQ_INFO::khz_val

the base frequency in [kHz]

Definition at line 848 of file gpsdefs.h.

Referenced by dump_receiver_info(), and swap_pos_doubles().

◆ range

int16_t FIXED_FREQ_INFO::range

an optional base 10 exponent

Definition at line 849 of file gpsdefs.h.

Referenced by dump_receiver_info(), and swap_pos_doubles().


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