libsbp  v2.4.7
Ssr

Data Structures

struct  code_biases_content_t
 SSR code biases corrections for a particular satellite. More...
 
struct  phase_biases_content_t
 SSR phase biases corrections for a particular satellite. More...
 
struct  msg_ssr_orbit_clock_t
 
struct  msg_ssr_orbit_clock_dep_a_t
 
struct  msg_ssr_code_biases_t
 
struct  msg_ssr_phase_biases_t
 

Macros

#define SBP_MSG_SSR_ORBIT_CLOCK   0x05DD
 Precise orbit and clock correction. More...
 
#define SBP_MSG_SSR_ORBIT_CLOCK_DEP_A   0x05DC
 Precise orbit and clock correction. More...
 
#define SBP_MSG_SSR_CODE_BIASES   0x05E1
 Precise code biases correction. More...
 
#define SBP_MSG_SSR_PHASE_BIASES   0x05E6
 Precise phase biases correction. More...
 

Detailed Description

Macro Definition Documentation

#define SBP_MSG_SSR_CODE_BIASES   0x05E1

Precise code biases correction.

The precise code biases message is to be added to the pseudorange of the corresponding signal to get corrected pseudorange. It is typically an equivalent to the 1059 and 1065 RTCM message types

Definition at line 124 of file ssr.h.

#define SBP_MSG_SSR_ORBIT_CLOCK   0x05DD

Precise orbit and clock correction.

The precise orbit and clock correction message is to be applied as a delta correction to broadcast ephemeris and is typically an equivalent to the 1060 and 1066 RTCM message types

Definition at line 66 of file ssr.h.

#define SBP_MSG_SSR_ORBIT_CLOCK_DEP_A   0x05DC

Precise orbit and clock correction.

The precise orbit and clock correction message is to be applied as a delta correction to broadcast ephemeris and is typically an equivalent to the 1060 and 1066 RTCM message types

Definition at line 95 of file ssr.h.

#define SBP_MSG_SSR_PHASE_BIASES   0x05E6

Precise phase biases correction.

The precise phase biases message contains the biases to be added to the carrier phase of the corresponding signal to get corrected carrier phase measurement, as well as the satellite yaw angle to be applied to compute the phase wind-up correction. It is typically an equivalent to the 1265 RTCM message types

Definition at line 146 of file ssr.h.