![]() |
GNSS-SDR
0.0.17
An Open Source GNSS Software Defined Receiver
|
This class implements serialization and deserialization of Nav_Message_Packet objects using Protocol Buffers. More...
#include <serdes_nav_message.h>
Public Member Functions | |
| Serdes_Nav_Message (const Serdes_Nav_Message &other) noexcept | |
| < Copy constructor More... | |
| Serdes_Nav_Message & | operator= (const Serdes_Nav_Message &rhs) noexcept |
| < Copy assignment operator More... | |
| Serdes_Nav_Message (Serdes_Nav_Message &&other) noexcept | |
| < Move constructor More... | |
| Serdes_Nav_Message & | operator= (Serdes_Nav_Message &&other) noexcept |
| < Move assignment operator More... | |
| std::string | createProtobuffer (const std::shared_ptr< Nav_Message_Packet > nav_msg_packet) |
| Nav_Message_Packet | readProtobuffer (const gnss_sdr::navMsg &msg) const |
| < Deserialization More... | |
This class implements serialization and deserialization of Nav_Message_Packet objects using Protocol Buffers.
Definition at line 38 of file serdes_nav_message.h.
|
inlinenoexcept |
< Copy constructor
Definition at line 53 of file serdes_nav_message.h.
|
inlinenoexcept |
< Move constructor
Definition at line 64 of file serdes_nav_message.h.
|
inline |
| nav_msg_packet | Serialization into a string |
Definition at line 78 of file serdes_nav_message.h.
|
inlinenoexcept |
< Copy assignment operator
Definition at line 58 of file serdes_nav_message.h.
|
inlinenoexcept |
< Move assignment operator
Definition at line 69 of file serdes_nav_message.h.
|
inline |
< Deserialization
Definition at line 94 of file serdes_nav_message.h.
References Nav_Message_Packet::nav_message, Nav_Message_Packet::prn, Nav_Message_Packet::signal, Nav_Message_Packet::system, and Nav_Message_Packet::tow_at_current_symbol_ms.
1.8.14