mbgtools-lx
4.2.8
|
Data Structures | |
struct | IRIG_RX_COMP |
A structure used to store compensation values. More... | |
struct | CAL_REC_HDR |
Structure used to retrieve the number of records for a given type. More... | |
struct | CAL_REC_IRIG_RX_COMP |
Structure used to transfer calibration records. More... | |
Macros | |
#define | N_IRIG_RX_COMP_VAL 4 |
#define | _mbg_swab_irig_rx_comp(_p) |
#define | IRIG_RX_COMP_MAX 999 |
#define | _mbg_swab_cal_rec_hdr(_p) |
#define | DEFAULT_IRIG_RX_COMP_NAMES |
Initializers for format name strings. More... | |
#define | _mbg_swab_cal_rec_irig_rx_comp(_p) |
Enumerations | |
enum | CAL_REC_TYPES { CAL_REC_TYPE_UNDEF, CAL_REC_TYPE_IRIG_RX_COMP, N_CAL_REC_TYPE } |
Types to be used with CAL_REC_HDR::type. More... | |
enum | IRIG_RX_COMP_GROUPS { IRIG_RX_COMP_B1, IRIG_RX_COMP_A1, IRIG_RX_COMP_B0, IRIG_RX_COMP_A0, IRIG_RX_COMP_G1, IRIG_RX_COMP_G0, N_IRIG_RX_COMP } |
Types to be used with CAL_REC_HDR::idx. More... | |
These definitions are used with IRIG RX delay compensation which is supported by some IRIG receivers. Delay compensation depends on the basic frame type, so there are different records required for the different frame type groups.
#define _mbg_swab_cal_rec_hdr | ( | _p | ) |
Definition at line 5125 of file gpsdefs.h.
Referenced by mbg_get_cal_rec_irig_rx_comp().
#define _mbg_swab_cal_rec_irig_rx_comp | ( | _p | ) |
Definition at line 5186 of file gpsdefs.h.
Referenced by mbg_get_cal_rec_irig_rx_comp(), and mbg_set_cal_rec_irig_rx_comp().
#define _mbg_swab_irig_rx_comp | ( | _p | ) |
#define DEFAULT_IRIG_RX_COMP_NAMES |
#define IRIG_RX_COMP_MAX 999 |
#define N_IRIG_RX_COMP_VAL 4 |
The number of coefficients of a compensation record for a single frame type group, and the structure which contains those coefficients.
Definition at line 5084 of file gpsdefs.h.
Referenced by print_cal_recs().
enum CAL_REC_TYPES |
Types to be used with CAL_REC_HDR::type.
Enumerator | |
---|---|
CAL_REC_TYPE_UNDEF | undefined type |
CAL_REC_TYPE_IRIG_RX_COMP | IRIG receiver delay compensation. |
N_CAL_REC_TYPE | number of known types |
enum IRIG_RX_COMP_GROUPS |
Types to be used with CAL_REC_HDR::idx.
IRIG frame type groups to be distinguished for delay compensation.