mbgtools-lx  4.2.8
Definitions used with navigational data received from GPS satellites

Data Structures

struct  EPH
 Ephemeris parameters of one specific satellite. More...
 
struct  ALM
 Almanac parameters of one specific satellite. More...
 
struct  CFGH
 Summary of configuration and health data of all satellites. More...
 
struct  UTC
 GPS UTC correction parameters. More...
 
struct  IONO
 Ionospheric correction parameters. More...
 
struct  ASCII_MSG
 GPS ASCII message. More...
 

Macros

#define _mbg_swab_utc_parm(_p)
 

Detailed Description

Note
These structures and definitions are only supported by a device if GPS_MODEL_IS_GPS is set in the GPS_BUILTIN_FEATURE_MASKS

Macro Definition Documentation

◆ _mbg_swab_utc_parm

#define _mbg_swab_utc_parm (   _p)
Value:
do \
{ \
_mbg_swab_csum( &(_p)->csum ); \
_mbg_swab16( &(_p)->valid ); \
_mbg_swab_t_gps( &(_p)->t0t ); \
_mbg_swab_double( &(_p)->A0 ); \
_mbg_swab_double( &(_p)->A1 ); \
_mbg_swab16( &(_p)->WNlsf ); \
_mbg_swab16( &(_p)->DNt ); \
} while ( 0 )
int valid
Definition: ntp_shm.h:82

Definition at line 18580 of file gpsdefs.h.

Referenced by mbg_get_utc_parm(), mbg_set_utc_parm(), mbgextio_get_utc_parm(), and mbgextio_set_utc_parm().