mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-26 03:54:55 +00:00
Uniformize header guards
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GNSS_SDR_GR_COMPLEX_IP_PACKET_SOURCE_H
|
||||
#define GNSS_SDR_GR_COMPLEX_IP_PACKET_SOURCE_H
|
||||
#ifndef GNSS_SDR_GR_COMPLEX_IP_PACKET_SOURCE_H_
|
||||
#define GNSS_SDR_GR_COMPLEX_IP_PACKET_SOURCE_H_
|
||||
|
||||
#include <boost/thread.hpp>
|
||||
#include <gnuradio/sync_block.h>
|
||||
@@ -109,4 +109,4 @@ private:
|
||||
bool open();
|
||||
};
|
||||
|
||||
#endif /* GNSS_SDR_GR_COMPLEX_IP_PACKET_SOURCE_H */
|
||||
#endif // GNSS_SDR_GR_COMPLEX_IP_PACKET_SOURCE_H_
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef GNSS_SDR_LABSAT23_SOURCE_H
|
||||
#define GNSS_SDR_LABSAT23_SOURCE_H
|
||||
#ifndef GNSS_SDR_LABSAT23_SOURCE_H_
|
||||
#define GNSS_SDR_LABSAT23_SOURCE_H_
|
||||
|
||||
#include "concurrent_queue.h"
|
||||
#include <gnuradio/block.h>
|
||||
@@ -87,4 +87,4 @@ private:
|
||||
std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> d_queue;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // GNSS_SDR_LABSAT23_SOURCE_H_
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_C_H
|
||||
#define GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_C_H
|
||||
#ifndef GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_C_H_
|
||||
#define GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_C_H_
|
||||
|
||||
#include "rtl_tcp_dongle_info.h"
|
||||
#include <boost/array.hpp>
|
||||
@@ -128,4 +128,4 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_C_H
|
||||
#endif // GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_C_H_
|
||||
|
||||
@@ -65,8 +65,8 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef GNSS_SDR_UNPACK_2BIT_SAMPLES_H
|
||||
#define GNSS_SDR_UNPACK_2BIT_SAMPLES_H
|
||||
#ifndef GNSS_SDR_UNPACK_2BIT_SAMPLES_H_
|
||||
#define GNSS_SDR_UNPACK_2BIT_SAMPLES_H_
|
||||
|
||||
#include <gnuradio/sync_interpolator.h>
|
||||
#include <cstdint>
|
||||
@@ -117,4 +117,4 @@ private:
|
||||
std::vector<int8_t> work_buffer_;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // GNSS_SDR_UNPACK_2BIT_SAMPLES_H_
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef GNSS_SDR_UNPACK_BYTE_2BIT_CPX_SAMPLES_H
|
||||
#define GNSS_SDR_UNPACK_BYTE_2BIT_CPX_SAMPLES_H
|
||||
#ifndef GNSS_SDR_UNPACK_BYTE_2BIT_CPX_SAMPLES_H_
|
||||
#define GNSS_SDR_UNPACK_BYTE_2BIT_CPX_SAMPLES_H_
|
||||
|
||||
#include <gnuradio/sync_interpolator.h>
|
||||
|
||||
@@ -60,4 +60,4 @@ private:
|
||||
friend unpack_byte_2bit_cpx_samples_sptr make_unpack_byte_2bit_cpx_samples_sptr();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // GNSS_SDR_UNPACK_BYTE_2BIT_CPX_SAMPLES_H_
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef GNSS_SDR_UNPACK_BYTE_2BIT_SAMPLES_H
|
||||
#define GNSS_SDR_UNPACK_BYTE_2BIT_SAMPLES_H
|
||||
#ifndef GNSS_SDR_UNPACK_BYTE_2BIT_SAMPLES_H_
|
||||
#define GNSS_SDR_UNPACK_BYTE_2BIT_SAMPLES_H_
|
||||
|
||||
#include <gnuradio/sync_interpolator.h>
|
||||
|
||||
@@ -56,4 +56,4 @@ private:
|
||||
friend unpack_byte_2bit_samples_sptr make_unpack_byte_2bit_samples_sptr();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // GNSS_SDR_UNPACK_BYTE_2BIT_SAMPLES_H_
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef GNSS_SDR_UNPACK_BYTE_4BIT_SAMPLES_H
|
||||
#define GNSS_SDR_UNPACK_BYTE_4BIT_SAMPLES_H
|
||||
#ifndef GNSS_SDR_UNPACK_BYTE_4BIT_SAMPLES_H_
|
||||
#define GNSS_SDR_UNPACK_BYTE_4BIT_SAMPLES_H_
|
||||
|
||||
#include <gnuradio/sync_interpolator.h>
|
||||
|
||||
@@ -58,4 +58,4 @@ private:
|
||||
friend unpack_byte_4bit_samples_sptr make_unpack_byte_4bit_samples_sptr();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // GNSS_SDR_UNPACK_BYTE_4BIT_SAMPLES_H_
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef GNSS_SDR_UNPACK_INTSPIR_1BIT_SAMPLES_H
|
||||
#define GNSS_SDR_UNPACK_INTSPIR_1BIT_SAMPLES_H
|
||||
#ifndef GNSS_SDR_UNPACK_INTSPIR_1BIT_SAMPLES_H_
|
||||
#define GNSS_SDR_UNPACK_INTSPIR_1BIT_SAMPLES_H_
|
||||
|
||||
#include <gnuradio/sync_interpolator.h>
|
||||
|
||||
@@ -56,4 +56,4 @@ private:
|
||||
friend unpack_intspir_1bit_samples_sptr make_unpack_intspir_1bit_samples_sptr();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // GNSS_SDR_UNPACK_INTSPIR_1BIT_SAMPLES_H_
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef GNSS_SDR_UNPACK_SPIR_GSS6450_SAMPLES_H
|
||||
#define GNSS_SDR_UNPACK_SPIR_GSS6450_SAMPLES_H
|
||||
#ifndef GNSS_SDR_UNPACK_SPIR_GSS6450_SAMPLES_H_
|
||||
#define GNSS_SDR_UNPACK_SPIR_GSS6450_SAMPLES_H_
|
||||
|
||||
#include <gnuradio/sync_interpolator.h>
|
||||
|
||||
@@ -56,4 +56,4 @@ private:
|
||||
unsigned int samples_per_int;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // GNSS_SDR_UNPACK_SPIR_GSS6450_SAMPLES_H_
|
||||
|
||||
Reference in New Issue
Block a user