1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-11 12:53:10 +00:00

Sort private members in headers

This commit is contained in:
Carles Fernandez
2020-06-25 11:58:01 +02:00
parent 5a3db5a53d
commit 63b7c00b16
27 changed files with 243 additions and 256 deletions

View File

@@ -501,6 +501,7 @@ rtklib_pvt_gs::rtklib_pvt_gs(uint32_t nchannels,
rtklib_pvt_gs::~rtklib_pvt_gs()
{
DLOG(INFO) << "PVT block destructor called.";
if (d_sysv_msqid != -1)
{
msgctl(d_sysv_msqid, IPC_RMID, nullptr);