mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-10-28 05:57:39 +00:00
Uniformize header guards
This commit is contained in:
@@ -119,4 +119,4 @@ private:
|
||||
std::shared_ptr<Fpga_Switch> switch_fpga;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_AD9361_FPGA_SIGNAL_SOURCE_H_*/
|
||||
#endif // GNSS_SDR_AD9361_FPGA_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GNSS_SDR_CUSTOM_UDP_SIGNAL_SOURCE_H
|
||||
#define GNSS_SDR_CUSTOM_UDP_SIGNAL_SOURCE_H
|
||||
#ifndef GNSS_SDR_CUSTOM_UDP_SIGNAL_SOURCE_H_
|
||||
#define GNSS_SDR_CUSTOM_UDP_SIGNAL_SOURCE_H_
|
||||
|
||||
#include "concurrent_queue.h"
|
||||
#include "gnss_block_interface.h"
|
||||
@@ -103,4 +103,4 @@ private:
|
||||
std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> queue_;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_CUSTOM_UDP_SIGNAL_SOURCE_H */
|
||||
#endif // GNSS_SDR_CUSTOM_UDP_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -130,4 +130,4 @@ private:
|
||||
bool enable_throttle_control_;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_FILE_SIGNAL_SOURCE_H_*/
|
||||
#endif // GNSS_SDR_FILE_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -127,4 +127,4 @@ private:
|
||||
std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> queue_;
|
||||
};
|
||||
|
||||
#endif /* GNSS_SDR_FMCOMMS2_SIGNAL_SOURCE_H_ */
|
||||
#endif // GNSS_SDR_FMCOMMS2_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -74,4 +74,4 @@ private:
|
||||
std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> queue_;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_GEN_SIGNAL_SOURCE_H*/
|
||||
#endif // GNSS_SDR_GEN_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -92,4 +92,4 @@ private:
|
||||
std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> queue_;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_GN3S_SIGNAL_SOURCE_H_*/
|
||||
#endif // GNSS_SDR_GN3S_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -91,4 +91,4 @@ private:
|
||||
std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> queue_;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_LABSAT_SIGNAL_SOURCE_H_*/
|
||||
#endif // GNSS_SDR_LABSAT_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -130,4 +130,4 @@ private:
|
||||
bool enable_throttle_control_;
|
||||
};
|
||||
|
||||
#endif /* GNSS_SDR_MULTICHANNEL_FILE_SIGNAL_SOURCE_H_ */
|
||||
#endif // GNSS_SDR_MULTICHANNEL_FILE_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -130,4 +130,4 @@ private:
|
||||
bool enable_throttle_control_;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_NSR_FILE_SIGNAL_SOURCE_H_*/
|
||||
#endif // GNSS_SDR_NSR_FILE_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -115,4 +115,4 @@ private:
|
||||
std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> queue_;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_OSMOSDR_SIGNAL_SOURCE_H_*/
|
||||
#endif // GNSS_SDR_OSMOSDR_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -114,4 +114,4 @@ private:
|
||||
std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> queue_;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_PLUTOSDR_SIGNAL_SOURCE_H_*/
|
||||
#endif // GNSS_SDR_PLUTOSDR_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -92,4 +92,4 @@ private:
|
||||
std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> queue_;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_RAW_ARRAY_SIGNAL_SOURCE_H_*/
|
||||
#endif // GNSS_SDR_RAW_ARRAY_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_H
|
||||
#define GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_H
|
||||
#ifndef GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_H_
|
||||
#define GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_H_
|
||||
|
||||
#include "concurrent_queue.h"
|
||||
#include "gnss_block_interface.h"
|
||||
@@ -118,4 +118,4 @@ private:
|
||||
std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> queue_;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_H */
|
||||
#endif // GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -128,4 +128,4 @@ private:
|
||||
bool enable_throttle_control_;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_SPIR_FILE_SIGNAL_SOURCE_H_*/
|
||||
#endif // GNSS_SDR_SPIR_FILE_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -137,4 +137,4 @@ private:
|
||||
size_t item_size_;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_SPIR_GSS6450_FILE_SIGNAL_SOURCE_H_*/
|
||||
#endif // GNSS_SDR_SPIR_GSS6450_FILE_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -135,4 +135,4 @@ private:
|
||||
bool enable_throttle_control_;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_TWO_BIT_CPX_FILE_SIGNAL_SOURCE_H_*/
|
||||
#endif // GNSS_SDR_TWO_BIT_CPX_FILE_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -159,4 +159,4 @@ private:
|
||||
bool enable_throttle_control_;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_TWO_BIT_CPX_FILE_SIGNAL_SOURCE_H_*/
|
||||
#endif // GNSS_SDR_TWO_BIT_CPX_FILE_SIGNAL_SOURCE_H_
|
||||
|
||||
@@ -112,4 +112,4 @@ private:
|
||||
std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> queue_;
|
||||
};
|
||||
|
||||
#endif /*GNSS_SDR_UHD_SIGNAL_SOURCE_H_*/
|
||||
#endif // GNSS_SDR_UHD_SIGNAL_SOURCE_H_
|
||||
|
||||
Reference in New Issue
Block a user