1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-10 20:23:09 +00:00

Use std::array instead of pointers and memcpy

This commit is contained in:
Carles Fernandez
2019-07-03 23:47:42 +02:00
parent 081439d6f8
commit 4de86b1f8a
3 changed files with 17 additions and 17 deletions

View File

@@ -50,6 +50,7 @@ public:
GOOGLE_PROTOBUF_VERIFY_VERSION;
monitor_.New();
}
~Serdes_Monitor_Pvt()
{
// google::protobuf::ShutdownProtobufLibrary();
@@ -94,7 +95,6 @@ public:
return data;
}
inline Monitor_Pvt readProtobuffer(const gnss_sdr::MonitorPvt& mon) //!< Deserialization
{
Monitor_Pvt monitor;