mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	Uniformize header guards
This commit is contained in:
		| @@ -119,4 +119,4 @@ private: | |||||||
|     std::shared_ptr<Fpga_Switch> switch_fpga; |     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 | #ifndef GNSS_SDR_CUSTOM_UDP_SIGNAL_SOURCE_H_ | ||||||
| #define GNSS_SDR_CUSTOM_UDP_SIGNAL_SOURCE_H | #define GNSS_SDR_CUSTOM_UDP_SIGNAL_SOURCE_H_ | ||||||
|  |  | ||||||
| #include "concurrent_queue.h" | #include "concurrent_queue.h" | ||||||
| #include "gnss_block_interface.h" | #include "gnss_block_interface.h" | ||||||
| @@ -103,4 +103,4 @@ private: | |||||||
|     std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> queue_; |     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_; |     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_; |     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_; |     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_; |     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_; |     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_; |     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_; |     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_; |     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_; |     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_; |     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 | #ifndef GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_H_ | ||||||
| #define GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_H | #define GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_H_ | ||||||
|  |  | ||||||
| #include "concurrent_queue.h" | #include "concurrent_queue.h" | ||||||
| #include "gnss_block_interface.h" | #include "gnss_block_interface.h" | ||||||
| @@ -118,4 +118,4 @@ private: | |||||||
|     std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> queue_; |     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_; |     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_; |     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_; |     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_; |     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_; |     std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> queue_; | ||||||
| }; | }; | ||||||
|  |  | ||||||
| #endif /*GNSS_SDR_UHD_SIGNAL_SOURCE_H_*/ | #endif  // GNSS_SDR_UHD_SIGNAL_SOURCE_H_ | ||||||
|   | |||||||
| @@ -30,8 +30,8 @@ | |||||||
|  */ |  */ | ||||||
|  |  | ||||||
|  |  | ||||||
| #ifndef 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 | #define GNSS_SDR_GR_COMPLEX_IP_PACKET_SOURCE_H_ | ||||||
|  |  | ||||||
| #include <boost/thread.hpp> | #include <boost/thread.hpp> | ||||||
| #include <gnuradio/sync_block.h> | #include <gnuradio/sync_block.h> | ||||||
| @@ -109,4 +109,4 @@ private: | |||||||
|     bool open(); |     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 | #ifndef GNSS_SDR_LABSAT23_SOURCE_H_ | ||||||
| #define GNSS_SDR_LABSAT23_SOURCE_H | #define GNSS_SDR_LABSAT23_SOURCE_H_ | ||||||
|  |  | ||||||
| #include "concurrent_queue.h" | #include "concurrent_queue.h" | ||||||
| #include <gnuradio/block.h> | #include <gnuradio/block.h> | ||||||
| @@ -87,4 +87,4 @@ private: | |||||||
|     std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> d_queue; |     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 | #ifndef GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_C_H_ | ||||||
| #define GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_C_H | #define GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_C_H_ | ||||||
|  |  | ||||||
| #include "rtl_tcp_dongle_info.h" | #include "rtl_tcp_dongle_info.h" | ||||||
| #include <boost/array.hpp> | #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 | #ifndef GNSS_SDR_UNPACK_2BIT_SAMPLES_H_ | ||||||
| #define GNSS_SDR_UNPACK_2BIT_SAMPLES_H | #define GNSS_SDR_UNPACK_2BIT_SAMPLES_H_ | ||||||
|  |  | ||||||
| #include <gnuradio/sync_interpolator.h> | #include <gnuradio/sync_interpolator.h> | ||||||
| #include <cstdint> | #include <cstdint> | ||||||
| @@ -117,4 +117,4 @@ private: | |||||||
|     std::vector<int8_t> work_buffer_; |     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 | #ifndef GNSS_SDR_UNPACK_BYTE_2BIT_CPX_SAMPLES_H_ | ||||||
| #define GNSS_SDR_UNPACK_BYTE_2BIT_CPX_SAMPLES_H | #define GNSS_SDR_UNPACK_BYTE_2BIT_CPX_SAMPLES_H_ | ||||||
|  |  | ||||||
| #include <gnuradio/sync_interpolator.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(); |     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 | #ifndef GNSS_SDR_UNPACK_BYTE_2BIT_SAMPLES_H_ | ||||||
| #define GNSS_SDR_UNPACK_BYTE_2BIT_SAMPLES_H | #define GNSS_SDR_UNPACK_BYTE_2BIT_SAMPLES_H_ | ||||||
|  |  | ||||||
| #include <gnuradio/sync_interpolator.h> | #include <gnuradio/sync_interpolator.h> | ||||||
|  |  | ||||||
| @@ -56,4 +56,4 @@ private: | |||||||
|     friend unpack_byte_2bit_samples_sptr make_unpack_byte_2bit_samples_sptr(); |     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 | #ifndef GNSS_SDR_UNPACK_BYTE_4BIT_SAMPLES_H_ | ||||||
| #define GNSS_SDR_UNPACK_BYTE_4BIT_SAMPLES_H | #define GNSS_SDR_UNPACK_BYTE_4BIT_SAMPLES_H_ | ||||||
|  |  | ||||||
| #include <gnuradio/sync_interpolator.h> | #include <gnuradio/sync_interpolator.h> | ||||||
|  |  | ||||||
| @@ -58,4 +58,4 @@ private: | |||||||
|     friend unpack_byte_4bit_samples_sptr make_unpack_byte_4bit_samples_sptr(); |     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 | #ifndef GNSS_SDR_UNPACK_INTSPIR_1BIT_SAMPLES_H_ | ||||||
| #define GNSS_SDR_UNPACK_INTSPIR_1BIT_SAMPLES_H | #define GNSS_SDR_UNPACK_INTSPIR_1BIT_SAMPLES_H_ | ||||||
|  |  | ||||||
| #include <gnuradio/sync_interpolator.h> | #include <gnuradio/sync_interpolator.h> | ||||||
|  |  | ||||||
| @@ -56,4 +56,4 @@ private: | |||||||
|     friend unpack_intspir_1bit_samples_sptr make_unpack_intspir_1bit_samples_sptr(); |     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 | #ifndef GNSS_SDR_UNPACK_SPIR_GSS6450_SAMPLES_H_ | ||||||
| #define GNSS_SDR_UNPACK_SPIR_GSS6450_SAMPLES_H | #define GNSS_SDR_UNPACK_SPIR_GSS6450_SAMPLES_H_ | ||||||
|  |  | ||||||
| #include <gnuradio/sync_interpolator.h> | #include <gnuradio/sync_interpolator.h> | ||||||
|  |  | ||||||
| @@ -56,4 +56,4 @@ private: | |||||||
|     unsigned int samples_per_int; |     unsigned int samples_per_int; | ||||||
| }; | }; | ||||||
|  |  | ||||||
| #endif | #endif  // GNSS_SDR_UNPACK_SPIR_GSS6450_SAMPLES_H_ | ||||||
|   | |||||||
| @@ -30,8 +30,8 @@ | |||||||
|  * ------------------------------------------------------------------------- |  * ------------------------------------------------------------------------- | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
| #ifndef GNSS_SDR_AD9361_MANAGER_H | #ifndef GNSS_SDR_AD9361_MANAGER_H_ | ||||||
| #define GNSS_SDR_AD9361_MANAGER_H | #define GNSS_SDR_AD9361_MANAGER_H_ | ||||||
|  |  | ||||||
| #include <cstdint> | #include <cstdint> | ||||||
| #include <string> | #include <string> | ||||||
| @@ -128,4 +128,4 @@ bool ad9361_disable_lo_remote(const std::string &remote_host); | |||||||
|  |  | ||||||
| bool ad9361_disable_lo_local(); | bool ad9361_disable_lo_local(); | ||||||
|  |  | ||||||
| #endif | #endif  // GNSS_SDR_AD9361_MANAGER_H_ | ||||||
|   | |||||||
| @@ -74,4 +74,4 @@ private: | |||||||
|     void close_device(void); |     void close_device(void); | ||||||
| }; | }; | ||||||
|  |  | ||||||
| #endif /* GNSS_SDR_FPGA_SWITCH_H_ */ | #endif  // GNSS_SDR_FPGA_SWITCH_H_ | ||||||
|   | |||||||
| @@ -92,4 +92,4 @@ private: | |||||||
|     bool d_open_valve; |     bool d_open_valve; | ||||||
| }; | }; | ||||||
|  |  | ||||||
| #endif /*GNSS_SDR_GNSS_SDR_VALVE_H_*/ | #endif  // GNSS_SDR_GNSS_SDR_VALVE_H_ | ||||||
|   | |||||||
| @@ -29,8 +29,8 @@ | |||||||
|  * |  * | ||||||
|  * ------------------------------------------------------------------------- |  * ------------------------------------------------------------------------- | ||||||
|  */ |  */ | ||||||
| #ifndef GNSS_SDR_RTL_TCP_COMMANDS_H | #ifndef GNSS_SDR_RTL_TCP_COMMANDS_H_ | ||||||
| #define 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/asio/ip/tcp.hpp>        // for tcp, tcp::socket | ||||||
| #include <boost/system/error_code.hpp>  // for error_code | #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::system::error_code rtl_tcp_command(RTL_TCP_COMMAND id, unsigned param, | ||||||
|     boost::asio::ip::tcp::socket &socket); |     boost::asio::ip::tcp::socket &socket); | ||||||
|  |  | ||||||
| #endif  // GNSS_SDR_RTL_TCP_COMMANDS_H | #endif  // GNSS_SDR_RTL_TCP_COMMANDS_H_ | ||||||
|   | |||||||
| @@ -30,8 +30,8 @@ | |||||||
|  * ------------------------------------------------------------------------- |  * ------------------------------------------------------------------------- | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
| #ifndef GNSS_SDR_RTL_TCP_DONGLE_INFO_H | #ifndef GNSS_SDR_RTL_TCP_DONGLE_INFO_H_ | ||||||
| #define GNSS_SDR_RTL_TCP_DONGLE_INFO_H | #define GNSS_SDR_RTL_TCP_DONGLE_INFO_H_ | ||||||
|  |  | ||||||
| #include <boost/asio/ip/tcp.hpp> | #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_ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez