22typedef enum : uint32_t {
static constexpr uint8_t NAV_RELPOSNED_HEADER_B0
Definition nav_relposned.h:15
static constexpr uint8_t NAV_RELPOSNED_HEADER_B1
Definition nav_relposned.h:16
static constexpr size_t NAV_RELPOSNED_TOTAL_LENGTH
Definition nav_relposned.h:20
static constexpr uint8_t NAV_RELPOSNED_CLASS
Definition nav_relposned.h:17
void NAV_RELPOSNED_decode(NAV_RELPOSNED_data_t *relposned, const volatile uint8_t *rx_buffer)
Definition nav_relposned.c:11
static constexpr uint8_t NAV_RELPOSNED_MSG_ID
Definition nav_relposned.h:18
NAV_RELPOSNED_flags_t
Definition nav_relposned.h:22
@ NAV_RELPOSNED_FLAGS_CARR_SOLN_FLOAT
Definition nav_relposned.h:29
@ NAV_RELPOSNED_FLAGS_CARR_SOLN_NONE
Definition nav_relposned.h:28
@ NAV_RELPOSNED_FLAGS_CARR_SOLN_FIXED
Definition nav_relposned.h:30
@ NAV_RELPOSNED_FLAGS_IS_MOVING
Definition nav_relposned.h:32
@ NAV_RELPOSNED_FLAGS_GNSS_FIX_OK
Definition nav_relposned.h:23
@ NAV_RELPOSNED_FLAGS_DIFF_SOLN
Definition nav_relposned.h:24
@ NAV_RELPOSNED_FLAGS_REL_POS_VALID
Definition nav_relposned.h:25
@ NAV_RELPOSNED_FLAGS_REF_POS_MISS
Definition nav_relposned.h:33
@ NAV_RELPOSNED_FLAGS_REF_OBS_MISS
Definition nav_relposned.h:34
@ NAV_RELPOSNED_FLAGS_CARR_SOLN_MASK
Definition nav_relposned.h:27
Definition nav_relposned.h:37
uint8_t reserved0
Definition nav_relposned.h:39
uint16_t refStationId
Definition nav_relposned.h:40
int32_t relPosE
Definition nav_relposned.h:44
int32_t relPosN
Definition nav_relposned.h:43
NAV_RELPOSNED_flags_t flags
Definition nav_relposned.h:56
uint32_t accE
Definition nav_relposned.h:53
uint32_t accD
Definition nav_relposned.h:54
uint8_t version
Definition nav_relposned.h:38
int8_t relPosHPN
Definition nav_relposned.h:47
uint8_t reserved1
Definition nav_relposned.h:50
int32_t relPosD
Definition nav_relposned.h:45
int8_t relPosHPD
Definition nav_relposned.h:49
uint32_t iTOW
Definition nav_relposned.h:41
int8_t relPosHPE
Definition nav_relposned.h:48
uint32_t accN
Definition nav_relposned.h:52