1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-13 05:37:20 +00:00

Remove trailing underscore in header guards

This commit is contained in:
Carles Fernandez
2020-02-08 10:10:46 +01:00
parent 4d0d263280
commit 955348b080
680 changed files with 1577 additions and 1577 deletions

View File

@@ -18,8 +18,8 @@
*/
#ifndef GNSS_SDR_RTKLIB_PVT_H_
#define GNSS_SDR_RTKLIB_PVT_H_
#ifndef GNSS_SDR_RTKLIB_PVT_H
#define GNSS_SDR_RTKLIB_PVT_H
#include "pvt_interface.h" // for PvtInterface
#include "rtklib.h" // for rtk_t

View File

@@ -17,8 +17,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_RTKLIB_PVT_GS_H_
#define GNSS_SDR_RTKLIB_PVT_GS_H_
#ifndef GNSS_SDR_RTKLIB_PVT_GS_H
#define GNSS_SDR_RTKLIB_PVT_GS_H
#include "gnss_synchro.h"
#include "rtklib.h"
@@ -244,4 +244,4 @@ private:
boost::posix_time::time_duration d_utc_diff_time;
};
#endif // GNSS_SDR_RTKLIB_PVT_GS_H_
#endif // GNSS_SDR_RTKLIB_PVT_GS_H

View File

@@ -19,8 +19,8 @@
*/
#ifndef GNSS_SDR_GEOJSON_PRINTER_H_
#define GNSS_SDR_GEOJSON_PRINTER_H_
#ifndef GNSS_SDR_GEOJSON_PRINTER_H
#define GNSS_SDR_GEOJSON_PRINTER_H
#include <fstream>

View File

@@ -19,8 +19,8 @@
*/
#ifndef GNSS_SDR_GPX_PRINTER_H_
#define GNSS_SDR_GPX_PRINTER_H_
#ifndef GNSS_SDR_GPX_PRINTER_H
#define GNSS_SDR_GPX_PRINTER_H
#include <fstream>

View File

@@ -18,8 +18,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_HYBRID_LS_PVT_H_
#define GNSS_SDR_HYBRID_LS_PVT_H_
#ifndef GNSS_SDR_HYBRID_LS_PVT_H
#define GNSS_SDR_HYBRID_LS_PVT_H
#include "galileo_almanac.h"
#include "galileo_navigation_message.h"

View File

@@ -19,8 +19,8 @@
*/
#ifndef GNSS_SDR_KML_PRINTER_H_
#define GNSS_SDR_KML_PRINTER_H_
#ifndef GNSS_SDR_KML_PRINTER_H
#define GNSS_SDR_KML_PRINTER_H
#include <fstream> // for ofstream
#include <memory> // for shared_ptr

View File

@@ -18,8 +18,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_LS_PVT_H_
#define GNSS_SDR_LS_PVT_H_
#ifndef GNSS_SDR_LS_PVT_H
#define GNSS_SDR_LS_PVT_H
#include "pvt_solution.h"

View File

@@ -17,8 +17,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_MONITOR_PVT_H_
#define GNSS_SDR_MONITOR_PVT_H_
#ifndef GNSS_SDR_MONITOR_PVT_H
#define GNSS_SDR_MONITOR_PVT_H
#include <boost/serialization/nvp.hpp>
#include <cstdint>
@@ -131,4 +131,4 @@ public:
}
};
#endif // GNSS_SDR_MONITOR_PVT_H_
#endif // GNSS_SDR_MONITOR_PVT_H

View File

@@ -18,8 +18,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_MONITOR_PVT_UDP_SINK_H_
#define GNSS_SDR_MONITOR_PVT_UDP_SINK_H_
#ifndef GNSS_SDR_MONITOR_PVT_UDP_SINK_H
#define GNSS_SDR_MONITOR_PVT_UDP_SINK_H
#include "monitor_pvt.h"
#include "serdes_monitor_pvt.h"
@@ -50,4 +50,4 @@ private:
};
#endif // GNSS_SDR_MONITOR_PVT_UDP_SINK_H_
#endif // GNSS_SDR_MONITOR_PVT_UDP_SINK_H

View File

@@ -22,8 +22,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_NMEA_PRINTER_H_
#define GNSS_SDR_NMEA_PRINTER_H_
#ifndef GNSS_SDR_NMEA_PRINTER_H
#define GNSS_SDR_NMEA_PRINTER_H
#include <boost/date_time/posix_time/ptime.hpp> // for ptime
#include <fstream> // for ofstream

View File

@@ -17,8 +17,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_PVT_CONF_H_
#define GNSS_SDR_PVT_CONF_H_
#ifndef GNSS_SDR_PVT_CONF_H
#define GNSS_SDR_PVT_CONF_H
#include <cstdint>
#include <map>

View File

@@ -18,8 +18,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_PVT_SOLUTION_H_
#define GNSS_SDR_PVT_SOLUTION_H_
#ifndef GNSS_SDR_PVT_SOLUTION_H
#define GNSS_SDR_PVT_SOLUTION_H
#if ARMA_NO_BOUND_CHECKING
#define ARMA_NO_DEBUG 1

View File

@@ -37,8 +37,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_RINEX_PRINTER_H_
#define GNSS_SDR_RINEX_PRINTER_H_
#ifndef GNSS_SDR_RINEX_PRINTER_H
#define GNSS_SDR_RINEX_PRINTER_H
#include <boost/date_time/posix_time/posix_time.hpp>
#include <cstdint> // for int32_t

View File

@@ -18,8 +18,8 @@
*/
#ifndef GNSS_SDR_RTCM_H_
#define GNSS_SDR_RTCM_H_
#ifndef GNSS_SDR_RTCM_H
#define GNSS_SDR_RTCM_H
#include "concurrent_queue.h"

View File

@@ -20,8 +20,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_RTCM_PRINTER_H_
#define GNSS_SDR_RTCM_PRINTER_H_
#ifndef GNSS_SDR_RTCM_PRINTER_H
#define GNSS_SDR_RTCM_PRINTER_H
#include <cstdint> // for int32_t
#include <fstream> // for std::ofstream

View File

@@ -30,8 +30,8 @@
*
* -------------------------------------------------------------------------*/
#ifndef GNSS_SDR_RTKLIB_SOLVER_H_
#define GNSS_SDR_RTKLIB_SOLVER_H_
#ifndef GNSS_SDR_RTKLIB_SOLVER_H
#define GNSS_SDR_RTKLIB_SOLVER_H
#include "beidou_dnav_almanac.h"
@@ -118,4 +118,4 @@ private:
bool save_matfile();
};
#endif // GNSS_SDR_RTKLIB_SOLVER_H_
#endif // GNSS_SDR_RTKLIB_SOLVER_H

View File

@@ -18,8 +18,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_SERDES_MONITOR_PVT_H_
#define GNSS_SDR_SERDES_MONITOR_PVT_H_
#ifndef GNSS_SDR_SERDES_MONITOR_PVT_H
#define GNSS_SDR_SERDES_MONITOR_PVT_H
#include "monitor_pvt.h"
#include "monitor_pvt.pb.h" // file created by Protocol Buffers at compile time
@@ -152,4 +152,4 @@ private:
gnss_sdr::MonitorPvt monitor_{};
};
#endif // GNSS_SDR_SERDES_MONITOR_PVT_H_
#endif // GNSS_SDR_SERDES_MONITOR_PVT_H