1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-31 07:13:03 +00:00

Add debug internal logging for destructors. Sort destructor order

This commit is contained in:
Carles Fernandez
2020-06-25 02:50:07 +02:00
parent df7c466de0
commit 5a3db5a53d
52 changed files with 310 additions and 269 deletions

View File

@@ -113,7 +113,7 @@ private:
bool rf_dc_;
bool bb_dc_;
bool rx1_enable_;
bool rx2_enable_;
bool rx2_enable_;
bool enable_DMA_;
bool rf_shutdown_;
};