![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
Public Member Functions | |
| Nav_Message_Packet ()=default | |
| Default constructor. More... | |
| ~Nav_Message_Packet ()=default | |
| Default destructor. More... | |
| Nav_Message_Packet (const Nav_Message_Packet &other) noexcept | |
| Copy constructor. More... | |
| Nav_Message_Packet & | operator= (const Nav_Message_Packet &rhs) noexcept |
| Copy assignment operator. More... | |
| Nav_Message_Packet (Nav_Message_Packet &&other) noexcept | |
| Move constructor. More... | |
| Nav_Message_Packet & | operator= (Nav_Message_Packet &&other) noexcept |
| Move assignment operator. More... | |
Public Attributes | |
| std::string | system |
| GNSS constellation: "G" for GPS, "R" for Glonass, "S" for SBAS, "E" for Galileo and "C" for Beidou. More... | |
| std::string | signal |
| GNSS signal: "1C" for GPS L1 C/A, "1B" for Galileo E1b/c, "1G" for Glonass L1 C/A, "2S" for GPS L2 L2C(M), "2G" for Glonass L2 C/A, "L5" for GPS L5 and "5X" for Galileo E5a. More... | |
| int32_t | prn |
| SV ID. More... | |
| int32_t | tow_at_current_symbol_ms |
| Time of week of the current symbol, in ms. More... | |
| std::string | nav_message |
| Content of the navigation page. More... | |
Definition at line 29 of file nav_message_packet.h.
|
default |
Default constructor.
|
default |
Default destructor.
|
inlinenoexcept |
Copy constructor.
Definition at line 43 of file nav_message_packet.h.
|
inlinenoexcept |
Move constructor.
Definition at line 64 of file nav_message_packet.h.
|
inlinenoexcept |
|
inlinenoexcept |
| std::string Nav_Message_Packet::nav_message |
Content of the navigation page.
Definition at line 40 of file nav_message_packet.h.
Referenced by Serdes_Nav_Message::readProtobuffer().
| int32_t Nav_Message_Packet::prn |
SV ID.
Definition at line 38 of file nav_message_packet.h.
Referenced by Serdes_Nav_Message::readProtobuffer().
| std::string Nav_Message_Packet::signal |
GNSS signal: "1C" for GPS L1 C/A, "1B" for Galileo E1b/c, "1G" for Glonass L1 C/A, "2S" for GPS L2 L2C(M), "2G" for Glonass L2 C/A, "L5" for GPS L5 and "5X" for Galileo E5a.
Definition at line 37 of file nav_message_packet.h.
Referenced by Serdes_Nav_Message::readProtobuffer().
| std::string Nav_Message_Packet::system |
GNSS constellation: "G" for GPS, "R" for Glonass, "S" for SBAS, "E" for Galileo and "C" for Beidou.
Definition at line 36 of file nav_message_packet.h.
Referenced by operator=(), and Serdes_Nav_Message::readProtobuffer().
| int32_t Nav_Message_Packet::tow_at_current_symbol_ms |
Time of week of the current symbol, in ms.
Definition at line 39 of file nav_message_packet.h.
Referenced by Serdes_Nav_Message::readProtobuffer().
1.8.14