1
0
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:
Carles Fernandez
2019-09-07 16:42:22 +02:00
parent 9eb294209a
commit 24872c02dc
32 changed files with 60 additions and 60 deletions

View File

@@ -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_

View File

@@ -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_

View File

@@ -130,4 +130,4 @@ private:
bool enable_throttle_control_;
};
#endif /*GNSS_SDR_FILE_SIGNAL_SOURCE_H_*/
#endif // GNSS_SDR_FILE_SIGNAL_SOURCE_H_

View File

@@ -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_

View File

@@ -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_

View File

@@ -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_

View File

@@ -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_

View File

@@ -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_

View File

@@ -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_

View File

@@ -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_

View File

@@ -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_

View File

@@ -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_

View File

@@ -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_

View File

@@ -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_

View File

@@ -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_

View File

@@ -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_

View File

@@ -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_

View File

@@ -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_