GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Public Attributes | List of all members

#include <cnav_msg.h>

Public Attributes

uint8_t prn
 
uint8_t msg_id
 
uint32_t tow
 
bool alert
 
uint8_t raw_msg [GPS_L2C_V27_DECODE_BITS+GPS_L2C_V27_DELAY_BITS]
 

Detailed Description

GPS CNAV message container.

See also
cnav_msg_decoder_add_symbol

Definition at line 52 of file cnav_msg.h.

Member Data Documentation

◆ alert

bool cnav_msg_t::alert

CNAV message alert flag

Definition at line 57 of file cnav_msg.h.

◆ msg_id

uint8_t cnav_msg_t::msg_id

Message id. 0..31

Definition at line 55 of file cnav_msg.h.

◆ prn

uint8_t cnav_msg_t::prn

SV PRN. 0..31

Definition at line 54 of file cnav_msg.h.

◆ raw_msg

uint8_t cnav_msg_t::raw_msg[GPS_L2C_V27_DECODE_BITS+GPS_L2C_V27_DELAY_BITS]

RAW MSG for GNSS-SDR

Definition at line 58 of file cnav_msg.h.

◆ tow

uint32_t cnav_msg_t::tow

GPS ToW in 6-second units. Multiply to 6 to get seconds.

Definition at line 56 of file cnav_msg.h.


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