![]() |
GNSS-SDR
0.0.19
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 | |
| Serdes_Nav_Message & | operator= (const Serdes_Nav_Message &rhs) noexcept |
| < Copy assignment operator More... | |
| Serdes_Nav_Message (Serdes_Nav_Message &&other) noexcept | |
| 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.
|
inline |
| nav_msg_packet | Serialization into a string |
Definition at line 82 of file serdes_nav_message.h.
|
inlinenoexcept |
< Copy assignment operator
Definition at line 57 of file serdes_nav_message.h.
|
inlinenoexcept |
< Move assignment operator
Definition at line 72 of file serdes_nav_message.h.
|
inline |
< Deserialization
Definition at line 98 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