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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user