Uniformize header guards

This commit is contained in:
Carles Fernandez 2019-09-07 16:42:22 +02:00
parent 9eb294209a
commit 24872c02dc
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
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_

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -30,8 +30,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_AD9361_MANAGER_H
#define GNSS_SDR_AD9361_MANAGER_H
#ifndef GNSS_SDR_AD9361_MANAGER_H_
#define GNSS_SDR_AD9361_MANAGER_H_
#include <cstdint>
#include <string>
@ -128,4 +128,4 @@ bool ad9361_disable_lo_remote(const std::string &remote_host);
bool ad9361_disable_lo_local();
#endif
#endif // GNSS_SDR_AD9361_MANAGER_H_

View File

@ -74,4 +74,4 @@ private:
void close_device(void);
};
#endif /* GNSS_SDR_FPGA_SWITCH_H_ */
#endif // GNSS_SDR_FPGA_SWITCH_H_

View File

@ -92,4 +92,4 @@ private:
bool d_open_valve;
};
#endif /*GNSS_SDR_GNSS_SDR_VALVE_H_*/
#endif // GNSS_SDR_GNSS_SDR_VALVE_H_

View File

@ -29,8 +29,8 @@
*
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_RTL_TCP_COMMANDS_H
#define GNSS_SDR_RTL_TCP_COMMANDS_H
#ifndef GNSS_SDR_RTL_TCP_COMMANDS_H_
#define GNSS_SDR_RTL_TCP_COMMANDS_H_
#include <boost/asio/ip/tcp.hpp> // for tcp, tcp::socket
#include <boost/system/error_code.hpp> // for error_code
@ -53,4 +53,4 @@ enum RTL_TCP_COMMAND
boost::system::error_code rtl_tcp_command(RTL_TCP_COMMAND id, unsigned param,
boost::asio::ip::tcp::socket &socket);
#endif // GNSS_SDR_RTL_TCP_COMMANDS_H
#endif // GNSS_SDR_RTL_TCP_COMMANDS_H_

View File

@ -30,8 +30,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_RTL_TCP_DONGLE_INFO_H
#define GNSS_SDR_RTL_TCP_DONGLE_INFO_H
#ifndef GNSS_SDR_RTL_TCP_DONGLE_INFO_H_
#define GNSS_SDR_RTL_TCP_DONGLE_INFO_H_
#include <boost/asio/ip/tcp.hpp>
@ -80,4 +80,4 @@ private:
};
#endif // GNSS_SDR_RTL_TCP_DONGLE_INFO_H
#endif // GNSS_SDR_RTL_TCP_DONGLE_INFO_H_