mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-12 05:13:04 +00:00
Remove trailing underscore in header guards
This commit is contained in:
@@ -19,8 +19,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>
|
||||
@@ -98,4 +98,4 @@ private:
|
||||
bool open();
|
||||
};
|
||||
|
||||
#endif // GNSS_SDR_GR_COMPLEX_IP_PACKET_SOURCE_H_
|
||||
#endif // GNSS_SDR_GR_COMPLEX_IP_PACKET_SOURCE_H
|
||||
|
||||
@@ -17,8 +17,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>
|
||||
@@ -76,4 +76,4 @@ private:
|
||||
std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> d_queue;
|
||||
};
|
||||
|
||||
#endif // GNSS_SDR_LABSAT23_SOURCE_H_
|
||||
#endif // GNSS_SDR_LABSAT23_SOURCE_H
|
||||
|
||||
@@ -24,8 +24,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>
|
||||
@@ -117,4 +117,4 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_C_H_
|
||||
#endif // GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_C_H
|
||||
|
||||
@@ -54,8 +54,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>
|
||||
@@ -106,4 +106,4 @@ private:
|
||||
std::vector<int8_t> work_buffer_;
|
||||
};
|
||||
|
||||
#endif // GNSS_SDR_UNPACK_2BIT_SAMPLES_H_
|
||||
#endif // GNSS_SDR_UNPACK_2BIT_SAMPLES_H
|
||||
|
||||
@@ -21,8 +21,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>
|
||||
|
||||
@@ -49,4 +49,4 @@ private:
|
||||
friend unpack_byte_2bit_cpx_samples_sptr make_unpack_byte_2bit_cpx_samples_sptr();
|
||||
};
|
||||
|
||||
#endif // GNSS_SDR_UNPACK_BYTE_2BIT_CPX_SAMPLES_H_
|
||||
#endif // GNSS_SDR_UNPACK_BYTE_2BIT_CPX_SAMPLES_H
|
||||
|
||||
@@ -17,8 +17,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>
|
||||
|
||||
@@ -45,4 +45,4 @@ private:
|
||||
friend unpack_byte_2bit_samples_sptr make_unpack_byte_2bit_samples_sptr();
|
||||
};
|
||||
|
||||
#endif // GNSS_SDR_UNPACK_BYTE_2BIT_SAMPLES_H_
|
||||
#endif // GNSS_SDR_UNPACK_BYTE_2BIT_SAMPLES_H
|
||||
|
||||
@@ -19,8 +19,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>
|
||||
|
||||
@@ -47,4 +47,4 @@ private:
|
||||
friend unpack_byte_4bit_samples_sptr make_unpack_byte_4bit_samples_sptr();
|
||||
};
|
||||
|
||||
#endif // GNSS_SDR_UNPACK_BYTE_4BIT_SAMPLES_H_
|
||||
#endif // GNSS_SDR_UNPACK_BYTE_4BIT_SAMPLES_H
|
||||
|
||||
@@ -17,8 +17,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>
|
||||
|
||||
@@ -45,4 +45,4 @@ private:
|
||||
friend unpack_intspir_1bit_samples_sptr make_unpack_intspir_1bit_samples_sptr();
|
||||
};
|
||||
|
||||
#endif // GNSS_SDR_UNPACK_INTSPIR_1BIT_SAMPLES_H_
|
||||
#endif // GNSS_SDR_UNPACK_INTSPIR_1BIT_SAMPLES_H
|
||||
|
||||
@@ -18,8 +18,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>
|
||||
|
||||
@@ -45,4 +45,4 @@ private:
|
||||
unsigned int samples_per_int;
|
||||
};
|
||||
|
||||
#endif // GNSS_SDR_UNPACK_SPIR_GSS6450_SAMPLES_H_
|
||||
#endif // GNSS_SDR_UNPACK_SPIR_GSS6450_SAMPLES_H
|
||||
|
||||
Reference in New Issue
Block a user