![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
This class implements serialization and deserialization of Monitor_Pvt objects using Protocol Buffers. More...
#include <serdes_monitor_pvt.h>
Public Member Functions | |
| Serdes_Monitor_Pvt (const Serdes_Monitor_Pvt &other) noexcept | |
| Serdes_Monitor_Pvt & | operator= (const Serdes_Monitor_Pvt &rhs) noexcept |
| < Copy assignment operator More... | |
| Serdes_Monitor_Pvt (Serdes_Monitor_Pvt &&other) noexcept | |
| Serdes_Monitor_Pvt & | operator= (Serdes_Monitor_Pvt &&other) noexcept |
| < Move assignment operator More... | |
| std::string | createProtobuffer (const Monitor_Pvt *const monitor) |
| Monitor_Pvt | readProtobuffer (const gnss_sdr::MonitorPvt &mon) const |
| < Deserialization More... | |
This class implements serialization and deserialization of Monitor_Pvt objects using Protocol Buffers.
Definition at line 37 of file serdes_monitor_pvt.h.
|
inline |
| monitor | Serialization into a string |
Definition at line 80 of file serdes_monitor_pvt.h.
|
inlinenoexcept |
< Copy assignment operator
Definition at line 56 of file serdes_monitor_pvt.h.
|
inlinenoexcept |
< Move assignment operator
Definition at line 71 of file serdes_monitor_pvt.h.
|
inline |
< Deserialization
Definition at line 127 of file serdes_monitor_pvt.h.
1.8.14