diff --git a/src/algorithms/PVT/adapters/rtklib_pvt.h b/src/algorithms/PVT/adapters/rtklib_pvt.h index d42092627..0f1be1a69 100644 --- a/src/algorithms/PVT/adapters/rtklib_pvt.h +++ b/src/algorithms/PVT/adapters/rtklib_pvt.h @@ -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 diff --git a/src/algorithms/PVT/gnuradio_blocks/rtklib_pvt_gs.h b/src/algorithms/PVT/gnuradio_blocks/rtklib_pvt_gs.h index 8da61a8e6..d8f56ef03 100644 --- a/src/algorithms/PVT/gnuradio_blocks/rtklib_pvt_gs.h +++ b/src/algorithms/PVT/gnuradio_blocks/rtklib_pvt_gs.h @@ -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 diff --git a/src/algorithms/PVT/libs/geojson_printer.h b/src/algorithms/PVT/libs/geojson_printer.h index c88209126..7806493b4 100644 --- a/src/algorithms/PVT/libs/geojson_printer.h +++ b/src/algorithms/PVT/libs/geojson_printer.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 diff --git a/src/algorithms/PVT/libs/gpx_printer.h b/src/algorithms/PVT/libs/gpx_printer.h index 30392ae2f..a38c8195e 100644 --- a/src/algorithms/PVT/libs/gpx_printer.h +++ b/src/algorithms/PVT/libs/gpx_printer.h @@ -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 diff --git a/src/algorithms/PVT/libs/hybrid_ls_pvt.h b/src/algorithms/PVT/libs/hybrid_ls_pvt.h index 374b7ed5d..f4c502b42 100644 --- a/src/algorithms/PVT/libs/hybrid_ls_pvt.h +++ b/src/algorithms/PVT/libs/hybrid_ls_pvt.h @@ -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" diff --git a/src/algorithms/PVT/libs/kml_printer.h b/src/algorithms/PVT/libs/kml_printer.h index 84c285723..58019aff2 100644 --- a/src/algorithms/PVT/libs/kml_printer.h +++ b/src/algorithms/PVT/libs/kml_printer.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 // for ofstream #include // for shared_ptr diff --git a/src/algorithms/PVT/libs/ls_pvt.h b/src/algorithms/PVT/libs/ls_pvt.h index cc83418b4..610d6a605 100644 --- a/src/algorithms/PVT/libs/ls_pvt.h +++ b/src/algorithms/PVT/libs/ls_pvt.h @@ -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" diff --git a/src/algorithms/PVT/libs/monitor_pvt.h b/src/algorithms/PVT/libs/monitor_pvt.h index 42da2a4e3..cde22aa79 100644 --- a/src/algorithms/PVT/libs/monitor_pvt.h +++ b/src/algorithms/PVT/libs/monitor_pvt.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 #include @@ -131,4 +131,4 @@ public: } }; -#endif // GNSS_SDR_MONITOR_PVT_H_ +#endif // GNSS_SDR_MONITOR_PVT_H diff --git a/src/algorithms/PVT/libs/monitor_pvt_udp_sink.h b/src/algorithms/PVT/libs/monitor_pvt_udp_sink.h index db752ef96..297b140ec 100644 --- a/src/algorithms/PVT/libs/monitor_pvt_udp_sink.h +++ b/src/algorithms/PVT/libs/monitor_pvt_udp_sink.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 diff --git a/src/algorithms/PVT/libs/nmea_printer.h b/src/algorithms/PVT/libs/nmea_printer.h index 9cde9cc4b..4a19edbd6 100644 --- a/src/algorithms/PVT/libs/nmea_printer.h +++ b/src/algorithms/PVT/libs/nmea_printer.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 // for ptime #include // for ofstream diff --git a/src/algorithms/PVT/libs/pvt_conf.h b/src/algorithms/PVT/libs/pvt_conf.h index bcff63b16..ea0682f08 100644 --- a/src/algorithms/PVT/libs/pvt_conf.h +++ b/src/algorithms/PVT/libs/pvt_conf.h @@ -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 #include diff --git a/src/algorithms/PVT/libs/pvt_solution.h b/src/algorithms/PVT/libs/pvt_solution.h index 5e829f4a5..190ba0ede 100644 --- a/src/algorithms/PVT/libs/pvt_solution.h +++ b/src/algorithms/PVT/libs/pvt_solution.h @@ -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 diff --git a/src/algorithms/PVT/libs/rinex_printer.h b/src/algorithms/PVT/libs/rinex_printer.h index ada37bdfd..4531b9335 100644 --- a/src/algorithms/PVT/libs/rinex_printer.h +++ b/src/algorithms/PVT/libs/rinex_printer.h @@ -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 #include // for int32_t diff --git a/src/algorithms/PVT/libs/rtcm.h b/src/algorithms/PVT/libs/rtcm.h index e540fb762..2ee30e196 100644 --- a/src/algorithms/PVT/libs/rtcm.h +++ b/src/algorithms/PVT/libs/rtcm.h @@ -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" diff --git a/src/algorithms/PVT/libs/rtcm_printer.h b/src/algorithms/PVT/libs/rtcm_printer.h index 07063bade..78f42b96f 100644 --- a/src/algorithms/PVT/libs/rtcm_printer.h +++ b/src/algorithms/PVT/libs/rtcm_printer.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 // for int32_t #include // for std::ofstream diff --git a/src/algorithms/PVT/libs/rtklib_solver.h b/src/algorithms/PVT/libs/rtklib_solver.h index 651e64bd9..913d057e4 100644 --- a/src/algorithms/PVT/libs/rtklib_solver.h +++ b/src/algorithms/PVT/libs/rtklib_solver.h @@ -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 diff --git a/src/algorithms/PVT/libs/serdes_monitor_pvt.h b/src/algorithms/PVT/libs/serdes_monitor_pvt.h index c1441850f..894c60bad 100644 --- a/src/algorithms/PVT/libs/serdes_monitor_pvt.h +++ b/src/algorithms/PVT/libs/serdes_monitor_pvt.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 diff --git a/src/algorithms/acquisition/adapters/beidou_b1i_pcps_acquisition.h b/src/algorithms/acquisition/adapters/beidou_b1i_pcps_acquisition.h index ff10ee502..b9f278266 100644 --- a/src/algorithms/acquisition/adapters/beidou_b1i_pcps_acquisition.h +++ b/src/algorithms/acquisition/adapters/beidou_b1i_pcps_acquisition.h @@ -20,8 +20,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_BEIDOU_B1I_PCPS_ACQUISITION_H_ -#define GNSS_SDR_BEIDOU_B1I_PCPS_ACQUISITION_H_ +#ifndef GNSS_SDR_BEIDOU_B1I_PCPS_ACQUISITION_H +#define GNSS_SDR_BEIDOU_B1I_PCPS_ACQUISITION_H #include "channel_fsm.h" #include "complex_byte_to_float_x2.h" @@ -174,4 +174,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_BEIDOU_B1I_PCPS_ACQUISITION_H_ +#endif // GNSS_SDR_BEIDOU_B1I_PCPS_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/beidou_b3i_pcps_acquisition.h b/src/algorithms/acquisition/adapters/beidou_b3i_pcps_acquisition.h index de7d454df..a3c74bd96 100644 --- a/src/algorithms/acquisition/adapters/beidou_b3i_pcps_acquisition.h +++ b/src/algorithms/acquisition/adapters/beidou_b3i_pcps_acquisition.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_BEIDOU_B3I_PCPS_ACQUISITION_H_ -#define GNSS_SDR_BEIDOU_B3I_PCPS_ACQUISITION_H_ +#ifndef GNSS_SDR_BEIDOU_B3I_PCPS_ACQUISITION_H +#define GNSS_SDR_BEIDOU_B3I_PCPS_ACQUISITION_H #include "acq_conf.h" #include "channel_fsm.h" @@ -173,4 +173,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_BEIDOU_B3I_PCPS_ACQUISITION_H_ +#endif // GNSS_SDR_BEIDOU_B3I_PCPS_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/galileo_e1_pcps_8ms_ambiguous_acquisition.h b/src/algorithms/acquisition/adapters/galileo_e1_pcps_8ms_ambiguous_acquisition.h index 7cebba952..55b77b698 100644 --- a/src/algorithms/acquisition/adapters/galileo_e1_pcps_8ms_ambiguous_acquisition.h +++ b/src/algorithms/acquisition/adapters/galileo_e1_pcps_8ms_ambiguous_acquisition.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E1_PCPS_8MS_AMBIGUOUS_ACQUISITION_H_ -#define GNSS_SDR_GALILEO_E1_PCPS_8MS_AMBIGUOUS_ACQUISITION_H_ +#ifndef GNSS_SDR_GALILEO_E1_PCPS_8MS_AMBIGUOUS_ACQUISITION_H +#define GNSS_SDR_GALILEO_E1_PCPS_8MS_AMBIGUOUS_ACQUISITION_H #include "acquisition_interface.h" #include "galileo_pcps_8ms_acquisition_cc.h" @@ -164,4 +164,4 @@ private: float calculate_threshold(float pfa); }; -#endif // GNSS_SDR_GALILEO_E1_PCPS_8MS_AMBIGUOUS_ACQUISITION_H_ +#endif // GNSS_SDR_GALILEO_E1_PCPS_8MS_AMBIGUOUS_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/galileo_e1_pcps_ambiguous_acquisition.h b/src/algorithms/acquisition/adapters/galileo_e1_pcps_ambiguous_acquisition.h index b98636874..9cf81ec23 100644 --- a/src/algorithms/acquisition/adapters/galileo_e1_pcps_ambiguous_acquisition.h +++ b/src/algorithms/acquisition/adapters/galileo_e1_pcps_ambiguous_acquisition.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E1_PCPS_AMBIGUOUS_ACQUISITION_H_ -#define GNSS_SDR_GALILEO_E1_PCPS_AMBIGUOUS_ACQUISITION_H_ +#ifndef GNSS_SDR_GALILEO_E1_PCPS_AMBIGUOUS_ACQUISITION_H +#define GNSS_SDR_GALILEO_E1_PCPS_AMBIGUOUS_ACQUISITION_H #include "acq_conf.h" #include "channel_fsm.h" @@ -179,4 +179,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GALILEO_E1_PCPS_AMBIGUOUS_ACQUISITION_H_ +#endif // GNSS_SDR_GALILEO_E1_PCPS_AMBIGUOUS_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/galileo_e1_pcps_ambiguous_acquisition_fpga.h b/src/algorithms/acquisition/adapters/galileo_e1_pcps_ambiguous_acquisition_fpga.h index dee6ca533..57f949fbb 100644 --- a/src/algorithms/acquisition/adapters/galileo_e1_pcps_ambiguous_acquisition_fpga.h +++ b/src/algorithms/acquisition/adapters/galileo_e1_pcps_ambiguous_acquisition_fpga.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E1_PCPS_AMBIGUOUS_ACQUISITION_FPGA_H_ -#define GNSS_SDR_GALILEO_E1_PCPS_AMBIGUOUS_ACQUISITION_FPGA_H_ +#ifndef GNSS_SDR_GALILEO_E1_PCPS_AMBIGUOUS_ACQUISITION_FPGA_H +#define GNSS_SDR_GALILEO_E1_PCPS_AMBIGUOUS_ACQUISITION_FPGA_H #include "acq_conf.h" #include "channel_fsm.h" @@ -201,4 +201,4 @@ private: std::vector d_all_fft_codes_; // memory that contains all the code ffts }; -#endif // GNSS_SDR_GALILEO_E1_PCPS_AMBIGUOUS_ACQUISITION_FPGA_H_ +#endif // GNSS_SDR_GALILEO_E1_PCPS_AMBIGUOUS_ACQUISITION_FPGA_H diff --git a/src/algorithms/acquisition/adapters/galileo_e1_pcps_cccwsr_ambiguous_acquisition.h b/src/algorithms/acquisition/adapters/galileo_e1_pcps_cccwsr_ambiguous_acquisition.h index 6db7c86a5..b2540f198 100644 --- a/src/algorithms/acquisition/adapters/galileo_e1_pcps_cccwsr_ambiguous_acquisition.h +++ b/src/algorithms/acquisition/adapters/galileo_e1_pcps_cccwsr_ambiguous_acquisition.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E1_PCPS_CCCWSR_AMBIGUOUS_ACQUISITION_H_ -#define GNSS_SDR_GALILEO_E1_PCPS_CCCWSR_AMBIGUOUS_ACQUISITION_H_ +#ifndef GNSS_SDR_GALILEO_E1_PCPS_CCCWSR_AMBIGUOUS_ACQUISITION_H +#define GNSS_SDR_GALILEO_E1_PCPS_CCCWSR_AMBIGUOUS_ACQUISITION_H #include "channel_fsm.h" #include "gnss_synchro.h" @@ -164,4 +164,4 @@ private: float calculate_threshold(float pfa); }; -#endif // GNSS_SDR_GALILEO_E1_PCPS_CCCWSR_AMBIGUOUS_ACQUISITION_H_ +#endif // GNSS_SDR_GALILEO_E1_PCPS_CCCWSR_AMBIGUOUS_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/galileo_e1_pcps_quicksync_ambiguous_acquisition.h b/src/algorithms/acquisition/adapters/galileo_e1_pcps_quicksync_ambiguous_acquisition.h index 3f948b7af..f5a07fa48 100644 --- a/src/algorithms/acquisition/adapters/galileo_e1_pcps_quicksync_ambiguous_acquisition.h +++ b/src/algorithms/acquisition/adapters/galileo_e1_pcps_quicksync_ambiguous_acquisition.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E1_PCPS_QUICKSYNC_AMBIGUOUS_ACQUISITION_H_ -#define GNSS_SDR_GALILEO_E1_PCPS_QUICKSYNC_AMBIGUOUS_ACQUISITION_H_ +#ifndef GNSS_SDR_GALILEO_E1_PCPS_QUICKSYNC_AMBIGUOUS_ACQUISITION_H +#define GNSS_SDR_GALILEO_E1_PCPS_QUICKSYNC_AMBIGUOUS_ACQUISITION_H #include "channel_fsm.h" #include "gnss_synchro.h" @@ -168,4 +168,4 @@ private: float calculate_threshold(float pfa); }; -#endif // GNSS_SDR_GALILEO_E1_PCPS_QUICKSYNC_AMBIGUOUS_ACQUISITION_H_ +#endif // GNSS_SDR_GALILEO_E1_PCPS_QUICKSYNC_AMBIGUOUS_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/galileo_e1_pcps_tong_ambiguous_acquisition.h b/src/algorithms/acquisition/adapters/galileo_e1_pcps_tong_ambiguous_acquisition.h index 3f30bdf48..ff0d5b67d 100644 --- a/src/algorithms/acquisition/adapters/galileo_e1_pcps_tong_ambiguous_acquisition.h +++ b/src/algorithms/acquisition/adapters/galileo_e1_pcps_tong_ambiguous_acquisition.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E1_PCPS_TONG_AMBIGUOUS_ACQUISITION_H_ -#define GNSS_SDR_GALILEO_E1_PCPS_TONG_AMBIGUOUS_ACQUISITION_H_ +#ifndef GNSS_SDR_GALILEO_E1_PCPS_TONG_AMBIGUOUS_ACQUISITION_H +#define GNSS_SDR_GALILEO_E1_PCPS_TONG_AMBIGUOUS_ACQUISITION_H #include "channel_fsm.h" #include "gnss_synchro.h" @@ -167,4 +167,4 @@ private: float calculate_threshold(float pfa); }; -#endif // GNSS_SDR_GALILEO_E1_PCPS_TONG_AMBIGUOUS_ACQUISITION_H_ +#endif // GNSS_SDR_GALILEO_E1_PCPS_TONG_AMBIGUOUS_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/galileo_e5a_noncoherent_iq_acquisition_caf.h b/src/algorithms/acquisition/adapters/galileo_e5a_noncoherent_iq_acquisition_caf.h index ce48b20bb..04cf73f2b 100644 --- a/src/algorithms/acquisition/adapters/galileo_e5a_noncoherent_iq_acquisition_caf.h +++ b/src/algorithms/acquisition/adapters/galileo_e5a_noncoherent_iq_acquisition_caf.h @@ -24,8 +24,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_H_ -#define GNSS_SDR_GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_H_ +#ifndef GNSS_SDR_GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_H +#define GNSS_SDR_GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_H #include "channel_fsm.h" #include "galileo_e5a_noncoherent_iq_acquisition_caf_cc.h" @@ -173,4 +173,4 @@ private: float calculate_threshold(float pfa); }; -#endif // GNSS_SDR_GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_H_ +#endif // GNSS_SDR_GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_H diff --git a/src/algorithms/acquisition/adapters/galileo_e5a_pcps_acquisition.h b/src/algorithms/acquisition/adapters/galileo_e5a_pcps_acquisition.h index 21c580386..1c2464dd9 100644 --- a/src/algorithms/acquisition/adapters/galileo_e5a_pcps_acquisition.h +++ b/src/algorithms/acquisition/adapters/galileo_e5a_pcps_acquisition.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E5A_PCPS_ACQUISITION_H_ -#define GNSS_SDR_GALILEO_E5A_PCPS_ACQUISITION_H_ +#ifndef GNSS_SDR_GALILEO_E5A_PCPS_ACQUISITION_H +#define GNSS_SDR_GALILEO_E5A_PCPS_ACQUISITION_H #include "channel_fsm.h" @@ -168,4 +168,4 @@ private: Gnss_Synchro* gnss_synchro_; }; -#endif // GNSS_SDR_GALILEO_E5A_PCPS_ACQUISITION_H_ +#endif // GNSS_SDR_GALILEO_E5A_PCPS_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/galileo_e5a_pcps_acquisition_fpga.h b/src/algorithms/acquisition/adapters/galileo_e5a_pcps_acquisition_fpga.h index ea830792a..ecc60823a 100644 --- a/src/algorithms/acquisition/adapters/galileo_e5a_pcps_acquisition_fpga.h +++ b/src/algorithms/acquisition/adapters/galileo_e5a_pcps_acquisition_fpga.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E5A_PCPS_ACQUISITION_FPGA_H_ -#define GNSS_SDR_GALILEO_E5A_PCPS_ACQUISITION_FPGA_H_ +#ifndef GNSS_SDR_GALILEO_E5A_PCPS_ACQUISITION_FPGA_H +#define GNSS_SDR_GALILEO_E5A_PCPS_ACQUISITION_FPGA_H #include "channel_fsm.h" @@ -210,4 +210,4 @@ private: std::vector d_all_fft_codes_; // memory that contains all the code ffts }; -#endif // GNSS_SDR_GALILEO_E5A_PCPS_ACQUISITION_FPGA_H_ +#endif // GNSS_SDR_GALILEO_E5A_PCPS_ACQUISITION_FPGA_H diff --git a/src/algorithms/acquisition/adapters/glonass_l1_ca_pcps_acquisition.h b/src/algorithms/acquisition/adapters/glonass_l1_ca_pcps_acquisition.h index 22673c810..5f9ec3ac4 100644 --- a/src/algorithms/acquisition/adapters/glonass_l1_ca_pcps_acquisition.h +++ b/src/algorithms/acquisition/adapters/glonass_l1_ca_pcps_acquisition.h @@ -20,8 +20,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_L1_CA_PCPS_ACQUISITION_H_ -#define GNSS_SDR_GLONASS_L1_CA_PCPS_ACQUISITION_H_ +#ifndef GNSS_SDR_GLONASS_L1_CA_PCPS_ACQUISITION_H +#define GNSS_SDR_GLONASS_L1_CA_PCPS_ACQUISITION_H #include "acq_conf.h" #include "channel_fsm.h" @@ -169,4 +169,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GLONASS_L1_CA_PCPS_ACQUISITION_H_ +#endif // GNSS_SDR_GLONASS_L1_CA_PCPS_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/glonass_l2_ca_pcps_acquisition.h b/src/algorithms/acquisition/adapters/glonass_l2_ca_pcps_acquisition.h index f29a81eaa..94870c48a 100644 --- a/src/algorithms/acquisition/adapters/glonass_l2_ca_pcps_acquisition.h +++ b/src/algorithms/acquisition/adapters/glonass_l2_ca_pcps_acquisition.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_L2_CA_PCPS_ACQUISITION_H_ -#define GNSS_SDR_GLONASS_L2_CA_PCPS_ACQUISITION_H_ +#ifndef GNSS_SDR_GLONASS_L2_CA_PCPS_ACQUISITION_H +#define GNSS_SDR_GLONASS_L2_CA_PCPS_ACQUISITION_H #include "acq_conf.h" #include "channel_fsm.h" @@ -168,4 +168,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GLONASS_L2_CA_PCPS_ACQUISITION_H_ +#endif // GNSS_SDR_GLONASS_L2_CA_PCPS_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition.h b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition.h index b15c645e5..5cd490fb6 100644 --- a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition.h +++ b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition.h @@ -22,8 +22,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_H_ -#define GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_H_ +#ifndef GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_H +#define GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_H #include "acq_conf.h" #include "channel_fsm.h" @@ -181,4 +181,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_H_ +#endif // GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition_fine_doppler.h b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition_fine_doppler.h index abb8dd4ad..c60c67987 100644 --- a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition_fine_doppler.h +++ b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition_fine_doppler.h @@ -20,8 +20,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_FINE_DOPPLER_H_ -#define GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_FINE_DOPPLER_H_ +#ifndef GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_FINE_DOPPLER_H +#define GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_FINE_DOPPLER_H #include "channel_fsm.h" #include "gnss_synchro.h" @@ -160,4 +160,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_FINE_DOPPLER_H_ +#endif // GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_FINE_DOPPLER_H diff --git a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition_fpga.h b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition_fpga.h index 73f787450..bd4192773 100644 --- a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition_fpga.h +++ b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition_fpga.h @@ -21,8 +21,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_FPGA_H_ -#define GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_FPGA_H_ +#ifndef GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_FPGA_H +#define GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_FPGA_H #include "channel_fsm.h" @@ -205,4 +205,4 @@ private: std::vector d_all_fft_codes_; // memory that contains all the code ffts }; -#endif // GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_FPGA_H_ +#endif // GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_FPGA_H diff --git a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_assisted_acquisition.h b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_assisted_acquisition.h index a9398105e..01f51861e 100644 --- a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_assisted_acquisition.h +++ b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_assisted_acquisition.h @@ -20,8 +20,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_PCPS_ASSISTED_ACQUISITION_H_ -#define GNSS_SDR_GPS_L1_CA_PCPS_ASSISTED_ACQUISITION_H_ +#ifndef GNSS_SDR_GPS_L1_CA_PCPS_ASSISTED_ACQUISITION_H +#define GNSS_SDR_GPS_L1_CA_PCPS_ASSISTED_ACQUISITION_H #include "channel_fsm.h" #include "gnss_synchro.h" @@ -157,4 +157,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GPS_L1_CA_PCPS_ASSISTED_ACQUISITION_H_ +#endif // GNSS_SDR_GPS_L1_CA_PCPS_ASSISTED_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_opencl_acquisition.h b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_opencl_acquisition.h index 65b6e1a34..258bb13c2 100644 --- a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_opencl_acquisition.h +++ b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_opencl_acquisition.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_PCPS_OPENCL_ACQUISITION_H_ -#define GNSS_SDR_GPS_L1_CA_PCPS_OPENCL_ACQUISITION_H_ +#ifndef GNSS_SDR_GPS_L1_CA_PCPS_OPENCL_ACQUISITION_H +#define GNSS_SDR_GPS_L1_CA_PCPS_OPENCL_ACQUISITION_H #include "channel_fsm.h" #include "gnss_synchro.h" @@ -169,4 +169,4 @@ private: float calculate_threshold(float pfa); }; -#endif // GNSS_SDR_GPS_L1_CA_PCPS_OPENCL_ACQUISITION_H_ +#endif // GNSS_SDR_GPS_L1_CA_PCPS_OPENCL_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_quicksync_acquisition.h b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_quicksync_acquisition.h index 268839831..1d759c124 100644 --- a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_quicksync_acquisition.h +++ b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_quicksync_acquisition.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_PCPS_QUICKSYNC_ACQUISITION_H_ -#define GNSS_SDR_GPS_L1_CA_PCPS_QUICKSYNC_ACQUISITION_H_ +#ifndef GNSS_SDR_GPS_L1_CA_PCPS_QUICKSYNC_ACQUISITION_H +#define GNSS_SDR_GPS_L1_CA_PCPS_QUICKSYNC_ACQUISITION_H #include "channel_fsm.h" #include "configuration_interface.h" @@ -170,4 +170,4 @@ private: float calculate_threshold(float pfa); }; -#endif // GNSS_SDR_GPS_L1_CA_PCPS_QUICKSYNC_ACQUISITION_H_ +#endif // GNSS_SDR_GPS_L1_CA_PCPS_QUICKSYNC_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_tong_acquisition.h b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_tong_acquisition.h index c55db2064..76a79b5a6 100644 --- a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_tong_acquisition.h +++ b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_tong_acquisition.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_TONG_ACQUISITION_H_ -#define GNSS_SDR_GPS_L1_CA_TONG_ACQUISITION_H_ +#ifndef GNSS_SDR_GPS_L1_CA_TONG_ACQUISITION_H +#define GNSS_SDR_GPS_L1_CA_TONG_ACQUISITION_H #include "channel_fsm.h" #include "configuration_interface.h" @@ -169,4 +169,4 @@ private: float calculate_threshold(float pfa); }; -#endif // GNSS_SDR_GPS_L1_CA_TONG_ACQUISITION_H_ +#endif // GNSS_SDR_GPS_L1_CA_TONG_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/gps_l2_m_pcps_acquisition.h b/src/algorithms/acquisition/adapters/gps_l2_m_pcps_acquisition.h index 87fd749a9..49fe97f7f 100644 --- a/src/algorithms/acquisition/adapters/gps_l2_m_pcps_acquisition.h +++ b/src/algorithms/acquisition/adapters/gps_l2_m_pcps_acquisition.h @@ -20,8 +20,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L2_M_PCPS_ACQUISITION_H_ -#define GNSS_SDR_GPS_L2_M_PCPS_ACQUISITION_H_ +#ifndef GNSS_SDR_GPS_L2_M_PCPS_ACQUISITION_H +#define GNSS_SDR_GPS_L2_M_PCPS_ACQUISITION_H #include "channel_fsm.h" #include "complex_byte_to_float_x2.h" @@ -179,4 +179,4 @@ private: unsigned int num_codes_; }; -#endif // GNSS_SDR_GPS_L2_M_PCPS_ACQUISITION_H_ +#endif // GNSS_SDR_GPS_L2_M_PCPS_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/gps_l2_m_pcps_acquisition_fpga.h b/src/algorithms/acquisition/adapters/gps_l2_m_pcps_acquisition_fpga.h index 6cb964633..c7b4405f8 100644 --- a/src/algorithms/acquisition/adapters/gps_l2_m_pcps_acquisition_fpga.h +++ b/src/algorithms/acquisition/adapters/gps_l2_m_pcps_acquisition_fpga.h @@ -20,8 +20,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L2_M_PCPS_ACQUISITION_FPGA_H_ -#define GNSS_SDR_GPS_L2_M_PCPS_ACQUISITION_FPGA_H_ +#ifndef GNSS_SDR_GPS_L2_M_PCPS_ACQUISITION_FPGA_H +#define GNSS_SDR_GPS_L2_M_PCPS_ACQUISITION_FPGA_H #include "channel_fsm.h" #include "pcps_acquisition_fpga.h" @@ -169,4 +169,4 @@ private: std::vector d_all_fft_codes_; // memory that contains all the code ffts }; -#endif // GNSS_SDR_GPS_L2_M_PCPS_ACQUISITION_FPGA_H_ +#endif // GNSS_SDR_GPS_L2_M_PCPS_ACQUISITION_FPGA_H diff --git a/src/algorithms/acquisition/adapters/gps_l5i_pcps_acquisition.h b/src/algorithms/acquisition/adapters/gps_l5i_pcps_acquisition.h index 9377a3d54..2eff5e4fe 100644 --- a/src/algorithms/acquisition/adapters/gps_l5i_pcps_acquisition.h +++ b/src/algorithms/acquisition/adapters/gps_l5i_pcps_acquisition.h @@ -20,8 +20,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L5I_PCPS_ACQUISITION_H_ -#define GNSS_SDR_GPS_L5I_PCPS_ACQUISITION_H_ +#ifndef GNSS_SDR_GPS_L5I_PCPS_ACQUISITION_H +#define GNSS_SDR_GPS_L5I_PCPS_ACQUISITION_H #include "channel_fsm.h" #include "complex_byte_to_float_x2.h" @@ -179,4 +179,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GPS_L5I_PCPS_ACQUISITION_H_ +#endif // GNSS_SDR_GPS_L5I_PCPS_ACQUISITION_H diff --git a/src/algorithms/acquisition/adapters/gps_l5i_pcps_acquisition_fpga.h b/src/algorithms/acquisition/adapters/gps_l5i_pcps_acquisition_fpga.h index eb25c9ed6..2cb02543f 100644 --- a/src/algorithms/acquisition/adapters/gps_l5i_pcps_acquisition_fpga.h +++ b/src/algorithms/acquisition/adapters/gps_l5i_pcps_acquisition_fpga.h @@ -21,8 +21,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L5I_PCPS_ACQUISITION_FPGA_H_ -#define GNSS_SDR_GPS_L5I_PCPS_ACQUISITION_FPGA_H_ +#ifndef GNSS_SDR_GPS_L5I_PCPS_ACQUISITION_FPGA_H +#define GNSS_SDR_GPS_L5I_PCPS_ACQUISITION_FPGA_H #include "channel_fsm.h" #include "gnss_synchro.h" @@ -205,4 +205,4 @@ private: float calculate_threshold(float pfa); }; -#endif // GNSS_SDR_GPS_L5I_PCPS_ACQUISITION_FPGA_H_ +#endif // GNSS_SDR_GPS_L5I_PCPS_ACQUISITION_FPGA_H diff --git a/src/algorithms/acquisition/gnuradio_blocks/galileo_e5a_noncoherent_iq_acquisition_caf_cc.h b/src/algorithms/acquisition/gnuradio_blocks/galileo_e5a_noncoherent_iq_acquisition_caf_cc.h index 4a18daa8a..24f928a05 100644 --- a/src/algorithms/acquisition/gnuradio_blocks/galileo_e5a_noncoherent_iq_acquisition_caf_cc.h +++ b/src/algorithms/acquisition/gnuradio_blocks/galileo_e5a_noncoherent_iq_acquisition_caf_cc.h @@ -24,8 +24,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_CC_H_ -#define GNSS_SDR_GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_CC_H_ +#ifndef GNSS_SDR_GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_CC_H +#define GNSS_SDR_GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_CC_H #include "channel_fsm.h" #include "gnss_synchro.h" @@ -246,4 +246,4 @@ private: unsigned int d_gr_stream_buffer; }; -#endif // GNSS_SDR_GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_CC_H_ +#endif // GNSS_SDR_GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_CC_H diff --git a/src/algorithms/acquisition/gnuradio_blocks/galileo_pcps_8ms_acquisition_cc.h b/src/algorithms/acquisition/gnuradio_blocks/galileo_pcps_8ms_acquisition_cc.h index b48d0fe5b..1c35db283 100644 --- a/src/algorithms/acquisition/gnuradio_blocks/galileo_pcps_8ms_acquisition_cc.h +++ b/src/algorithms/acquisition/gnuradio_blocks/galileo_pcps_8ms_acquisition_cc.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_PCPS_8MS_ACQUISITION_CC_H_ -#define GNSS_SDR_PCPS_8MS_ACQUISITION_CC_H_ +#ifndef GNSS_SDR_PCPS_8MS_ACQUISITION_CC_H +#define GNSS_SDR_PCPS_8MS_ACQUISITION_CC_H #include "channel_fsm.h" #include "gnss_synchro.h" @@ -218,4 +218,4 @@ private: std::string d_dump_filename; }; -#endif // GNSS_SDR_PCPS_8MS_ACQUISITION_CC_H_ +#endif // GNSS_SDR_PCPS_8MS_ACQUISITION_CC_H diff --git a/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition.h b/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition.h index 2998edd5d..815c2f45e 100644 --- a/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition.h +++ b/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition.h @@ -38,8 +38,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_PCPS_ACQUISITION_H_ -#define GNSS_SDR_PCPS_ACQUISITION_H_ +#ifndef GNSS_SDR_PCPS_ACQUISITION_H +#define GNSS_SDR_PCPS_ACQUISITION_H #if ARMA_NO_BOUND_CHECKING #define ARMA_NO_DEBUG 1 @@ -261,4 +261,4 @@ private: float max_to_input_power_statistic(uint32_t& indext, int32_t& doppler, uint32_t num_doppler_bins, int32_t doppler_max, int32_t doppler_step); }; -#endif // GNSS_SDR_PCPS_ACQUISITION_H_ +#endif // GNSS_SDR_PCPS_ACQUISITION_H diff --git a/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition_fine_doppler_cc.h b/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition_fine_doppler_cc.h index a6685829e..88fae292e 100644 --- a/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition_fine_doppler_cc.h +++ b/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition_fine_doppler_cc.h @@ -35,8 +35,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_PCPS_ACQUISITION_FINE_DOPPLER_CC_H_ -#define GNSS_SDR_PCPS_ACQUISITION_FINE_DOPPLER_CC_H_ +#ifndef GNSS_SDR_PCPS_ACQUISITION_FINE_DOPPLER_CC_H +#define GNSS_SDR_PCPS_ACQUISITION_FINE_DOPPLER_CC_H #if ARMA_NO_BOUND_CHECKING #define ARMA_NO_DEBUG 1 diff --git a/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition_fpga.h b/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition_fpga.h index 5b971d391..0da2ac6b8 100644 --- a/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition_fpga.h +++ b/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition_fpga.h @@ -26,8 +26,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_PCPS_ACQUISITION_FPGA_H_ -#define GNSS_SDR_PCPS_ACQUISITION_FPGA_H_ +#ifndef GNSS_SDR_PCPS_ACQUISITION_FPGA_H +#define GNSS_SDR_PCPS_ACQUISITION_FPGA_H #include "channel_fsm.h" @@ -222,4 +222,4 @@ private: float first_vs_second_peak_statistic(uint32_t& indext, int32_t& doppler, uint32_t num_doppler_bins, int32_t doppler_max, int32_t doppler_step); }; -#endif // GNSS_SDR_PCPS_ACQUISITION_FPGA_H_ +#endif // GNSS_SDR_PCPS_ACQUISITION_FPGA_H diff --git a/src/algorithms/acquisition/gnuradio_blocks/pcps_assisted_acquisition_cc.h b/src/algorithms/acquisition/gnuradio_blocks/pcps_assisted_acquisition_cc.h index 4ecd818ff..33ba87573 100644 --- a/src/algorithms/acquisition/gnuradio_blocks/pcps_assisted_acquisition_cc.h +++ b/src/algorithms/acquisition/gnuradio_blocks/pcps_assisted_acquisition_cc.h @@ -34,8 +34,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_PCPS_ASSISTED_ACQUISITION_CC_H_ -#define GNSS_SDR_PCPS_ASSISTED_ACQUISITION_CC_H_ +#ifndef GNSS_SDR_PCPS_ASSISTED_ACQUISITION_CC_H +#define GNSS_SDR_PCPS_ASSISTED_ACQUISITION_CC_H #include "channel_fsm.h" #include "gnss_synchro.h" @@ -227,4 +227,4 @@ private: std::string d_dump_filename; }; -#endif // GNSS_SDR_PCPS_ASSISTED_ACQUISITION_CC_H_ +#endif // GNSS_SDR_PCPS_ASSISTED_ACQUISITION_CC_H diff --git a/src/algorithms/acquisition/gnuradio_blocks/pcps_cccwsr_acquisition_cc.h b/src/algorithms/acquisition/gnuradio_blocks/pcps_cccwsr_acquisition_cc.h index ba074ce91..91f821196 100644 --- a/src/algorithms/acquisition/gnuradio_blocks/pcps_cccwsr_acquisition_cc.h +++ b/src/algorithms/acquisition/gnuradio_blocks/pcps_cccwsr_acquisition_cc.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_PCPS_CCCWSR_ACQUISITION_CC_H_ -#define GNSS_SDR_PCPS_CCCWSR_ACQUISITION_CC_H_ +#ifndef GNSS_SDR_PCPS_CCCWSR_ACQUISITION_CC_H +#define GNSS_SDR_PCPS_CCCWSR_ACQUISITION_CC_H #include "channel_fsm.h" #include "gnss_synchro.h" @@ -217,4 +217,4 @@ private: std::string d_dump_filename; }; -#endif // GNSS_SDR_PCPS_CCCWSR_ACQUISITION_CC_H_ +#endif // GNSS_SDR_PCPS_CCCWSR_ACQUISITION_CC_H diff --git a/src/algorithms/acquisition/gnuradio_blocks/pcps_opencl_acquisition_cc.h b/src/algorithms/acquisition/gnuradio_blocks/pcps_opencl_acquisition_cc.h index 983b2d5d7..c85f17f70 100644 --- a/src/algorithms/acquisition/gnuradio_blocks/pcps_opencl_acquisition_cc.h +++ b/src/algorithms/acquisition/gnuradio_blocks/pcps_opencl_acquisition_cc.h @@ -37,8 +37,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_PCPS_OPENCL_ACQUISITION_CC_H_ -#define GNSS_SDR_PCPS_OPENCL_ACQUISITION_CC_H_ +#ifndef GNSS_SDR_PCPS_OPENCL_ACQUISITION_CC_H +#define GNSS_SDR_PCPS_OPENCL_ACQUISITION_CC_H #define CL_SILENCE_DEPRECATION #include "channel_fsm.h" diff --git a/src/algorithms/acquisition/gnuradio_blocks/pcps_quicksync_acquisition_cc.h b/src/algorithms/acquisition/gnuradio_blocks/pcps_quicksync_acquisition_cc.h index a852e11d6..c50b4da09 100644 --- a/src/algorithms/acquisition/gnuradio_blocks/pcps_quicksync_acquisition_cc.h +++ b/src/algorithms/acquisition/gnuradio_blocks/pcps_quicksync_acquisition_cc.h @@ -37,8 +37,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_PCPS_QUICKSYNC_ACQUISITION_CC_H_ -#define GNSS_SDR_PCPS_QUICKSYNC_ACQUISITION_CC_H_ +#ifndef GNSS_SDR_PCPS_QUICKSYNC_ACQUISITION_CC_H +#define GNSS_SDR_PCPS_QUICKSYNC_ACQUISITION_CC_H #include "channel_fsm.h" #include "gnss_synchro.h" @@ -247,4 +247,4 @@ private: std::string d_dump_filename; }; -#endif // GNSS_SDR_PCPS_QUICKSYNC_ACQUISITION_CC_H_ +#endif // GNSS_SDR_PCPS_QUICKSYNC_ACQUISITION_CC_H diff --git a/src/algorithms/acquisition/gnuradio_blocks/pcps_tong_acquisition_cc.h b/src/algorithms/acquisition/gnuradio_blocks/pcps_tong_acquisition_cc.h index 8551d80b2..0d96246ed 100644 --- a/src/algorithms/acquisition/gnuradio_blocks/pcps_tong_acquisition_cc.h +++ b/src/algorithms/acquisition/gnuradio_blocks/pcps_tong_acquisition_cc.h @@ -37,8 +37,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_PCPS_TONG_ACQUISITION_CC_H_ -#define GNSS_SDR_PCPS_TONG_ACQUISITION_CC_H_ +#ifndef GNSS_SDR_PCPS_TONG_ACQUISITION_CC_H +#define GNSS_SDR_PCPS_TONG_ACQUISITION_CC_H #include "channel_fsm.h" #include "gnss_synchro.h" @@ -233,4 +233,4 @@ private: std::string d_dump_filename; }; -#endif // GNSS_SDR_PCPS_TONG_ACQUISITION_CC_H_ +#endif // GNSS_SDR_PCPS_TONG_ACQUISITION_CC_H diff --git a/src/algorithms/acquisition/libs/acq_conf.h b/src/algorithms/acquisition/libs/acq_conf.h index 3adf03ab8..b1e26d0f2 100644 --- a/src/algorithms/acquisition/libs/acq_conf.h +++ b/src/algorithms/acquisition/libs/acq_conf.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_ACQ_CONF_H_ -#define GNSS_SDR_ACQ_CONF_H_ +#ifndef GNSS_SDR_ACQ_CONF_H +#define GNSS_SDR_ACQ_CONF_H #include "configuration_interface.h" #include diff --git a/src/algorithms/acquisition/libs/fpga_acquisition.h b/src/algorithms/acquisition/libs/fpga_acquisition.h index 23723a7f8..6a5f91edd 100644 --- a/src/algorithms/acquisition/libs/fpga_acquisition.h +++ b/src/algorithms/acquisition/libs/fpga_acquisition.h @@ -22,8 +22,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_FPGA_ACQUISITION_H_ -#define GNSS_SDR_FPGA_ACQUISITION_H_ +#ifndef GNSS_SDR_FPGA_ACQUISITION_H +#define GNSS_SDR_FPGA_ACQUISITION_H #include #include @@ -167,4 +167,4 @@ private: void read_result_valid(uint32_t *result_valid); }; -#endif // GNSS_SDR_FPGA_ACQUISITION_H_ +#endif // GNSS_SDR_FPGA_ACQUISITION_H diff --git a/src/algorithms/channel/adapters/channel.h b/src/algorithms/channel/adapters/channel.h index 50520559b..ec5194114 100644 --- a/src/algorithms/channel/adapters/channel.h +++ b/src/algorithms/channel/adapters/channel.h @@ -21,8 +21,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CHANNEL_H_ -#define GNSS_SDR_CHANNEL_H_ +#ifndef GNSS_SDR_CHANNEL_H +#define GNSS_SDR_CHANNEL_H #include "channel_fsm.h" #include "channel_interface.h" @@ -101,4 +101,4 @@ private: std::mutex mx; }; -#endif // GNSS_SDR_CHANNEL_H_ +#endif // GNSS_SDR_CHANNEL_H diff --git a/src/algorithms/channel/libs/channel_fsm.h b/src/algorithms/channel/libs/channel_fsm.h index 8d19aefea..4b696a278 100644 --- a/src/algorithms/channel/libs/channel_fsm.h +++ b/src/algorithms/channel/libs/channel_fsm.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CHANNEL_FSM_H_ -#define GNSS_SDR_CHANNEL_FSM_H_ +#ifndef GNSS_SDR_CHANNEL_FSM_H +#define GNSS_SDR_CHANNEL_FSM_H #include "acquisition_interface.h" #include "concurrent_queue.h" @@ -73,4 +73,4 @@ private: std::mutex mx; }; -#endif // GNSS_SDR_CHANNEL_FSM_H_ +#endif // GNSS_SDR_CHANNEL_FSM_H diff --git a/src/algorithms/channel/libs/channel_msg_receiver_cc.h b/src/algorithms/channel/libs/channel_msg_receiver_cc.h index 09f19dd7d..b168d0439 100644 --- a/src/algorithms/channel/libs/channel_msg_receiver_cc.h +++ b/src/algorithms/channel/libs/channel_msg_receiver_cc.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CHANNEL_MSG_RECEIVER_CC_H_ -#define GNSS_SDR_CHANNEL_MSG_RECEIVER_CC_H_ +#ifndef GNSS_SDR_CHANNEL_MSG_RECEIVER_CC_H +#define GNSS_SDR_CHANNEL_MSG_RECEIVER_CC_H #include "channel_fsm.h" #include @@ -47,4 +47,4 @@ private: void msg_handler_events(pmt::pmt_t msg); }; -#endif // GNSS_SDR_CHANNEL_MSG_RECEIVER_CC_H_ +#endif // GNSS_SDR_CHANNEL_MSG_RECEIVER_CC_H diff --git a/src/algorithms/conditioner/adapters/array_signal_conditioner.h b/src/algorithms/conditioner/adapters/array_signal_conditioner.h index 07dea8b37..dffd061fb 100644 --- a/src/algorithms/conditioner/adapters/array_signal_conditioner.h +++ b/src/algorithms/conditioner/adapters/array_signal_conditioner.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_ARRAY_SIGNAL_CONDITIONER_H_ -#define GNSS_SDR_ARRAY_SIGNAL_CONDITIONER_H_ +#ifndef GNSS_SDR_ARRAY_SIGNAL_CONDITIONER_H +#define GNSS_SDR_ARRAY_SIGNAL_CONDITIONER_H #include "gnss_block_interface.h" @@ -70,4 +70,4 @@ private: bool connected_; }; -#endif // GNSS_SDR_SIGNAL_CONDITIONER_H_ +#endif // GNSS_SDR_SIGNAL_CONDITIONER_H diff --git a/src/algorithms/conditioner/adapters/signal_conditioner.h b/src/algorithms/conditioner/adapters/signal_conditioner.h index 60ccae251..f5639c9c4 100644 --- a/src/algorithms/conditioner/adapters/signal_conditioner.h +++ b/src/algorithms/conditioner/adapters/signal_conditioner.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_SIGNAL_CONDITIONER_H_ -#define GNSS_SDR_SIGNAL_CONDITIONER_H_ +#ifndef GNSS_SDR_SIGNAL_CONDITIONER_H +#define GNSS_SDR_SIGNAL_CONDITIONER_H #include "gnss_block_interface.h" #include @@ -68,4 +68,4 @@ private: bool connected_; }; -#endif // GNSS_SDR_SIGNAL_CONDITIONER_H_ +#endif // GNSS_SDR_SIGNAL_CONDITIONER_H diff --git a/src/algorithms/data_type_adapter/adapters/byte_to_short.h b/src/algorithms/data_type_adapter/adapters/byte_to_short.h index fe8181fde..ff6a5e707 100644 --- a/src/algorithms/data_type_adapter/adapters/byte_to_short.h +++ b/src/algorithms/data_type_adapter/adapters/byte_to_short.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_BYTE_TO_SHORT_H_ -#define GNSS_SDR_BYTE_TO_SHORT_H_ +#ifndef GNSS_SDR_BYTE_TO_SHORT_H +#define GNSS_SDR_BYTE_TO_SHORT_H #include "gnss_block_interface.h" #include diff --git a/src/algorithms/data_type_adapter/adapters/ibyte_to_cbyte.h b/src/algorithms/data_type_adapter/adapters/ibyte_to_cbyte.h index 43d3fcac6..a18435535 100644 --- a/src/algorithms/data_type_adapter/adapters/ibyte_to_cbyte.h +++ b/src/algorithms/data_type_adapter/adapters/ibyte_to_cbyte.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_IBYTE_TO_CBYTE_H_ -#define GNSS_SDR_IBYTE_TO_CBYTE_H_ +#ifndef GNSS_SDR_IBYTE_TO_CBYTE_H +#define GNSS_SDR_IBYTE_TO_CBYTE_H #include "conjugate_ic.h" #include "gnss_block_interface.h" diff --git a/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.h b/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.h index 264d40219..8246a7022 100644 --- a/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.h +++ b/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_IBYTE_TO_COMPLEX_H_ -#define GNSS_SDR_IBYTE_TO_COMPLEX_H_ +#ifndef GNSS_SDR_IBYTE_TO_COMPLEX_H +#define GNSS_SDR_IBYTE_TO_COMPLEX_H #include "conjugate_cc.h" #include "gnss_block_interface.h" diff --git a/src/algorithms/data_type_adapter/adapters/ibyte_to_cshort.h b/src/algorithms/data_type_adapter/adapters/ibyte_to_cshort.h index ab0871538..b5b06d5b0 100644 --- a/src/algorithms/data_type_adapter/adapters/ibyte_to_cshort.h +++ b/src/algorithms/data_type_adapter/adapters/ibyte_to_cshort.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_IBYTE_TO_CSHORT_H_ -#define GNSS_SDR_IBYTE_TO_CSHORT_H_ +#ifndef GNSS_SDR_IBYTE_TO_CSHORT_H +#define GNSS_SDR_IBYTE_TO_CSHORT_H #include "conjugate_sc.h" #include "gnss_block_interface.h" diff --git a/src/algorithms/data_type_adapter/adapters/ishort_to_complex.h b/src/algorithms/data_type_adapter/adapters/ishort_to_complex.h index 46ddfef81..1d506ea2f 100644 --- a/src/algorithms/data_type_adapter/adapters/ishort_to_complex.h +++ b/src/algorithms/data_type_adapter/adapters/ishort_to_complex.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_ISHORT_TO_COMPLEX_H_ -#define GNSS_SDR_ISHORT_TO_COMPLEX_H_ +#ifndef GNSS_SDR_ISHORT_TO_COMPLEX_H +#define GNSS_SDR_ISHORT_TO_COMPLEX_H #include "conjugate_cc.h" #include "gnss_block_interface.h" diff --git a/src/algorithms/data_type_adapter/adapters/ishort_to_cshort.h b/src/algorithms/data_type_adapter/adapters/ishort_to_cshort.h index ef5631fe6..f99960c54 100644 --- a/src/algorithms/data_type_adapter/adapters/ishort_to_cshort.h +++ b/src/algorithms/data_type_adapter/adapters/ishort_to_cshort.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_ISHORT_TO_CSHORT_H_ -#define GNSS_SDR_ISHORT_TO_CSHORT_H_ +#ifndef GNSS_SDR_ISHORT_TO_CSHORT_H +#define GNSS_SDR_ISHORT_TO_CSHORT_H #include "conjugate_sc.h" #include "gnss_block_interface.h" diff --git a/src/algorithms/data_type_adapter/gnuradio_blocks/interleaved_byte_to_complex_byte.h b/src/algorithms/data_type_adapter/gnuradio_blocks/interleaved_byte_to_complex_byte.h index 0c57a51e8..07e3e6df3 100644 --- a/src/algorithms/data_type_adapter/gnuradio_blocks/interleaved_byte_to_complex_byte.h +++ b/src/algorithms/data_type_adapter/gnuradio_blocks/interleaved_byte_to_complex_byte.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_BYTE_H_ -#define GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_BYTE_H_ +#ifndef GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_BYTE_H +#define GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_BYTE_H #include @@ -46,4 +46,4 @@ private: interleaved_byte_to_complex_byte(); }; -#endif // GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_BYTE_H_ +#endif // GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_BYTE_H diff --git a/src/algorithms/data_type_adapter/gnuradio_blocks/interleaved_byte_to_complex_short.h b/src/algorithms/data_type_adapter/gnuradio_blocks/interleaved_byte_to_complex_short.h index 230aac0e9..5528a6cda 100644 --- a/src/algorithms/data_type_adapter/gnuradio_blocks/interleaved_byte_to_complex_short.h +++ b/src/algorithms/data_type_adapter/gnuradio_blocks/interleaved_byte_to_complex_short.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_SHORT_H_ -#define GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_SHORT_H_ +#ifndef GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_SHORT_H +#define GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_SHORT_H #include #include @@ -45,4 +45,4 @@ private: interleaved_byte_to_complex_short(); }; -#endif // GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_SHORT_H_ +#endif // GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_SHORT_H diff --git a/src/algorithms/data_type_adapter/gnuradio_blocks/interleaved_short_to_complex_short.h b/src/algorithms/data_type_adapter/gnuradio_blocks/interleaved_short_to_complex_short.h index c9ab378b0..74fcaf79a 100644 --- a/src/algorithms/data_type_adapter/gnuradio_blocks/interleaved_short_to_complex_short.h +++ b/src/algorithms/data_type_adapter/gnuradio_blocks/interleaved_short_to_complex_short.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_INTERLEAVED_SHORT_TO_COMPLEX_SHORT_H_ -#define GNSS_SDR_INTERLEAVED_SHORT_TO_COMPLEX_SHORT_H_ +#ifndef GNSS_SDR_INTERLEAVED_SHORT_TO_COMPLEX_SHORT_H +#define GNSS_SDR_INTERLEAVED_SHORT_TO_COMPLEX_SHORT_H #include #include @@ -45,4 +45,4 @@ private: interleaved_short_to_complex_short(); }; -#endif // GNSS_SDR_INTERLEAVED_SHORT_TO_COMPLEX_SHORT_H_ +#endif // GNSS_SDR_INTERLEAVED_SHORT_TO_COMPLEX_SHORT_H diff --git a/src/algorithms/input_filter/adapters/beamformer_filter.h b/src/algorithms/input_filter/adapters/beamformer_filter.h index 720c82735..d56cc24bc 100644 --- a/src/algorithms/input_filter/adapters/beamformer_filter.h +++ b/src/algorithms/input_filter/adapters/beamformer_filter.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_BEAMFORMER_FILTER_H_ -#define GNSS_SDR_BEAMFORMER_FILTER_H_ +#ifndef GNSS_SDR_BEAMFORMER_FILTER_H +#define GNSS_SDR_BEAMFORMER_FILTER_H #include "gnss_block_interface.h" #include @@ -75,4 +75,4 @@ private: gr::block_sptr file_sink_; }; -#endif // GNSS_SDR_BEAMFORMER_FILTER_H_ +#endif // GNSS_SDR_BEAMFORMER_FILTER_H diff --git a/src/algorithms/input_filter/adapters/fir_filter.h b/src/algorithms/input_filter/adapters/fir_filter.h index caaa887b9..1b67578fe 100644 --- a/src/algorithms/input_filter/adapters/fir_filter.h +++ b/src/algorithms/input_filter/adapters/fir_filter.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_FIR_FILTER_H_ -#define GNSS_SDR_FIR_FILTER_H_ +#ifndef GNSS_SDR_FIR_FILTER_H +#define GNSS_SDR_FIR_FILTER_H #include "byte_x2_to_complex_byte.h" #include "complex_byte_to_float_x2.h" diff --git a/src/algorithms/input_filter/adapters/freq_xlating_fir_filter.h b/src/algorithms/input_filter/adapters/freq_xlating_fir_filter.h index 73ee2c13f..1ed543e27 100644 --- a/src/algorithms/input_filter/adapters/freq_xlating_fir_filter.h +++ b/src/algorithms/input_filter/adapters/freq_xlating_fir_filter.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_FREQ_XLATING_FIR_FILTER_H_ -#define GNSS_SDR_FREQ_XLATING_FIR_FILTER_H_ +#ifndef GNSS_SDR_FREQ_XLATING_FIR_FILTER_H +#define GNSS_SDR_FREQ_XLATING_FIR_FILTER_H #include "complex_float_to_complex_byte.h" #include "gnss_block_interface.h" @@ -110,4 +110,4 @@ private: complex_float_to_complex_byte_sptr complex_to_complex_byte_; }; -#endif // GNSS_SDR_FREQ_XLATING_FIR_FILTER_H_ +#endif // GNSS_SDR_FREQ_XLATING_FIR_FILTER_H diff --git a/src/algorithms/input_filter/adapters/notch_filter.h b/src/algorithms/input_filter/adapters/notch_filter.h index 57c933ef4..5f64cec68 100644 --- a/src/algorithms/input_filter/adapters/notch_filter.h +++ b/src/algorithms/input_filter/adapters/notch_filter.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_NOTCH_FILTER_H_ -#define GNSS_SDR_NOTCH_FILTER_H_ +#ifndef GNSS_SDR_NOTCH_FILTER_H +#define GNSS_SDR_NOTCH_FILTER_H #include "gnss_block_interface.h" #include "notch_cc.h" @@ -68,4 +68,4 @@ private: notch_sptr notch_filter_; }; -#endif // GNSS_SDR_NOTCH_FILTER_H_ +#endif // GNSS_SDR_NOTCH_FILTER_H diff --git a/src/algorithms/input_filter/adapters/notch_filter_lite.h b/src/algorithms/input_filter/adapters/notch_filter_lite.h index 6d270b5c4..9dd6aa543 100644 --- a/src/algorithms/input_filter/adapters/notch_filter_lite.h +++ b/src/algorithms/input_filter/adapters/notch_filter_lite.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_NOTCH_FILTER_LITE_H_ -#define GNSS_SDR_NOTCH_FILTER_LITE_H_ +#ifndef GNSS_SDR_NOTCH_FILTER_LITE_H +#define GNSS_SDR_NOTCH_FILTER_LITE_H #include "gnss_block_interface.h" #include "notch_lite_cc.h" @@ -68,4 +68,4 @@ private: notch_lite_sptr notch_filter_lite_; }; -#endif // GNSS_SDR_NOTCH_FILTER_LITE_H_ +#endif // GNSS_SDR_NOTCH_FILTER_LITE_H diff --git a/src/algorithms/input_filter/adapters/pulse_blanking_filter.h b/src/algorithms/input_filter/adapters/pulse_blanking_filter.h index e3d37f6eb..ae3b0c9c8 100644 --- a/src/algorithms/input_filter/adapters/pulse_blanking_filter.h +++ b/src/algorithms/input_filter/adapters/pulse_blanking_filter.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_PULSE_BLANKING_FILTER_H_ -#define GNSS_SDR_PULSE_BLANKING_FILTER_H_ +#ifndef GNSS_SDR_PULSE_BLANKING_FILTER_H +#define GNSS_SDR_PULSE_BLANKING_FILTER_H #include "gnss_block_interface.h" #include "pulse_blanking_cc.h" @@ -79,4 +79,4 @@ private: gr::filter::freq_xlating_fir_filter_ccf::sptr freq_xlating_; }; -#endif // GNSS_SDR_PULSE_BLANKING_FILTER_H_ +#endif // GNSS_SDR_PULSE_BLANKING_FILTER_H diff --git a/src/algorithms/input_filter/gnuradio_blocks/beamformer.h b/src/algorithms/input_filter/gnuradio_blocks/beamformer.h index 3a9b57f1e..98844303e 100644 --- a/src/algorithms/input_filter/gnuradio_blocks/beamformer.h +++ b/src/algorithms/input_filter/gnuradio_blocks/beamformer.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_BEAMFORMER_H_ -#define GNSS_SDR_BEAMFORMER_H_ +#ifndef GNSS_SDR_BEAMFORMER_H +#define GNSS_SDR_BEAMFORMER_H #include #include @@ -47,4 +47,4 @@ private: std::vector weight_vector = std::vector(GNSS_SDR_BEAMFORMER_CHANNELS, gr_complex(1.0, 0.0)); }; -#endif // GNSS_SDR_BEAMFORMER_H_ +#endif // GNSS_SDR_BEAMFORMER_H diff --git a/src/algorithms/input_filter/gnuradio_blocks/notch_cc.h b/src/algorithms/input_filter/gnuradio_blocks/notch_cc.h index e76e6f172..d9956e5a8 100644 --- a/src/algorithms/input_filter/gnuradio_blocks/notch_cc.h +++ b/src/algorithms/input_filter/gnuradio_blocks/notch_cc.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_NOTCH_H_ -#define GNSS_SDR_NOTCH_H_ +#ifndef GNSS_SDR_NOTCH_H +#define GNSS_SDR_NOTCH_H #include #include @@ -72,4 +72,4 @@ private: std::unique_ptr d_fft; }; -#endif // GNSS_SDR_NOTCH_H_ +#endif // GNSS_SDR_NOTCH_H diff --git a/src/algorithms/input_filter/gnuradio_blocks/notch_lite_cc.h b/src/algorithms/input_filter/gnuradio_blocks/notch_lite_cc.h index 10c5c8fbe..60ecdc337 100644 --- a/src/algorithms/input_filter/gnuradio_blocks/notch_lite_cc.h +++ b/src/algorithms/input_filter/gnuradio_blocks/notch_lite_cc.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_NOTCH_LITE_H_ -#define GNSS_SDR_NOTCH_LITE_H_ +#ifndef GNSS_SDR_NOTCH_LITE_H +#define GNSS_SDR_NOTCH_LITE_H #include #include @@ -77,4 +77,4 @@ private: std::unique_ptr d_fft; }; -#endif // GNSS_SDR_NOTCH_LITE_H_ +#endif // GNSS_SDR_NOTCH_LITE_H diff --git a/src/algorithms/input_filter/gnuradio_blocks/pulse_blanking_cc.h b/src/algorithms/input_filter/gnuradio_blocks/pulse_blanking_cc.h index 094c3205b..c58a73f2a 100644 --- a/src/algorithms/input_filter/gnuradio_blocks/pulse_blanking_cc.h +++ b/src/algorithms/input_filter/gnuradio_blocks/pulse_blanking_cc.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_PULSE_BLANKING_H_ -#define GNSS_SDR_PULSE_BLANKING_H_ +#ifndef GNSS_SDR_PULSE_BLANKING_H +#define GNSS_SDR_PULSE_BLANKING_H #include #include @@ -59,4 +59,4 @@ private: gr_complex *zeros_; }; -#endif // GNSS_SDR_PULSE_BLANKING_H_ +#endif // GNSS_SDR_PULSE_BLANKING_H diff --git a/src/algorithms/libs/beidou_b1i_signal_processing.h b/src/algorithms/libs/beidou_b1i_signal_processing.h index 62cacc4d5..a16f78e7e 100644 --- a/src/algorithms/libs/beidou_b1i_signal_processing.h +++ b/src/algorithms/libs/beidou_b1i_signal_processing.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_BEIDOU_B1I_SDR_SIGNAL_PROCESSING_H_ -#define GNSS_SDR_BEIDOU_B1I_SDR_SIGNAL_PROCESSING_H_ +#ifndef GNSS_SDR_BEIDOU_B1I_SDR_SIGNAL_PROCESSING_H +#define GNSS_SDR_BEIDOU_B1I_SDR_SIGNAL_PROCESSING_H #include #include @@ -41,4 +41,4 @@ void beidou_b1i_code_gen_complex_sampled(gsl::span> _dest, u //! Generates complex GPS L1 C/A code for the desired SV ID and code shift void beidou_b1i_code_gen_complex_sampled(gsl::span> _dest, uint32_t _prn, int32_t _fs, uint32_t _chip_shift); -#endif // GNSS_SDR_BEIDOU_B1I_SDR_SIGNAL_PROCESSING_H_ +#endif // GNSS_SDR_BEIDOU_B1I_SDR_SIGNAL_PROCESSING_H diff --git a/src/algorithms/libs/beidou_b3i_signal_processing.h b/src/algorithms/libs/beidou_b3i_signal_processing.h index ce43e3229..0b9543fe7 100644 --- a/src/algorithms/libs/beidou_b3i_signal_processing.h +++ b/src/algorithms/libs/beidou_b3i_signal_processing.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_BEIDOU_B3I_SIGNAL_PROCESSING_H_ -#define GNSS_SDR_BEIDOU_B3I_SIGNAL_PROCESSING_H_ +#ifndef GNSS_SDR_BEIDOU_B3I_SIGNAL_PROCESSING_H +#define GNSS_SDR_BEIDOU_B3I_SIGNAL_PROCESSING_H #include #include @@ -41,4 +41,4 @@ void beidou_b3i_code_gen_complex_sampled(gsl::span> _dest, u //! Generates complex BeiDou B3I code for the desired SV ID and code shift void beidou_b3i_code_gen_complex_sampled(gsl::span> _dest, uint32_t _prn, int _fs, uint32_t _chip_shift); -#endif // GNSS_SDR_BEIDOU_B3I_SIGNAL_PROCESSING_H_ +#endif // GNSS_SDR_BEIDOU_B3I_SIGNAL_PROCESSING_H diff --git a/src/algorithms/libs/byte_x2_to_complex_byte.h b/src/algorithms/libs/byte_x2_to_complex_byte.h index dcdcf333e..ab188d033 100644 --- a/src/algorithms/libs/byte_x2_to_complex_byte.h +++ b/src/algorithms/libs/byte_x2_to_complex_byte.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_BYTE_X2_TO_COMPLEX_BYTE_H_ -#define GNSS_SDR_BYTE_X2_TO_COMPLEX_BYTE_H_ +#ifndef GNSS_SDR_BYTE_X2_TO_COMPLEX_BYTE_H +#define GNSS_SDR_BYTE_X2_TO_COMPLEX_BYTE_H #include diff --git a/src/algorithms/libs/complex_byte_to_float_x2.h b/src/algorithms/libs/complex_byte_to_float_x2.h index 27abccd31..3bf5df108 100644 --- a/src/algorithms/libs/complex_byte_to_float_x2.h +++ b/src/algorithms/libs/complex_byte_to_float_x2.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_COMPLEX_BYTE_TO_FLOAT_X2_H_ -#define GNSS_SDR_COMPLEX_BYTE_TO_FLOAT_X2_H_ +#ifndef GNSS_SDR_COMPLEX_BYTE_TO_FLOAT_X2_H +#define GNSS_SDR_COMPLEX_BYTE_TO_FLOAT_X2_H #include diff --git a/src/algorithms/libs/complex_float_to_complex_byte.h b/src/algorithms/libs/complex_float_to_complex_byte.h index 397e20459..0a36206ca 100644 --- a/src/algorithms/libs/complex_float_to_complex_byte.h +++ b/src/algorithms/libs/complex_float_to_complex_byte.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_COMPLEX_FLOAT_TO_COMPLEX_BYTE_H_ -#define GNSS_SDR_COMPLEX_FLOAT_TO_COMPLEX_BYTE_H_ +#ifndef GNSS_SDR_COMPLEX_FLOAT_TO_COMPLEX_BYTE_H +#define GNSS_SDR_COMPLEX_FLOAT_TO_COMPLEX_BYTE_H #include #include diff --git a/src/algorithms/libs/conjugate_cc.h b/src/algorithms/libs/conjugate_cc.h index 688de9546..10e0e9505 100644 --- a/src/algorithms/libs/conjugate_cc.h +++ b/src/algorithms/libs/conjugate_cc.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CONJUGATE_CC_H_ -#define GNSS_SDR_CONJUGATE_CC_H_ +#ifndef GNSS_SDR_CONJUGATE_CC_H +#define GNSS_SDR_CONJUGATE_CC_H #include #include diff --git a/src/algorithms/libs/conjugate_ic.h b/src/algorithms/libs/conjugate_ic.h index 8527082d4..8b3597335 100644 --- a/src/algorithms/libs/conjugate_ic.h +++ b/src/algorithms/libs/conjugate_ic.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CONJUGATE_IC_H_ -#define GNSS_SDR_CONJUGATE_IC_H_ +#ifndef GNSS_SDR_CONJUGATE_IC_H +#define GNSS_SDR_CONJUGATE_IC_H #include #include diff --git a/src/algorithms/libs/conjugate_sc.h b/src/algorithms/libs/conjugate_sc.h index 2038dc037..8cc672b30 100644 --- a/src/algorithms/libs/conjugate_sc.h +++ b/src/algorithms/libs/conjugate_sc.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CONJUGATE_SC_H_ -#define GNSS_SDR_CONJUGATE_SC_H_ +#ifndef GNSS_SDR_CONJUGATE_SC_H +#define GNSS_SDR_CONJUGATE_SC_H #include #include diff --git a/src/algorithms/libs/cshort_to_float_x2.h b/src/algorithms/libs/cshort_to_float_x2.h index 882023702..608d54e78 100644 --- a/src/algorithms/libs/cshort_to_float_x2.h +++ b/src/algorithms/libs/cshort_to_float_x2.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CSHORT_TO_FLOAT_X2_H_ -#define GNSS_SDR_CSHORT_TO_FLOAT_X2_H_ +#ifndef GNSS_SDR_CSHORT_TO_FLOAT_X2_H +#define GNSS_SDR_CSHORT_TO_FLOAT_X2_H #include diff --git a/src/algorithms/libs/galileo_e1_signal_processing.h b/src/algorithms/libs/galileo_e1_signal_processing.h index f6e661443..4e5e16f3f 100644 --- a/src/algorithms/libs/galileo_e1_signal_processing.h +++ b/src/algorithms/libs/galileo_e1_signal_processing.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E1_SIGNAL_PROCESSING_H_ -#define GNSS_SDR_GALILEO_E1_SIGNAL_PROCESSING_H_ +#ifndef GNSS_SDR_GALILEO_E1_SIGNAL_PROCESSING_H +#define GNSS_SDR_GALILEO_E1_SIGNAL_PROCESSING_H #include #include @@ -65,4 +65,4 @@ void galileo_e1_code_gen_complex_sampled(gsl::span> _dest, c void galileo_e1_code_gen_complex_sampled(gsl::span> _dest, const std::array& _Signal, bool _cboc, uint32_t _prn, int32_t _fs, uint32_t _chip_shift); -#endif // GNSS_SDR_GALILEO_E1_SIGNAL_PROCESSING_H_ +#endif // GNSS_SDR_GALILEO_E1_SIGNAL_PROCESSING_H diff --git a/src/algorithms/libs/galileo_e5_signal_processing.h b/src/algorithms/libs/galileo_e5_signal_processing.h index e89e55e70..120ff1b16 100644 --- a/src/algorithms/libs/galileo_e5_signal_processing.h +++ b/src/algorithms/libs/galileo_e5_signal_processing.h @@ -20,8 +20,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E5_SIGNAL_PROCESSING_H_ -#define GNSS_SDR_GALILEO_E5_SIGNAL_PROCESSING_H_ +#ifndef GNSS_SDR_GALILEO_E5_SIGNAL_PROCESSING_H +#define GNSS_SDR_GALILEO_E5_SIGNAL_PROCESSING_H #include #include @@ -42,4 +42,4 @@ void galileo_e5_a_code_gen_complex_sampled(gsl::span> _dest, const std::array& _Signal, uint32_t _prn, int32_t _fs, uint32_t _chip_shift); -#endif // GNSS_SDR_GALILEO_E5_SIGNAL_PROCESSING_H_ +#endif // GNSS_SDR_GALILEO_E5_SIGNAL_PROCESSING_H diff --git a/src/algorithms/libs/geofunctions.h b/src/algorithms/libs/geofunctions.h index 29a10a0ed..7f37e1fc9 100644 --- a/src/algorithms/libs/geofunctions.h +++ b/src/algorithms/libs/geofunctions.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GEOFUNCTIONS_H_ -#define GNSS_SDR_GEOFUNCTIONS_H_ +#ifndef GNSS_SDR_GEOFUNCTIONS_H +#define GNSS_SDR_GEOFUNCTIONS_H #if ARMA_NO_BOUND_CHECKING #define ARMA_NO_DEBUG 1 @@ -174,4 +174,4 @@ double clsin(const arma::colvec &ar, int degree, double argument); */ void clksin(const arma::colvec &ar, int degree, double arg_real, double arg_imag, double *re, double *im); -#endif // GNSS_SDR_GEOFUNCTIONS_H_ +#endif // GNSS_SDR_GEOFUNCTIONS_H diff --git a/src/algorithms/libs/glonass_l1_signal_processing.h b/src/algorithms/libs/glonass_l1_signal_processing.h index 85eca0add..5aefcf131 100644 --- a/src/algorithms/libs/glonass_l1_signal_processing.h +++ b/src/algorithms/libs/glonass_l1_signal_processing.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_SDR_SIGNAL_PROCESSING_H_ -#define GNSS_SDR_GLONASS_SDR_SIGNAL_PROCESSING_H_ +#ifndef GNSS_SDR_GLONASS_SDR_SIGNAL_PROCESSING_H +#define GNSS_SDR_GLONASS_SDR_SIGNAL_PROCESSING_H #include #include @@ -35,4 +35,4 @@ void glonass_l1_ca_code_gen_complex_sampled(gsl::span> _dest //! Generates complex GLONASS L1 C/A code for the desired SV ID and code shift void glonass_l1_ca_code_gen_complex_sampled(gsl::span> _dest, int32_t _fs, uint32_t _chip_shift); -#endif // GNSS_SDR_GLONASS_SDR_SIGNAL_PROCESSING_H_ +#endif // GNSS_SDR_GLONASS_SDR_SIGNAL_PROCESSING_H diff --git a/src/algorithms/libs/glonass_l2_signal_processing.h b/src/algorithms/libs/glonass_l2_signal_processing.h index f3e368219..d90408b00 100644 --- a/src/algorithms/libs/glonass_l2_signal_processing.h +++ b/src/algorithms/libs/glonass_l2_signal_processing.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_L2_SIGNAL_PROCESSING_H_ -#define GNSS_SDR_GLONASS_L2_SIGNAL_PROCESSING_H_ +#ifndef GNSS_SDR_GLONASS_L2_SIGNAL_PROCESSING_H +#define GNSS_SDR_GLONASS_L2_SIGNAL_PROCESSING_H #include #include @@ -35,4 +35,4 @@ void glonass_l2_ca_code_gen_complex_sampled(gsl::span> _dest //! Generates complex GLONASS L2 C/A code for the desired SV ID and code shift void glonass_l2_ca_code_gen_complex_sampled(gsl::span> _dest, int32_t _fs, uint32_t _chip_shift); -#endif // GNSS_SDR_GLONASS_L2_SIGNAL_PROCESSING_H_ +#endif // GNSS_SDR_GLONASS_L2_SIGNAL_PROCESSING_H diff --git a/src/algorithms/libs/gnss_circular_deque.h b/src/algorithms/libs/gnss_circular_deque.h index e549813a9..b698f7b55 100644 --- a/src/algorithms/libs/gnss_circular_deque.h +++ b/src/algorithms/libs/gnss_circular_deque.h @@ -20,8 +20,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CIRCULAR_DEQUE_H_ -#define GNSS_SDR_CIRCULAR_DEQUE_H_ +#ifndef GNSS_SDR_CIRCULAR_DEQUE_H +#define GNSS_SDR_CIRCULAR_DEQUE_H #include #include @@ -138,4 +138,4 @@ void Gnss_circular_deque::push_back(unsigned int ch, const T& new_data) d_data[ch].push_back(new_data); } -#endif // GNSS_SDR_CIRCULAR_DEQUE_H_ +#endif // GNSS_SDR_CIRCULAR_DEQUE_H diff --git a/src/algorithms/libs/gnss_sdr_create_directory.h b/src/algorithms/libs/gnss_sdr_create_directory.h index 098a8c666..8618d12af 100644 --- a/src/algorithms/libs/gnss_sdr_create_directory.h +++ b/src/algorithms/libs/gnss_sdr_create_directory.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GNSS_SDR_CREATE_DIRECTORY_H_ -#define GNSS_SDR_GNSS_SDR_CREATE_DIRECTORY_H_ +#ifndef GNSS_SDR_GNSS_SDR_CREATE_DIRECTORY_H +#define GNSS_SDR_GNSS_SDR_CREATE_DIRECTORY_H #include diff --git a/src/algorithms/libs/gnss_sdr_flags.h b/src/algorithms/libs/gnss_sdr_flags.h index e39abcf55..3f4669414 100644 --- a/src/algorithms/libs/gnss_sdr_flags.h +++ b/src/algorithms/libs/gnss_sdr_flags.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_FLAGS_H_ -#define GNSS_SDR_FLAGS_H_ +#ifndef GNSS_SDR_FLAGS_H +#define GNSS_SDR_FLAGS_H #include diff --git a/src/algorithms/libs/gnss_signal_processing.h b/src/algorithms/libs/gnss_signal_processing.h index c775d4326..a85f3c04c 100644 --- a/src/algorithms/libs/gnss_signal_processing.h +++ b/src/algorithms/libs/gnss_signal_processing.h @@ -21,8 +21,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GNSS_SIGNAL_PROCESSING_H_ -#define GNSS_SDR_GNSS_SIGNAL_PROCESSING_H_ +#ifndef GNSS_SDR_GNSS_SIGNAL_PROCESSING_H +#define GNSS_SDR_GNSS_SIGNAL_PROCESSING_H #include #include @@ -61,4 +61,4 @@ void resampler(const gsl::span _from, gsl::span _dest, void resampler(gsl::span> _from, gsl::span> _dest, float _fs_in, float _fs_out); -#endif // GNSS_SDR_GNSS_SIGNAL_PROCESSING_H_ +#endif // GNSS_SDR_GNSS_SIGNAL_PROCESSING_H diff --git a/src/algorithms/libs/gps_l2c_signal.h b/src/algorithms/libs/gps_l2c_signal.h index e9cba010d..069dfabee 100644 --- a/src/algorithms/libs/gps_l2c_signal.h +++ b/src/algorithms/libs/gps_l2c_signal.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L2C_SIGNAL_H_ -#define GNSS_SDR_GPS_L2C_SIGNAL_H_ +#ifndef GNSS_SDR_GPS_L2C_SIGNAL_H +#define GNSS_SDR_GPS_L2C_SIGNAL_H #include #include @@ -33,4 +33,4 @@ void gps_l2c_m_code_gen_float(gsl::span _dest, uint32_t _prn); //! Generates complex GPS L2C M code for the desired SV ID, and sampled to specific sampling frequency void gps_l2c_m_code_gen_complex_sampled(gsl::span> _dest, uint32_t _prn, int32_t _fs); -#endif // GNSS_SDR_GPS_L2C_SIGNAL_H_ +#endif // GNSS_SDR_GPS_L2C_SIGNAL_H diff --git a/src/algorithms/libs/gps_l5_signal.h b/src/algorithms/libs/gps_l5_signal.h index 1339f78c4..679812fa0 100644 --- a/src/algorithms/libs/gps_l5_signal.h +++ b/src/algorithms/libs/gps_l5_signal.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L5_SIGNAL_H_ -#define GNSS_SDR_GPS_L5_SIGNAL_H_ +#ifndef GNSS_SDR_GPS_L5_SIGNAL_H +#define GNSS_SDR_GPS_L5_SIGNAL_H #include #include @@ -45,4 +45,4 @@ void gps_l5i_code_gen_complex_sampled(gsl::span> _dest, uint void gps_l5q_code_gen_complex_sampled(gsl::span> _dest, uint32_t _prn, int32_t _fs); -#endif // GNSS_SDR_GPS_L5_SIGNAL_H_ +#endif // GNSS_SDR_GPS_L5_SIGNAL_H diff --git a/src/algorithms/libs/gps_sdr_signal_processing.h b/src/algorithms/libs/gps_sdr_signal_processing.h index 7ef95fd20..3918d4ab0 100644 --- a/src/algorithms/libs/gps_sdr_signal_processing.h +++ b/src/algorithms/libs/gps_sdr_signal_processing.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_SDR_SIGNAL_PROCESSING_H_ -#define GNSS_SDR_GPS_SDR_SIGNAL_PROCESSING_H_ +#ifndef GNSS_SDR_GPS_SDR_SIGNAL_PROCESSING_H +#define GNSS_SDR_GPS_SDR_SIGNAL_PROCESSING_H #include #include @@ -41,4 +41,4 @@ void gps_l1_ca_code_gen_complex_sampled(gsl::span> _dest, ui //! Generates complex GPS L1 C/A code for the desired SV ID and code shift void gps_l1_ca_code_gen_complex_sampled(gsl::span> _dest, uint32_t _prn, int32_t _fs, uint32_t _chip_shift); -#endif // GNSS_SDR_GPS_SDR_SIGNAL_PROCESSING_H_ +#endif // GNSS_SDR_GPS_SDR_SIGNAL_PROCESSING_H diff --git a/src/algorithms/libs/item_type_helpers.h b/src/algorithms/libs/item_type_helpers.h index 197cfa818..e5a7e9e1f 100644 --- a/src/algorithms/libs/item_type_helpers.h +++ b/src/algorithms/libs/item_type_helpers.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_ITEM_TYPE_HELPERS_H_ -#define GNSS_SDR_ITEM_TYPE_HELPERS_H_ +#ifndef GNSS_SDR_ITEM_TYPE_HELPERS_H +#define GNSS_SDR_ITEM_TYPE_HELPERS_H #include diff --git a/src/algorithms/libs/pass_through.h b/src/algorithms/libs/pass_through.h index daf09c2ca..c8eb40e8b 100644 --- a/src/algorithms/libs/pass_through.h +++ b/src/algorithms/libs/pass_through.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_PASS_THROUGH_H_ -#define GNSS_SDR_PASS_THROUGH_H_ +#ifndef GNSS_SDR_PASS_THROUGH_H +#define GNSS_SDR_PASS_THROUGH_H #include "conjugate_cc.h" #include "conjugate_ic.h" @@ -86,4 +86,4 @@ private: bool inverted_spectrum; }; -#endif // GNSS_SDR_PASS_THROUGH_H_ +#endif // GNSS_SDR_PASS_THROUGH_H diff --git a/src/algorithms/libs/rtklib/rtklib.h b/src/algorithms/libs/rtklib/rtklib.h index 50fed5bfb..20e6a7d55 100644 --- a/src/algorithms/libs/rtklib/rtklib.h +++ b/src/algorithms/libs/rtklib/rtklib.h @@ -29,8 +29,8 @@ * *----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_H_ -#define GNSS_SDR_RTKLIB_H_ +#ifndef GNSS_SDR_RTKLIB_H +#define GNSS_SDR_RTKLIB_H #include "MATH_CONSTANTS.h" #include "gnss_frequencies.h" @@ -1307,4 +1307,4 @@ const int STRFMT_NMEA = 19; /* stream format: NMEA 0183 */ const int MAXSTRRTK = 8; /* max number of stream in RTK server */ -#endif // GNSS_SDR_RTKLIB_H_ +#endif // GNSS_SDR_RTKLIB_H diff --git a/src/algorithms/libs/rtklib/rtklib_conversions.h b/src/algorithms/libs/rtklib/rtklib_conversions.h index e81a0547d..91d70a117 100644 --- a/src/algorithms/libs/rtklib/rtklib_conversions.h +++ b/src/algorithms/libs/rtklib/rtklib_conversions.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_RTKLIB_CONVERSIONS_H_ -#define GNSS_SDR_RTKLIB_CONVERSIONS_H_ +#ifndef GNSS_SDR_RTKLIB_CONVERSIONS_H +#define GNSS_SDR_RTKLIB_CONVERSIONS_H #include "rtklib.h" @@ -49,4 +49,4 @@ geph_t eph_to_rtklib(const Glonass_Gnav_Ephemeris& glonass_gnav_eph, const Glona obsd_t insert_obs_to_rtklib(obsd_t& rtklib_obs, const Gnss_Synchro& gnss_synchro, int week, int band, bool pre_2009_file = false); -#endif // GNSS_SDR_RTKLIB_CONVERSIONS_H_ +#endif // GNSS_SDR_RTKLIB_CONVERSIONS_H diff --git a/src/algorithms/libs/rtklib/rtklib_ephemeris.h b/src/algorithms/libs/rtklib/rtklib_ephemeris.h index 791043a5e..711b9cf0d 100644 --- a/src/algorithms/libs/rtklib/rtklib_ephemeris.h +++ b/src/algorithms/libs/rtklib/rtklib_ephemeris.h @@ -30,8 +30,8 @@ *----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_EPHEMERIS_H_ -#define GNSS_SDR_RTKLIB_EPHEMERIS_H_ +#ifndef GNSS_SDR_RTKLIB_EPHEMERIS_H +#define GNSS_SDR_RTKLIB_EPHEMERIS_H #include "rtklib.h" @@ -71,4 +71,4 @@ void satposs(gtime_t teph, const obsd_t *obs, int n, const nav_t *nav, int ephopt, double *rs, double *dts, double *var, int *svh); -#endif // GNSS_SDR_RTKLIB_EPHEMERIS_H_ +#endif // GNSS_SDR_RTKLIB_EPHEMERIS_H diff --git a/src/algorithms/libs/rtklib/rtklib_ionex.h b/src/algorithms/libs/rtklib/rtklib_ionex.h index a64b5df5f..fdcf812bd 100644 --- a/src/algorithms/libs/rtklib/rtklib_ionex.h +++ b/src/algorithms/libs/rtklib/rtklib_ionex.h @@ -36,8 +36,8 @@ * *----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_IONEX_H_ -#define GNSS_SDR_RTKLIB_IONEX_H_ +#ifndef GNSS_SDR_RTKLIB_IONEX_H +#define GNSS_SDR_RTKLIB_IONEX_H #include "rtklib.h" @@ -66,4 +66,4 @@ int iondelay(gtime_t time, const tec_t *tec, const double *pos, int iontec(gtime_t time, const nav_t *nav, const double *pos, const double *azel, int opt, double *delay, double *var); -#endif // GNSS_SDR_RTKLIB_IONEX_H_ +#endif // GNSS_SDR_RTKLIB_IONEX_H diff --git a/src/algorithms/libs/rtklib/rtklib_lambda.h b/src/algorithms/libs/rtklib/rtklib_lambda.h index c425c9344..e4ea8b96b 100644 --- a/src/algorithms/libs/rtklib/rtklib_lambda.h +++ b/src/algorithms/libs/rtklib/rtklib_lambda.h @@ -36,8 +36,8 @@ * *----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_LAMBDA_H_ -#define GNSS_SDR_RTKLIB_LAMBDA_H_ +#ifndef GNSS_SDR_RTKLIB_LAMBDA_H +#define GNSS_SDR_RTKLIB_LAMBDA_H #include "rtklib.h" diff --git a/src/algorithms/libs/rtklib/rtklib_pntpos.h b/src/algorithms/libs/rtklib/rtklib_pntpos.h index 776b77218..4ad8bd3f6 100644 --- a/src/algorithms/libs/rtklib/rtklib_pntpos.h +++ b/src/algorithms/libs/rtklib/rtklib_pntpos.h @@ -29,8 +29,8 @@ * *----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_PNTPOS_H_ -#define GNSS_SDR_RTKLIB_PNTPOS_H_ +#ifndef GNSS_SDR_RTKLIB_PNTPOS_H +#define GNSS_SDR_RTKLIB_PNTPOS_H #include "rtklib.h" #include "rtklib_rtkcmn.h" @@ -141,4 +141,4 @@ int pntpos(const obsd_t *obs, int n, const nav_t *nav, const prcopt_t *opt, sol_t *sol, double *azel, ssat_t *ssat, char *msg); -#endif // GNSS_SDR_RTKLIB_PNTPOS_H_ +#endif // GNSS_SDR_RTKLIB_PNTPOS_H diff --git a/src/algorithms/libs/rtklib/rtklib_ppp.h b/src/algorithms/libs/rtklib/rtklib_ppp.h index 70df70385..784d3a099 100644 --- a/src/algorithms/libs/rtklib/rtklib_ppp.h +++ b/src/algorithms/libs/rtklib/rtklib_ppp.h @@ -30,8 +30,8 @@ *----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_PPP_H_ -#define GNSS_SDR_RTKLIB_PPP_H_ +#ifndef GNSS_SDR_RTKLIB_PPP_H +#define GNSS_SDR_RTKLIB_PPP_H #include "rtklib.h" diff --git a/src/algorithms/libs/rtklib/rtklib_preceph.h b/src/algorithms/libs/rtklib/rtklib_preceph.h index 2722f10d6..b113db48a 100644 --- a/src/algorithms/libs/rtklib/rtklib_preceph.h +++ b/src/algorithms/libs/rtklib/rtklib_preceph.h @@ -39,8 +39,8 @@ * *----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_PRECEPH_H_ -#define GNSS_SDR_RTKLIB_PRECEPH_H_ +#ifndef GNSS_SDR_RTKLIB_PRECEPH_H +#define GNSS_SDR_RTKLIB_PRECEPH_H #include "rtklib.h" @@ -86,4 +86,4 @@ void satantoff(gtime_t time, const double *rs, int sat, const nav_t *nav, int peph2pos(gtime_t time, int sat, const nav_t *nav, int opt, double *rs, double *dts, double *var); -#endif // GNSS_SDR_RTKLIB_PRECEPH_H_ +#endif // GNSS_SDR_RTKLIB_PRECEPH_H diff --git a/src/algorithms/libs/rtklib/rtklib_rtcm.h b/src/algorithms/libs/rtklib/rtklib_rtcm.h index f1adc2ed8..3d0d436d2 100644 --- a/src/algorithms/libs/rtklib/rtklib_rtcm.h +++ b/src/algorithms/libs/rtklib/rtklib_rtcm.h @@ -31,8 +31,8 @@ *----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_RTCM_H_ -#define GNSS_SDR_RTKLIB_RTCM_H_ +#ifndef GNSS_SDR_RTKLIB_RTCM_H +#define GNSS_SDR_RTKLIB_RTCM_H #include "rtklib.h" #include "rtklib_rtcm2.h" @@ -52,4 +52,4 @@ int gen_rtcm2(rtcm_t *rtcm, int type, int sync); // int gen_rtcm3(rtcm_t *rtcm, int type, int sync); -#endif // GNSS_SDR_RTKLIB_RTCM_H_ +#endif // GNSS_SDR_RTKLIB_RTCM_H diff --git a/src/algorithms/libs/rtklib/rtklib_rtcm2.h b/src/algorithms/libs/rtklib/rtklib_rtcm2.h index 54966627e..89eb9cc74 100644 --- a/src/algorithms/libs/rtklib/rtklib_rtcm2.h +++ b/src/algorithms/libs/rtklib/rtklib_rtcm2.h @@ -30,8 +30,8 @@ * *----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_RTCM2_H_ -#define GNSS_SDR_RTKLIB_RTCM2_H_ +#ifndef GNSS_SDR_RTKLIB_RTCM2_H +#define GNSS_SDR_RTKLIB_RTCM2_H #include "rtklib.h" diff --git a/src/algorithms/libs/rtklib/rtklib_rtcm3.h b/src/algorithms/libs/rtklib/rtklib_rtcm3.h index cdf8dfbb0..6bced4952 100644 --- a/src/algorithms/libs/rtklib/rtklib_rtcm3.h +++ b/src/algorithms/libs/rtklib/rtklib_rtcm3.h @@ -30,8 +30,8 @@ * *----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_RTCM3_H_ -#define GNSS_SDR_RTKLIB_RTCM3_H_ +#ifndef GNSS_SDR_RTKLIB_RTCM3_H +#define GNSS_SDR_RTKLIB_RTCM3_H #include "rtklib.h" diff --git a/src/algorithms/libs/rtklib/rtklib_rtkcmn.h b/src/algorithms/libs/rtklib/rtklib_rtkcmn.h index c5bff0f35..8f71600c1 100644 --- a/src/algorithms/libs/rtklib/rtklib_rtkcmn.h +++ b/src/algorithms/libs/rtklib/rtklib_rtkcmn.h @@ -54,8 +54,8 @@ * *----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_RTKCMN_H_ -#define GNSS_SDR_RTKLIB_RTKCMN_H_ +#ifndef GNSS_SDR_RTKLIB_RTKCMN_H +#define GNSS_SDR_RTKLIB_RTKCMN_H #include "rtklib.h" #include @@ -265,4 +265,4 @@ int rtk_uncompress(const char *file, char *uncfile); int expath(const char *path, char *paths[], int nmax); void windupcorr(gtime_t time, const double *rs, const double *rr, double *phw); -#endif // GNSS_SDR_RTKLIB_RTKCMN_H_ +#endif // GNSS_SDR_RTKLIB_RTKCMN_H diff --git a/src/algorithms/libs/rtklib/rtklib_rtkpos.h b/src/algorithms/libs/rtklib/rtklib_rtkpos.h index 35577962c..ec36e6405 100644 --- a/src/algorithms/libs/rtklib/rtklib_rtkpos.h +++ b/src/algorithms/libs/rtklib/rtklib_rtkpos.h @@ -30,8 +30,8 @@ * *----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_RKTPOS_H_ -#define GNSS_SDR_RTKLIB_RKTPOS_H_ +#ifndef GNSS_SDR_RTKLIB_RKTPOS_H +#define GNSS_SDR_RTKLIB_RKTPOS_H #include "rtklib.h" #include "rtklib_rtkcmn.h" diff --git a/src/algorithms/libs/rtklib/rtklib_rtksvr.h b/src/algorithms/libs/rtklib/rtklib_rtksvr.h index 8b2498c24..02bfef055 100644 --- a/src/algorithms/libs/rtklib/rtklib_rtksvr.h +++ b/src/algorithms/libs/rtklib/rtklib_rtksvr.h @@ -30,8 +30,8 @@ * *----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_RKTSVR_H_ -#define GNSS_SDR_RTKLIB_RKTSVR_H_ +#ifndef GNSS_SDR_RTKLIB_RKTSVR_H +#define GNSS_SDR_RTKLIB_RKTSVR_H #include "rtklib.h" diff --git a/src/algorithms/libs/rtklib/rtklib_sbas.h b/src/algorithms/libs/rtklib/rtklib_sbas.h index 68b8db3e5..abe230af6 100644 --- a/src/algorithms/libs/rtklib/rtklib_sbas.h +++ b/src/algorithms/libs/rtklib/rtklib_sbas.h @@ -38,8 +38,8 @@ * *----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_SBAS_H_ -#define GNSS_SDR_RTKLIB_SBAS_H_ +#ifndef GNSS_SDR_RTKLIB_SBAS_H +#define GNSS_SDR_RTKLIB_SBAS_H #include "rtklib.h" @@ -139,4 +139,4 @@ int sbsdecodemsg(gtime_t time, int prn, const unsigned int *words, sbsmsg_t *sbsmsg); -#endif // GNSS_SDR_RTKLIB_SBAS_H_ +#endif // GNSS_SDR_RTKLIB_SBAS_H diff --git a/src/algorithms/libs/rtklib/rtklib_solution.h b/src/algorithms/libs/rtklib/rtklib_solution.h index 2f63c34d8..c882086f3 100644 --- a/src/algorithms/libs/rtklib/rtklib_solution.h +++ b/src/algorithms/libs/rtklib/rtklib_solution.h @@ -29,8 +29,8 @@ * *-----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_SOLUTION_H_ -#define GNSS_SDR_RTKLIB_SOLUTION_H_ +#ifndef GNSS_SDR_RTKLIB_SOLUTION_H +#define GNSS_SDR_RTKLIB_SOLUTION_H #include "rtklib.h" diff --git a/src/algorithms/libs/rtklib/rtklib_stream.h b/src/algorithms/libs/rtklib/rtklib_stream.h index 74f239c52..f57ae2d38 100644 --- a/src/algorithms/libs/rtklib/rtklib_stream.h +++ b/src/algorithms/libs/rtklib/rtklib_stream.h @@ -29,8 +29,8 @@ * *-----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_STREAM_H_ -#define GNSS_SDR_RTKLIB_STREAM_H_ +#ifndef GNSS_SDR_RTKLIB_STREAM_H +#define GNSS_SDR_RTKLIB_STREAM_H #include "rtklib.h" diff --git a/src/algorithms/libs/rtklib/rtklib_tides.h b/src/algorithms/libs/rtklib/rtklib_tides.h index 09e77bb77..5c8851268 100644 --- a/src/algorithms/libs/rtklib/rtklib_tides.h +++ b/src/algorithms/libs/rtklib/rtklib_tides.h @@ -40,8 +40,8 @@ *----------------------------------------------------------------------------*/ -#ifndef GNSS_SDR_RTKLIB_TIDES_H_ -#define GNSS_SDR_RTKLIB_TIDES_H_ +#ifndef GNSS_SDR_RTKLIB_TIDES_H +#define GNSS_SDR_RTKLIB_TIDES_H #include "rtklib.h" diff --git a/src/algorithms/libs/short_x2_to_cshort.h b/src/algorithms/libs/short_x2_to_cshort.h index 7bab9cca2..959d7ca7f 100644 --- a/src/algorithms/libs/short_x2_to_cshort.h +++ b/src/algorithms/libs/short_x2_to_cshort.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_SHORT_X2_TO_CSHORT_H_ -#define GNSS_SDR_SHORT_X2_TO_CSHORT_H_ +#ifndef GNSS_SDR_SHORT_X2_TO_CSHORT_H +#define GNSS_SDR_SHORT_X2_TO_CSHORT_H #include diff --git a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/msvc/config.h b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/msvc/config.h index 97de51ff8..952c36030 100644 --- a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/msvc/config.h +++ b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/msvc/config.h @@ -11,7 +11,7 @@ #endif // _MSC_VER ] #ifndef _MSC_CONFIG_H_ // [ -#define _MSC_CONFIG_H_ +#define _MSC_CONFIG_H //////////////////////////////////////////////////////////////////////// // enable inline functions for C code diff --git a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/msvc/sys/time.h b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/msvc/sys/time.h index beae573e6..07eb3f849 100644 --- a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/msvc/sys/time.h +++ b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/msvc/sys/time.h @@ -4,8 +4,8 @@ #error "Use this header only with Microsoft Visual C++ compilers!" #endif // _MSC_VER ] -#ifndef _MSC_SYS_TIME_H_ -#define _MSC_SYS_TIME_H_ +#ifndef _MSC_SYS_TIME_H +#define _MSC_SYS_TIME_H #ifndef NOMINMAX #define NOMINMAX diff --git a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/saturation_arithmetic.h b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/saturation_arithmetic.h index 40f119633..1718c9df2 100644 --- a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/saturation_arithmetic.h +++ b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/saturation_arithmetic.h @@ -11,8 +11,8 @@ */ -#ifndef INCLUDED_VOLK_GNSSSDR_SATURATION_ARITHMETIC_H_ -#define INCLUDED_VOLK_GNSSSDR_SATURATION_ARITHMETIC_H_ +#ifndef INCLUDED_VOLK_GNSSSDR_SATURATION_ARITHMETIC_H +#define INCLUDED_VOLK_GNSSSDR_SATURATION_ARITHMETIC_H #include diff --git a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_avx_intrinsics.h b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_avx_intrinsics.h index fafd864e7..2b11fa81e 100644 --- a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_avx_intrinsics.h +++ b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_avx_intrinsics.h @@ -12,8 +12,8 @@ */ -#ifndef INCLUDED_VOLK_VOLK_AVX_INTRINSICS_H_ -#define INCLUDED_VOLK_VOLK_AVX_INTRINSICS_H_ +#ifndef INCLUDED_VOLK_VOLK_AVX_INTRINSICS_H +#define INCLUDED_VOLK_VOLK_AVX_INTRINSICS_H #include static inline __m256 diff --git a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_neon_intrinsics.h b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_neon_intrinsics.h index d331434da..47576c1f9 100644 --- a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_neon_intrinsics.h +++ b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_neon_intrinsics.h @@ -11,8 +11,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ -#ifndef INCLUDED_VOLK_GNSSSDR_NEON_INTRINSICS_H_ -#define INCLUDED_VOLK_GNSSSDR_NEON_INTRINSICS_H_ +#ifndef INCLUDED_VOLK_GNSSSDR_NEON_INTRINSICS_H +#define INCLUDED_VOLK_GNSSSDR_NEON_INTRINSICS_H #include diff --git a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_sse3_intrinsics.h b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_sse3_intrinsics.h index 80fdc4cb9..f6ee5c9c8 100644 --- a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_sse3_intrinsics.h +++ b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_sse3_intrinsics.h @@ -12,8 +12,8 @@ */ -#ifndef INCLUDED_VOLK_VOLK_SSE3_INTRINSICS_H_ -#define INCLUDED_VOLK_VOLK_SSE3_INTRINSICS_H_ +#ifndef INCLUDED_VOLK_VOLK_SSE3_INTRINSICS_H +#define INCLUDED_VOLK_VOLK_SSE3_INTRINSICS_H #include static inline __m128 diff --git a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_sse_intrinsics.h b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_sse_intrinsics.h index ececb32a2..e71ffb3bd 100644 --- a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_sse_intrinsics.h +++ b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_sse_intrinsics.h @@ -11,8 +11,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ -#ifndef INCLUDED_VOLK_VOLK_SSE_INTRINSICS_H_ -#define INCLUDED_VOLK_VOLK_SSE_INTRINSICS_H_ +#ifndef INCLUDED_VOLK_VOLK_SSE_INTRINSICS_H +#define INCLUDED_VOLK_VOLK_SSE_INTRINSICS_H #include static inline __m128 diff --git a/src/algorithms/observables/adapters/hybrid_observables.h b/src/algorithms/observables/adapters/hybrid_observables.h index 3b01a4ad8..5633e8ff1 100644 --- a/src/algorithms/observables/adapters/hybrid_observables.h +++ b/src/algorithms/observables/adapters/hybrid_observables.h @@ -20,8 +20,8 @@ */ -#ifndef GNSS_SDR_HYBRID_OBSERVABLES_H_ -#define GNSS_SDR_HYBRID_OBSERVABLES_H_ +#ifndef GNSS_SDR_HYBRID_OBSERVABLES_H +#define GNSS_SDR_HYBRID_OBSERVABLES_H #include "hybrid_observables_gs.h" #include "observables_interface.h" diff --git a/src/algorithms/observables/gnuradio_blocks/hybrid_observables_gs.h b/src/algorithms/observables/gnuradio_blocks/hybrid_observables_gs.h index 48e15b8d5..54c89b39a 100644 --- a/src/algorithms/observables/gnuradio_blocks/hybrid_observables_gs.h +++ b/src/algorithms/observables/gnuradio_blocks/hybrid_observables_gs.h @@ -20,8 +20,8 @@ */ -#ifndef GNSS_SDR_HYBRID_OBSERVABLES_GS_H_ -#define GNSS_SDR_HYBRID_OBSERVABLES_GS_H_ +#ifndef GNSS_SDR_HYBRID_OBSERVABLES_GS_H +#define GNSS_SDR_HYBRID_OBSERVABLES_GS_H #include // for boost::circular_buffer #include // for boost::shared_ptr @@ -94,4 +94,4 @@ private: int32_t save_matfile(); }; -#endif // GNSS_SDR_HYBRID_OBSERVABLES_GS_H_ +#endif // GNSS_SDR_HYBRID_OBSERVABLES_GS_H diff --git a/src/algorithms/resampler/adapters/direct_resampler_conditioner.h b/src/algorithms/resampler/adapters/direct_resampler_conditioner.h index c458fd3ca..5a36f6b84 100644 --- a/src/algorithms/resampler/adapters/direct_resampler_conditioner.h +++ b/src/algorithms/resampler/adapters/direct_resampler_conditioner.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_H_ -#define GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_H_ +#ifndef GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_H +#define GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_H #include "gnss_block_interface.h" #include @@ -76,4 +76,4 @@ private: gr::block_sptr file_sink_; }; -#endif // GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_H_ +#endif // GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_H diff --git a/src/algorithms/resampler/adapters/mmse_resampler_conditioner.h b/src/algorithms/resampler/adapters/mmse_resampler_conditioner.h index 4e04b587c..aac630a8a 100644 --- a/src/algorithms/resampler/adapters/mmse_resampler_conditioner.h +++ b/src/algorithms/resampler/adapters/mmse_resampler_conditioner.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_MMSE_RESAMPLER_CONDITIONER_H_ -#define GNSS_SDR_MMSE_RESAMPLER_CONDITIONER_H_ +#ifndef GNSS_SDR_MMSE_RESAMPLER_CONDITIONER_H +#define GNSS_SDR_MMSE_RESAMPLER_CONDITIONER_H #include "gnss_block_interface.h" #ifdef GR_GREATER_38 @@ -88,4 +88,4 @@ private: gr::block_sptr file_sink_; }; -#endif // GNSS_SDR_FRACTIONAL_RESAMPLER_CONDITIONER_H_ +#endif // GNSS_SDR_FRACTIONAL_RESAMPLER_CONDITIONER_H diff --git a/src/algorithms/resampler/gnuradio_blocks/direct_resampler_conditioner_cb.h b/src/algorithms/resampler/gnuradio_blocks/direct_resampler_conditioner_cb.h index 3d3e15a16..73be01658 100644 --- a/src/algorithms/resampler/gnuradio_blocks/direct_resampler_conditioner_cb.h +++ b/src/algorithms/resampler/gnuradio_blocks/direct_resampler_conditioner_cb.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CB_H_ -#define GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CB_H_ +#ifndef GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CB_H +#define GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CB_H #include #include @@ -73,4 +73,4 @@ private: uint32_t d_phase_step; }; -#endif // GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CB_H_ +#endif // GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CB_H diff --git a/src/algorithms/resampler/gnuradio_blocks/direct_resampler_conditioner_cc.h b/src/algorithms/resampler/gnuradio_blocks/direct_resampler_conditioner_cc.h index a89624067..0905b285d 100644 --- a/src/algorithms/resampler/gnuradio_blocks/direct_resampler_conditioner_cc.h +++ b/src/algorithms/resampler/gnuradio_blocks/direct_resampler_conditioner_cc.h @@ -25,8 +25,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CC_H_ -#define GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CC_H_ +#ifndef GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CC_H +#define GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CC_H #include #include @@ -80,4 +80,4 @@ private: uint32_t d_phase_step; }; -#endif // GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CC_H_ +#endif // GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CC_H diff --git a/src/algorithms/resampler/gnuradio_blocks/direct_resampler_conditioner_cs.h b/src/algorithms/resampler/gnuradio_blocks/direct_resampler_conditioner_cs.h index 9da609707..0c40d7424 100644 --- a/src/algorithms/resampler/gnuradio_blocks/direct_resampler_conditioner_cs.h +++ b/src/algorithms/resampler/gnuradio_blocks/direct_resampler_conditioner_cs.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CS_H_ -#define GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CS_H_ +#ifndef GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CS_H +#define GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CS_H #include #include @@ -73,4 +73,4 @@ private: uint32_t d_phase_step; }; -#endif // GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CS_H_ +#endif // GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_CS_H diff --git a/src/algorithms/signal_generator/adapters/signal_generator.h b/src/algorithms/signal_generator/adapters/signal_generator.h index e534e2264..d56e74657 100644 --- a/src/algorithms/signal_generator/adapters/signal_generator.h +++ b/src/algorithms/signal_generator/adapters/signal_generator.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_SIGNAL_GENERATOR_H_ -#define GNSS_SDR_SIGNAL_GENERATOR_H_ +#ifndef GNSS_SDR_SIGNAL_GENERATOR_H +#define GNSS_SDR_SIGNAL_GENERATOR_H #include "concurrent_queue.h" #include "gnss_block_interface.h" @@ -85,4 +85,4 @@ private: std::shared_ptr > queue_; }; -#endif // GNSS_SDR_SIGNAL_GENERATOR_H_ +#endif // GNSS_SDR_SIGNAL_GENERATOR_H diff --git a/src/algorithms/signal_generator/gnuradio_blocks/signal_generator_c.h b/src/algorithms/signal_generator/gnuradio_blocks/signal_generator_c.h index 9af7db073..9fc5a75fd 100644 --- a/src/algorithms/signal_generator/gnuradio_blocks/signal_generator_c.h +++ b/src/algorithms/signal_generator/gnuradio_blocks/signal_generator_c.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_SIGNAL_GENERATOR_C_H_ -#define GNSS_SDR_SIGNAL_GENERATOR_C_H_ +#ifndef GNSS_SDR_SIGNAL_GENERATOR_C_H +#define GNSS_SDR_SIGNAL_GENERATOR_C_H #include "gnss_signal.h" #include @@ -143,4 +143,4 @@ private: std::normal_distribution normal_dist; }; -#endif // GNSS_SDR_SIGNAL_GENERATOR_C_H_ +#endif // GNSS_SDR_SIGNAL_GENERATOR_C_H diff --git a/src/algorithms/signal_source/adapters/ad9361_fpga_signal_source.h b/src/algorithms/signal_source/adapters/ad9361_fpga_signal_source.h index 1df851fa0..1fafab8d9 100644 --- a/src/algorithms/signal_source/adapters/ad9361_fpga_signal_source.h +++ b/src/algorithms/signal_source/adapters/ad9361_fpga_signal_source.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_AD9361_FPGA_SIGNAL_SOURCE_H_ -#define GNSS_SDR_AD9361_FPGA_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_AD9361_FPGA_SIGNAL_SOURCE_H +#define GNSS_SDR_AD9361_FPGA_SIGNAL_SOURCE_H #include "concurrent_queue.h" #include "fpga_switch.h" @@ -117,4 +117,4 @@ private: bool rf_shutdown_; }; -#endif // GNSS_SDR_AD9361_FPGA_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_AD9361_FPGA_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/custom_udp_signal_source.h b/src/algorithms/signal_source/adapters/custom_udp_signal_source.h index b4c7f62e7..fe8f05b46 100644 --- a/src/algorithms/signal_source/adapters/custom_udp_signal_source.h +++ b/src/algorithms/signal_source/adapters/custom_udp_signal_source.h @@ -18,8 +18,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" @@ -92,4 +92,4 @@ private: std::shared_ptr> queue_; }; -#endif // GNSS_SDR_CUSTOM_UDP_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_CUSTOM_UDP_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/file_signal_source.h b/src/algorithms/signal_source/adapters/file_signal_source.h index d9c3229ba..d6ce81699 100644 --- a/src/algorithms/signal_source/adapters/file_signal_source.h +++ b/src/algorithms/signal_source/adapters/file_signal_source.h @@ -21,8 +21,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_FILE_SIGNAL_SOURCE_H_ -#define GNSS_SDR_FILE_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_FILE_SIGNAL_SOURCE_H +#define GNSS_SDR_FILE_SIGNAL_SOURCE_H #include "concurrent_queue.h" #include "gnss_block_interface.h" @@ -119,4 +119,4 @@ private: bool enable_throttle_control_; }; -#endif // GNSS_SDR_FILE_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_FILE_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/flexiband_signal_source.h b/src/algorithms/signal_source/adapters/flexiband_signal_source.h index 54714e262..37f917e26 100644 --- a/src/algorithms/signal_source/adapters/flexiband_signal_source.h +++ b/src/algorithms/signal_source/adapters/flexiband_signal_source.h @@ -20,8 +20,8 @@ */ -#ifndef GNSS_SDR_FLEXIBAND_SIGNAL_SOURCE_H_ -#define GNSS_SDR_FLEXIBAND_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_FLEXIBAND_SIGNAL_SOURCE_H +#define GNSS_SDR_FLEXIBAND_SIGNAL_SOURCE_H #include "concurrent_queue.h" #include "gnss_block_interface.h" @@ -103,4 +103,4 @@ private: std::shared_ptr> queue_; }; -#endif // GNSS_SDR_FLEXIBAND_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_FLEXIBAND_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/fmcomms2_signal_source.h b/src/algorithms/signal_source/adapters/fmcomms2_signal_source.h index da99299d0..6fe5279ce 100644 --- a/src/algorithms/signal_source/adapters/fmcomms2_signal_source.h +++ b/src/algorithms/signal_source/adapters/fmcomms2_signal_source.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_FMCOMMS2_SIGNAL_SOURCE_H_ -#define GNSS_SDR_FMCOMMS2_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_FMCOMMS2_SIGNAL_SOURCE_H +#define GNSS_SDR_FMCOMMS2_SIGNAL_SOURCE_H #include "gnss_block_interface.h" #include @@ -123,4 +123,4 @@ private: std::shared_ptr> queue_; }; -#endif // GNSS_SDR_FMCOMMS2_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_FMCOMMS2_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/gen_signal_source.h b/src/algorithms/signal_source/adapters/gen_signal_source.h index dc990c17d..b22d33f05 100644 --- a/src/algorithms/signal_source/adapters/gen_signal_source.h +++ b/src/algorithms/signal_source/adapters/gen_signal_source.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GEN_SIGNAL_SOURCE_H_ -#define GNSS_SDR_GEN_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_GEN_SIGNAL_SOURCE_H +#define GNSS_SDR_GEN_SIGNAL_SOURCE_H #include "concurrent_queue.h" @@ -63,4 +63,4 @@ private: std::shared_ptr> queue_; }; -#endif // GNSS_SDR_GEN_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_GEN_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/gn3s_signal_source.h b/src/algorithms/signal_source/adapters/gn3s_signal_source.h index 140d709f0..2973646a3 100644 --- a/src/algorithms/signal_source/adapters/gn3s_signal_source.h +++ b/src/algorithms/signal_source/adapters/gn3s_signal_source.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GN3S_SIGNAL_SOURCE_H_ -#define GNSS_SDR_GN3S_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_GN3S_SIGNAL_SOURCE_H +#define GNSS_SDR_GN3S_SIGNAL_SOURCE_H #include "concurrent_queue.h" #include "gnss_block_interface.h" @@ -81,4 +81,4 @@ private: std::shared_ptr> queue_; }; -#endif // GNSS_SDR_GN3S_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_GN3S_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/labsat_signal_source.h b/src/algorithms/signal_source/adapters/labsat_signal_source.h index c6be1fa81..8a353420e 100644 --- a/src/algorithms/signal_source/adapters/labsat_signal_source.h +++ b/src/algorithms/signal_source/adapters/labsat_signal_source.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_LABSAT_SIGNAL_SOURCE_H_ -#define GNSS_SDR_LABSAT_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_LABSAT_SIGNAL_SOURCE_H +#define GNSS_SDR_LABSAT_SIGNAL_SOURCE_H #include "concurrent_queue.h" #include "gnss_block_interface.h" @@ -80,4 +80,4 @@ private: std::shared_ptr> queue_; }; -#endif // GNSS_SDR_LABSAT_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_LABSAT_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/multichannel_file_signal_source.h b/src/algorithms/signal_source/adapters/multichannel_file_signal_source.h index 77288227e..edf7870ac 100644 --- a/src/algorithms/signal_source/adapters/multichannel_file_signal_source.h +++ b/src/algorithms/signal_source/adapters/multichannel_file_signal_source.h @@ -21,8 +21,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_MULTICHANNEL_FILE_SIGNAL_SOURCE_H_ -#define GNSS_SDR_MULTICHANNEL_FILE_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_MULTICHANNEL_FILE_SIGNAL_SOURCE_H +#define GNSS_SDR_MULTICHANNEL_FILE_SIGNAL_SOURCE_H #include "concurrent_queue.h" #include "gnss_block_interface.h" @@ -119,4 +119,4 @@ private: bool enable_throttle_control_; }; -#endif // GNSS_SDR_MULTICHANNEL_FILE_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_MULTICHANNEL_FILE_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/nsr_file_signal_source.h b/src/algorithms/signal_source/adapters/nsr_file_signal_source.h index f761f79d1..adde84587 100644 --- a/src/algorithms/signal_source/adapters/nsr_file_signal_source.h +++ b/src/algorithms/signal_source/adapters/nsr_file_signal_source.h @@ -21,8 +21,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_NSR_FILE_SIGNAL_SOURCE_H_ -#define GNSS_SDR_NSR_FILE_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_NSR_FILE_SIGNAL_SOURCE_H +#define GNSS_SDR_NSR_FILE_SIGNAL_SOURCE_H #include "concurrent_queue.h" #include "gnss_block_interface.h" @@ -119,4 +119,4 @@ private: bool enable_throttle_control_; }; -#endif // GNSS_SDR_NSR_FILE_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_NSR_FILE_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/osmosdr_signal_source.h b/src/algorithms/signal_source/adapters/osmosdr_signal_source.h index 727972f85..488a77482 100644 --- a/src/algorithms/signal_source/adapters/osmosdr_signal_source.h +++ b/src/algorithms/signal_source/adapters/osmosdr_signal_source.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_OSMOSDR_SIGNAL_SOURCE_H_ -#define GNSS_SDR_OSMOSDR_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_OSMOSDR_SIGNAL_SOURCE_H +#define GNSS_SDR_OSMOSDR_SIGNAL_SOURCE_H #include "concurrent_queue.h" #include "gnss_block_interface.h" @@ -104,4 +104,4 @@ private: std::shared_ptr> queue_; }; -#endif // GNSS_SDR_OSMOSDR_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_OSMOSDR_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/plutosdr_signal_source.h b/src/algorithms/signal_source/adapters/plutosdr_signal_source.h index b8b03efbc..748a2d68d 100644 --- a/src/algorithms/signal_source/adapters/plutosdr_signal_source.h +++ b/src/algorithms/signal_source/adapters/plutosdr_signal_source.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_PLUTOSDR_SIGNAL_SOURCE_H_ -#define GNSS_SDR_PLUTOSDR_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_PLUTOSDR_SIGNAL_SOURCE_H +#define GNSS_SDR_PLUTOSDR_SIGNAL_SOURCE_H #include "gnss_block_interface.h" #include @@ -108,4 +108,4 @@ private: std::shared_ptr> queue_; }; -#endif // GNSS_SDR_PLUTOSDR_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_PLUTOSDR_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/raw_array_signal_source.h b/src/algorithms/signal_source/adapters/raw_array_signal_source.h index e283d846f..e14eb9530 100644 --- a/src/algorithms/signal_source/adapters/raw_array_signal_source.h +++ b/src/algorithms/signal_source/adapters/raw_array_signal_source.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_RAW_ARRAY_SIGNAL_SOURCE_H_ -#define GNSS_SDR_RAW_ARRAY_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_RAW_ARRAY_SIGNAL_SOURCE_H +#define GNSS_SDR_RAW_ARRAY_SIGNAL_SOURCE_H #include "concurrent_queue.h" #include "gnss_block_interface.h" @@ -81,4 +81,4 @@ private: std::shared_ptr> queue_; }; -#endif // GNSS_SDR_RAW_ARRAY_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_RAW_ARRAY_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/rtl_tcp_signal_source.h b/src/algorithms/signal_source/adapters/rtl_tcp_signal_source.h index f54c4b582..63d1145c5 100644 --- a/src/algorithms/signal_source/adapters/rtl_tcp_signal_source.h +++ b/src/algorithms/signal_source/adapters/rtl_tcp_signal_source.h @@ -18,8 +18,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" @@ -107,4 +107,4 @@ private: std::shared_ptr> queue_; }; -#endif // GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/spir_file_signal_source.h b/src/algorithms/signal_source/adapters/spir_file_signal_source.h index 5c7f09a7a..365f8e80d 100644 --- a/src/algorithms/signal_source/adapters/spir_file_signal_source.h +++ b/src/algorithms/signal_source/adapters/spir_file_signal_source.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_SPIR_FILE_SIGNAL_SOURCE_H_ -#define GNSS_SDR_SPIR_FILE_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_SPIR_FILE_SIGNAL_SOURCE_H +#define GNSS_SDR_SPIR_FILE_SIGNAL_SOURCE_H #include "concurrent_queue.h" #include "gnss_block_interface.h" @@ -117,4 +117,4 @@ private: bool enable_throttle_control_; }; -#endif // GNSS_SDR_SPIR_FILE_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_SPIR_FILE_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/spir_gss6450_file_signal_source.h b/src/algorithms/signal_source/adapters/spir_gss6450_file_signal_source.h index c80a68a79..22e27f5de 100644 --- a/src/algorithms/signal_source/adapters/spir_gss6450_file_signal_source.h +++ b/src/algorithms/signal_source/adapters/spir_gss6450_file_signal_source.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_SPIR_GSS6450_FILE_SIGNAL_SOURCE_H_ -#define GNSS_SDR_SPIR_GSS6450_FILE_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_SPIR_GSS6450_FILE_SIGNAL_SOURCE_H +#define GNSS_SDR_SPIR_GSS6450_FILE_SIGNAL_SOURCE_H #include "concurrent_queue.h" #include "gnss_block_interface.h" @@ -126,4 +126,4 @@ private: size_t item_size_; }; -#endif // GNSS_SDR_SPIR_GSS6450_FILE_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_SPIR_GSS6450_FILE_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/adapters/two_bit_cpx_file_signal_source.h b/src/algorithms/signal_source/adapters/two_bit_cpx_file_signal_source.h index 1095dc485..81c6a9eff 100644 --- a/src/algorithms/signal_source/adapters/two_bit_cpx_file_signal_source.h +++ b/src/algorithms/signal_source/adapters/two_bit_cpx_file_signal_source.h @@ -20,8 +20,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TWO_BIT_CPX_FILE_SIGNAL_SOURCE_H_ -#define GNSS_SDR_TWO_BIT_CPX_FILE_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_TWO_BIT_CPX_FILE_SIGNAL_SOURCE_H +#define GNSS_SDR_TWO_BIT_CPX_FILE_SIGNAL_SOURCE_H #include "concurrent_queue.h" #include "gnss_block_interface.h" @@ -124,4 +124,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 diff --git a/src/algorithms/signal_source/adapters/two_bit_packed_file_signal_source.h b/src/algorithms/signal_source/adapters/two_bit_packed_file_signal_source.h index 0d68f58f3..8130e97e0 100644 --- a/src/algorithms/signal_source/adapters/two_bit_packed_file_signal_source.h +++ b/src/algorithms/signal_source/adapters/two_bit_packed_file_signal_source.h @@ -21,8 +21,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TWO_BIT_PACKED_FILE_SIGNAL_SOURCE_H_ -#define GNSS_SDR_TWO_BIT_PACKED_FILE_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_TWO_BIT_PACKED_FILE_SIGNAL_SOURCE_H +#define GNSS_SDR_TWO_BIT_PACKED_FILE_SIGNAL_SOURCE_H #include "concurrent_queue.h" #include "gnss_block_interface.h" @@ -148,4 +148,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 diff --git a/src/algorithms/signal_source/adapters/uhd_signal_source.h b/src/algorithms/signal_source/adapters/uhd_signal_source.h index 023353eed..26430f801 100644 --- a/src/algorithms/signal_source/adapters/uhd_signal_source.h +++ b/src/algorithms/signal_source/adapters/uhd_signal_source.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_UHD_SIGNAL_SOURCE_H_ -#define GNSS_SDR_UHD_SIGNAL_SOURCE_H_ +#ifndef GNSS_SDR_UHD_SIGNAL_SOURCE_H +#define GNSS_SDR_UHD_SIGNAL_SOURCE_H #include "concurrent_queue.h" #include "gnss_block_interface.h" @@ -101,4 +101,4 @@ private: std::shared_ptr> queue_; }; -#endif // GNSS_SDR_UHD_SIGNAL_SOURCE_H_ +#endif // GNSS_SDR_UHD_SIGNAL_SOURCE_H diff --git a/src/algorithms/signal_source/gnuradio_blocks/gr_complex_ip_packet_source.h b/src/algorithms/signal_source/gnuradio_blocks/gr_complex_ip_packet_source.h index a27602519..4ba3035e2 100644 --- a/src/algorithms/signal_source/gnuradio_blocks/gr_complex_ip_packet_source.h +++ b/src/algorithms/signal_source/gnuradio_blocks/gr_complex_ip_packet_source.h @@ -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 #include @@ -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 diff --git a/src/algorithms/signal_source/gnuradio_blocks/labsat23_source.h b/src/algorithms/signal_source/gnuradio_blocks/labsat23_source.h index 61b9bd111..9c9379787 100644 --- a/src/algorithms/signal_source/gnuradio_blocks/labsat23_source.h +++ b/src/algorithms/signal_source/gnuradio_blocks/labsat23_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 @@ -76,4 +76,4 @@ private: std::shared_ptr> d_queue; }; -#endif // GNSS_SDR_LABSAT23_SOURCE_H_ +#endif // GNSS_SDR_LABSAT23_SOURCE_H diff --git a/src/algorithms/signal_source/gnuradio_blocks/rtl_tcp_signal_source_c.h b/src/algorithms/signal_source/gnuradio_blocks/rtl_tcp_signal_source_c.h index d9cf31803..eecfda8bf 100644 --- a/src/algorithms/signal_source/gnuradio_blocks/rtl_tcp_signal_source_c.h +++ b/src/algorithms/signal_source/gnuradio_blocks/rtl_tcp_signal_source_c.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 @@ -117,4 +117,4 @@ private: } }; -#endif // GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_C_H_ +#endif // GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_C_H diff --git a/src/algorithms/signal_source/gnuradio_blocks/unpack_2bit_samples.h b/src/algorithms/signal_source/gnuradio_blocks/unpack_2bit_samples.h index db248d1df..51a50f943 100644 --- a/src/algorithms/signal_source/gnuradio_blocks/unpack_2bit_samples.h +++ b/src/algorithms/signal_source/gnuradio_blocks/unpack_2bit_samples.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 #include @@ -106,4 +106,4 @@ private: std::vector work_buffer_; }; -#endif // GNSS_SDR_UNPACK_2BIT_SAMPLES_H_ +#endif // GNSS_SDR_UNPACK_2BIT_SAMPLES_H diff --git a/src/algorithms/signal_source/gnuradio_blocks/unpack_byte_2bit_cpx_samples.h b/src/algorithms/signal_source/gnuradio_blocks/unpack_byte_2bit_cpx_samples.h index e596f99a4..89fd64e5a 100644 --- a/src/algorithms/signal_source/gnuradio_blocks/unpack_byte_2bit_cpx_samples.h +++ b/src/algorithms/signal_source/gnuradio_blocks/unpack_byte_2bit_cpx_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 @@ -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 diff --git a/src/algorithms/signal_source/gnuradio_blocks/unpack_byte_2bit_samples.h b/src/algorithms/signal_source/gnuradio_blocks/unpack_byte_2bit_samples.h index 032ed3bda..fda86b54b 100644 --- a/src/algorithms/signal_source/gnuradio_blocks/unpack_byte_2bit_samples.h +++ b/src/algorithms/signal_source/gnuradio_blocks/unpack_byte_2bit_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 @@ -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 diff --git a/src/algorithms/signal_source/gnuradio_blocks/unpack_byte_4bit_samples.h b/src/algorithms/signal_source/gnuradio_blocks/unpack_byte_4bit_samples.h index c8e398df1..ec9d6293a 100644 --- a/src/algorithms/signal_source/gnuradio_blocks/unpack_byte_4bit_samples.h +++ b/src/algorithms/signal_source/gnuradio_blocks/unpack_byte_4bit_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 @@ -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 diff --git a/src/algorithms/signal_source/gnuradio_blocks/unpack_intspir_1bit_samples.h b/src/algorithms/signal_source/gnuradio_blocks/unpack_intspir_1bit_samples.h index 6d859561b..7b4675cc4 100644 --- a/src/algorithms/signal_source/gnuradio_blocks/unpack_intspir_1bit_samples.h +++ b/src/algorithms/signal_source/gnuradio_blocks/unpack_intspir_1bit_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 @@ -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 diff --git a/src/algorithms/signal_source/gnuradio_blocks/unpack_spir_gss6450_samples.h b/src/algorithms/signal_source/gnuradio_blocks/unpack_spir_gss6450_samples.h index fcaf7e682..4032a29f5 100644 --- a/src/algorithms/signal_source/gnuradio_blocks/unpack_spir_gss6450_samples.h +++ b/src/algorithms/signal_source/gnuradio_blocks/unpack_spir_gss6450_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 @@ -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 diff --git a/src/algorithms/signal_source/libs/ad9361_manager.h b/src/algorithms/signal_source/libs/ad9361_manager.h index bdabda7c8..548e5e903 100644 --- a/src/algorithms/signal_source/libs/ad9361_manager.h +++ b/src/algorithms/signal_source/libs/ad9361_manager.h @@ -19,8 +19,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 #include @@ -135,4 +135,4 @@ bool disable_ad9361_rx_local(); bool disable_ad9361_rx_remote(const std::string &remote_host); -#endif // GNSS_SDR_AD9361_MANAGER_H_ +#endif // GNSS_SDR_AD9361_MANAGER_H diff --git a/src/algorithms/signal_source/libs/fpga_switch.h b/src/algorithms/signal_source/libs/fpga_switch.h index faa915280..11c2a4803 100644 --- a/src/algorithms/signal_source/libs/fpga_switch.h +++ b/src/algorithms/signal_source/libs/fpga_switch.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_FPGA_SWITCH_H_ -#define GNSS_SDR_FPGA_SWITCH_H_ +#ifndef GNSS_SDR_FPGA_SWITCH_H +#define GNSS_SDR_FPGA_SWITCH_H #include @@ -63,4 +63,4 @@ private: void close_device(void); }; -#endif // GNSS_SDR_FPGA_SWITCH_H_ +#endif // GNSS_SDR_FPGA_SWITCH_H diff --git a/src/algorithms/signal_source/libs/gnss_sdr_valve.h b/src/algorithms/signal_source/libs/gnss_sdr_valve.h index 62555d16f..977f6af4f 100644 --- a/src/algorithms/signal_source/libs/gnss_sdr_valve.h +++ b/src/algorithms/signal_source/libs/gnss_sdr_valve.h @@ -20,8 +20,8 @@ */ -#ifndef GNSS_SDR_GNSS_SDR_VALVE_H_ -#define GNSS_SDR_GNSS_SDR_VALVE_H_ +#ifndef GNSS_SDR_GNSS_SDR_VALVE_H +#define GNSS_SDR_GNSS_SDR_VALVE_H #include "concurrent_queue.h" #include @@ -81,4 +81,4 @@ private: bool d_open_valve; }; -#endif // GNSS_SDR_GNSS_SDR_VALVE_H_ +#endif // GNSS_SDR_GNSS_SDR_VALVE_H diff --git a/src/algorithms/signal_source/libs/rtl_tcp_commands.h b/src/algorithms/signal_source/libs/rtl_tcp_commands.h index d1c5da276..04746341a 100644 --- a/src/algorithms/signal_source/libs/rtl_tcp_commands.h +++ b/src/algorithms/signal_source/libs/rtl_tcp_commands.h @@ -18,8 +18,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 // for tcp, tcp::socket #include // for error_code @@ -42,4 +42,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 diff --git a/src/algorithms/signal_source/libs/rtl_tcp_dongle_info.h b/src/algorithms/signal_source/libs/rtl_tcp_dongle_info.h index 973d3c73b..e3f9b187f 100644 --- a/src/algorithms/signal_source/libs/rtl_tcp_dongle_info.h +++ b/src/algorithms/signal_source/libs/rtl_tcp_dongle_info.h @@ -19,8 +19,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 @@ -69,4 +69,4 @@ private: }; -#endif // GNSS_SDR_RTL_TCP_DONGLE_INFO_H_ +#endif // GNSS_SDR_RTL_TCP_DONGLE_INFO_H diff --git a/src/algorithms/telemetry_decoder/adapters/beidou_b1i_telemetry_decoder.h b/src/algorithms/telemetry_decoder/adapters/beidou_b1i_telemetry_decoder.h index f7a66bd88..f7b12d718 100644 --- a/src/algorithms/telemetry_decoder/adapters/beidou_b1i_telemetry_decoder.h +++ b/src/algorithms/telemetry_decoder/adapters/beidou_b1i_telemetry_decoder.h @@ -20,8 +20,8 @@ */ -#ifndef GNSS_SDR_BEIDOU_B1I_TELEMETRY_DECODER_H_ -#define GNSS_SDR_BEIDOU_B1I_TELEMETRY_DECODER_H_ +#ifndef GNSS_SDR_BEIDOU_B1I_TELEMETRY_DECODER_H +#define GNSS_SDR_BEIDOU_B1I_TELEMETRY_DECODER_H #include "beidou_b1i_telemetry_decoder_gs.h" #include "gnss_satellite.h" // for Gnss_Satellite diff --git a/src/algorithms/telemetry_decoder/adapters/beidou_b3i_telemetry_decoder.h b/src/algorithms/telemetry_decoder/adapters/beidou_b3i_telemetry_decoder.h index fd7d14e8a..371ebb01e 100644 --- a/src/algorithms/telemetry_decoder/adapters/beidou_b3i_telemetry_decoder.h +++ b/src/algorithms/telemetry_decoder/adapters/beidou_b3i_telemetry_decoder.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_BEIDOU_B3I_TELEMETRY_DECODER_H_ -#define GNSS_SDR_BEIDOU_B3I_TELEMETRY_DECODER_H_ +#ifndef GNSS_SDR_BEIDOU_B3I_TELEMETRY_DECODER_H +#define GNSS_SDR_BEIDOU_B3I_TELEMETRY_DECODER_H #include "beidou_b3i_telemetry_decoder_gs.h" #include "gnss_satellite.h" // for Gnss_Satellite diff --git a/src/algorithms/telemetry_decoder/adapters/galileo_e1b_telemetry_decoder.h b/src/algorithms/telemetry_decoder/adapters/galileo_e1b_telemetry_decoder.h index a510b9387..f2777eb06 100644 --- a/src/algorithms/telemetry_decoder/adapters/galileo_e1b_telemetry_decoder.h +++ b/src/algorithms/telemetry_decoder/adapters/galileo_e1b_telemetry_decoder.h @@ -20,8 +20,8 @@ */ -#ifndef GNSS_SDR_GALILEO_E1B_TELEMETRY_DECODER_H_ -#define GNSS_SDR_GALILEO_E1B_TELEMETRY_DECODER_H_ +#ifndef GNSS_SDR_GALILEO_E1B_TELEMETRY_DECODER_H +#define GNSS_SDR_GALILEO_E1B_TELEMETRY_DECODER_H #include "galileo_telemetry_decoder_gs.h" diff --git a/src/algorithms/telemetry_decoder/adapters/galileo_e5a_telemetry_decoder.h b/src/algorithms/telemetry_decoder/adapters/galileo_e5a_telemetry_decoder.h index 4b1140af0..da89ee3ba 100644 --- a/src/algorithms/telemetry_decoder/adapters/galileo_e5a_telemetry_decoder.h +++ b/src/algorithms/telemetry_decoder/adapters/galileo_e5a_telemetry_decoder.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E5A_TELEMETRY_DECODER_H_ -#define GNSS_SDR_GALILEO_E5A_TELEMETRY_DECODER_H_ +#ifndef GNSS_SDR_GALILEO_E5A_TELEMETRY_DECODER_H +#define GNSS_SDR_GALILEO_E5A_TELEMETRY_DECODER_H #include "galileo_telemetry_decoder_gs.h" #include "gnss_satellite.h" // for Gnss_Satellite @@ -90,4 +90,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GALILEO_E5A_TELEMETRY_DECODER_H_ +#endif // GNSS_SDR_GALILEO_E5A_TELEMETRY_DECODER_H diff --git a/src/algorithms/telemetry_decoder/adapters/glonass_l1_ca_telemetry_decoder.h b/src/algorithms/telemetry_decoder/adapters/glonass_l1_ca_telemetry_decoder.h index 278f6dda1..abeadcd4a 100644 --- a/src/algorithms/telemetry_decoder/adapters/glonass_l1_ca_telemetry_decoder.h +++ b/src/algorithms/telemetry_decoder/adapters/glonass_l1_ca_telemetry_decoder.h @@ -20,8 +20,8 @@ */ -#ifndef GNSS_SDR_GLONASS_L1_CA_TELEMETRY_DECODER_H_ -#define GNSS_SDR_GLONASS_L1_CA_TELEMETRY_DECODER_H_ +#ifndef GNSS_SDR_GLONASS_L1_CA_TELEMETRY_DECODER_H +#define GNSS_SDR_GLONASS_L1_CA_TELEMETRY_DECODER_H #include "glonass_l1_ca_telemetry_decoder_gs.h" #include "gnss_satellite.h" // for Gnss_Satellite diff --git a/src/algorithms/telemetry_decoder/adapters/glonass_l2_ca_telemetry_decoder.h b/src/algorithms/telemetry_decoder/adapters/glonass_l2_ca_telemetry_decoder.h index 889f8af6a..6ca3e8f5b 100644 --- a/src/algorithms/telemetry_decoder/adapters/glonass_l2_ca_telemetry_decoder.h +++ b/src/algorithms/telemetry_decoder/adapters/glonass_l2_ca_telemetry_decoder.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_GLONASS_L2_CA_TELEMETRY_DECODER_H_ -#define GNSS_SDR_GLONASS_L2_CA_TELEMETRY_DECODER_H_ +#ifndef GNSS_SDR_GLONASS_L2_CA_TELEMETRY_DECODER_H +#define GNSS_SDR_GLONASS_L2_CA_TELEMETRY_DECODER_H #include "glonass_l2_ca_telemetry_decoder_gs.h" #include "gnss_satellite.h" // for Gnss_Satellite diff --git a/src/algorithms/telemetry_decoder/adapters/gps_l1_ca_telemetry_decoder.h b/src/algorithms/telemetry_decoder/adapters/gps_l1_ca_telemetry_decoder.h index 8b45ac3d3..6f8838b0a 100644 --- a/src/algorithms/telemetry_decoder/adapters/gps_l1_ca_telemetry_decoder.h +++ b/src/algorithms/telemetry_decoder/adapters/gps_l1_ca_telemetry_decoder.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_GPS_L1_CA_TELEMETRY_DECODER_H_ -#define GNSS_SDR_GPS_L1_CA_TELEMETRY_DECODER_H_ +#ifndef GNSS_SDR_GPS_L1_CA_TELEMETRY_DECODER_H +#define GNSS_SDR_GPS_L1_CA_TELEMETRY_DECODER_H #include "gnss_satellite.h" // for Gnss_Satellite #include "gps_l1_ca_telemetry_decoder_gs.h" diff --git a/src/algorithms/telemetry_decoder/adapters/gps_l2c_telemetry_decoder.h b/src/algorithms/telemetry_decoder/adapters/gps_l2c_telemetry_decoder.h index e612946aa..63b2b6793 100644 --- a/src/algorithms/telemetry_decoder/adapters/gps_l2c_telemetry_decoder.h +++ b/src/algorithms/telemetry_decoder/adapters/gps_l2c_telemetry_decoder.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_GPS_L2C_TELEMETRY_DECODER_H_ -#define GNSS_SDR_GPS_L2C_TELEMETRY_DECODER_H_ +#ifndef GNSS_SDR_GPS_L2C_TELEMETRY_DECODER_H +#define GNSS_SDR_GPS_L2C_TELEMETRY_DECODER_H #include "gnss_satellite.h" // for Gnss_Satellite #include "gps_l2c_telemetry_decoder_gs.h" diff --git a/src/algorithms/telemetry_decoder/adapters/gps_l5_telemetry_decoder.h b/src/algorithms/telemetry_decoder/adapters/gps_l5_telemetry_decoder.h index 036770d72..ad72343bf 100644 --- a/src/algorithms/telemetry_decoder/adapters/gps_l5_telemetry_decoder.h +++ b/src/algorithms/telemetry_decoder/adapters/gps_l5_telemetry_decoder.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_GPS_L5_TELEMETRY_DECODER_H_ -#define GNSS_SDR_GPS_L5_TELEMETRY_DECODER_H_ +#ifndef GNSS_SDR_GPS_L5_TELEMETRY_DECODER_H +#define GNSS_SDR_GPS_L5_TELEMETRY_DECODER_H #include "gnss_satellite.h" diff --git a/src/algorithms/telemetry_decoder/adapters/sbas_l1_telemetry_decoder.h b/src/algorithms/telemetry_decoder/adapters/sbas_l1_telemetry_decoder.h index b10aa6fdd..f7eec1def 100644 --- a/src/algorithms/telemetry_decoder/adapters/sbas_l1_telemetry_decoder.h +++ b/src/algorithms/telemetry_decoder/adapters/sbas_l1_telemetry_decoder.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_SBAS_L1_TELEMETRY_DECODER_H_ -#define GNSS_SDR_SBAS_L1_TELEMETRY_DECODER_H_ +#ifndef GNSS_SDR_SBAS_L1_TELEMETRY_DECODER_H +#define GNSS_SDR_SBAS_L1_TELEMETRY_DECODER_H #include "gnss_satellite.h" // for Gnss_Satellite diff --git a/src/algorithms/telemetry_decoder/gnuradio_blocks/beidou_b1i_telemetry_decoder_gs.h b/src/algorithms/telemetry_decoder/gnuradio_blocks/beidou_b1i_telemetry_decoder_gs.h index c638a28d5..37b7b48b6 100644 --- a/src/algorithms/telemetry_decoder/gnuradio_blocks/beidou_b1i_telemetry_decoder_gs.h +++ b/src/algorithms/telemetry_decoder/gnuradio_blocks/beidou_b1i_telemetry_decoder_gs.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_BEIDOU_B1I_TELEMETRY_DECODER_GS_H_ -#define GNSS_SDR_BEIDOU_B1I_TELEMETRY_DECODER_GS_H_ +#ifndef GNSS_SDR_BEIDOU_B1I_TELEMETRY_DECODER_GS_H +#define GNSS_SDR_BEIDOU_B1I_TELEMETRY_DECODER_GS_H #include "beidou_dnav_navigation_message.h" @@ -113,4 +113,4 @@ private: std::ofstream d_dump_file; }; -#endif // GNSS_SDR_BEIDOU_B1I_TELEMETRY_DECODER_GS_H_ +#endif // GNSS_SDR_BEIDOU_B1I_TELEMETRY_DECODER_GS_H diff --git a/src/algorithms/telemetry_decoder/gnuradio_blocks/beidou_b3i_telemetry_decoder_gs.h b/src/algorithms/telemetry_decoder/gnuradio_blocks/beidou_b3i_telemetry_decoder_gs.h index ebe1d2158..e91406e6f 100644 --- a/src/algorithms/telemetry_decoder/gnuradio_blocks/beidou_b3i_telemetry_decoder_gs.h +++ b/src/algorithms/telemetry_decoder/gnuradio_blocks/beidou_b3i_telemetry_decoder_gs.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_BEIDOU_B3I_TELEMETRY_DECODER_GS_H_ -#define GNSS_SDR_BEIDOU_B3I_TELEMETRY_DECODER_GS_H_ +#ifndef GNSS_SDR_BEIDOU_B3I_TELEMETRY_DECODER_GS_H +#define GNSS_SDR_BEIDOU_B3I_TELEMETRY_DECODER_GS_H #include "beidou_dnav_navigation_message.h" #include "gnss_satellite.h" @@ -110,4 +110,4 @@ private: std::ofstream d_dump_file; }; -#endif // GNSS_SDR_BEIDOU_B3I_TELEMETRY_DECODER_GS_H_ +#endif // GNSS_SDR_BEIDOU_B3I_TELEMETRY_DECODER_GS_H diff --git a/src/algorithms/telemetry_decoder/gnuradio_blocks/galileo_telemetry_decoder_gs.h b/src/algorithms/telemetry_decoder/gnuradio_blocks/galileo_telemetry_decoder_gs.h index 39f21fab7..4f124a28b 100644 --- a/src/algorithms/telemetry_decoder/gnuradio_blocks/galileo_telemetry_decoder_gs.h +++ b/src/algorithms/telemetry_decoder/gnuradio_blocks/galileo_telemetry_decoder_gs.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GALILEO_TELEMETRY_DECODER_GS_H_ -#define GNSS_SDR_GALILEO_TELEMETRY_DECODER_GS_H_ +#ifndef GNSS_SDR_GALILEO_TELEMETRY_DECODER_GS_H +#define GNSS_SDR_GALILEO_TELEMETRY_DECODER_GS_H #include "galileo_fnav_message.h" @@ -133,4 +133,4 @@ private: int32_t DataLength; }; -#endif // GNSS_SDR_GALILEO_TELEMETRY_DECODER_GS_H_ +#endif // GNSS_SDR_GALILEO_TELEMETRY_DECODER_GS_H diff --git a/src/algorithms/telemetry_decoder/gnuradio_blocks/glonass_l1_ca_telemetry_decoder_gs.h b/src/algorithms/telemetry_decoder/gnuradio_blocks/glonass_l1_ca_telemetry_decoder_gs.h index 011b704ef..fab44f180 100644 --- a/src/algorithms/telemetry_decoder/gnuradio_blocks/glonass_l1_ca_telemetry_decoder_gs.h +++ b/src/algorithms/telemetry_decoder/gnuradio_blocks/glonass_l1_ca_telemetry_decoder_gs.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_L1_CA_TELEMETRY_DECODER_GS_H_ -#define GNSS_SDR_GLONASS_L1_CA_TELEMETRY_DECODER_GS_H_ +#ifndef GNSS_SDR_GLONASS_L1_CA_TELEMETRY_DECODER_GS_H +#define GNSS_SDR_GLONASS_L1_CA_TELEMETRY_DECODER_GS_H #include "GLONASS_L1_L2_CA.h" @@ -112,4 +112,4 @@ private: std::ofstream d_dump_file; }; -#endif // GNSS_SDR_GLONASS_L1_CA_TELEMETRY_DECODER_GS_H_ +#endif // GNSS_SDR_GLONASS_L1_CA_TELEMETRY_DECODER_GS_H diff --git a/src/algorithms/telemetry_decoder/gnuradio_blocks/glonass_l2_ca_telemetry_decoder_gs.h b/src/algorithms/telemetry_decoder/gnuradio_blocks/glonass_l2_ca_telemetry_decoder_gs.h index f0a85203a..493807270 100644 --- a/src/algorithms/telemetry_decoder/gnuradio_blocks/glonass_l2_ca_telemetry_decoder_gs.h +++ b/src/algorithms/telemetry_decoder/gnuradio_blocks/glonass_l2_ca_telemetry_decoder_gs.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_L2_CA_TELEMETRY_DECODER_GS_H_ -#define GNSS_SDR_GLONASS_L2_CA_TELEMETRY_DECODER_GS_H_ +#ifndef GNSS_SDR_GLONASS_L2_CA_TELEMETRY_DECODER_GS_H +#define GNSS_SDR_GLONASS_L2_CA_TELEMETRY_DECODER_GS_H #include "GLONASS_L1_L2_CA.h" @@ -110,4 +110,4 @@ private: std::ofstream d_dump_file; }; -#endif // GNSS_SDR_GLONASS_L2_CA_TELEMETRY_DECODER_GS_H_ +#endif // GNSS_SDR_GLONASS_L2_CA_TELEMETRY_DECODER_GS_H diff --git a/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l1_ca_telemetry_decoder_gs.h b/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l1_ca_telemetry_decoder_gs.h index 895f3eb15..2b62e24c9 100644 --- a/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l1_ca_telemetry_decoder_gs.h +++ b/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l1_ca_telemetry_decoder_gs.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_TELEMETRY_DECODER_GS_H_ -#define GNSS_SDR_GPS_L1_CA_TELEMETRY_DECODER_GS_H_ +#ifndef GNSS_SDR_GPS_L1_CA_TELEMETRY_DECODER_GS_H +#define GNSS_SDR_GPS_L1_CA_TELEMETRY_DECODER_GS_H #include "GPS_L1_CA.h" #include "gnss_satellite.h" @@ -106,4 +106,4 @@ private: std::ofstream d_dump_file; }; -#endif // GNSS_SDR_GPS_L1_CA_TELEMETRY_DECODER_GS_H_ +#endif // GNSS_SDR_GPS_L1_CA_TELEMETRY_DECODER_GS_H diff --git a/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l2c_telemetry_decoder_gs.h b/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l2c_telemetry_decoder_gs.h index 75bb1cf3f..e85033b51 100644 --- a/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l2c_telemetry_decoder_gs.h +++ b/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l2c_telemetry_decoder_gs.h @@ -16,8 +16,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L2C_TELEMETRY_DECODER_GS_H_ -#define GNSS_SDR_GPS_L2C_TELEMETRY_DECODER_GS_H_ +#ifndef GNSS_SDR_GPS_L2C_TELEMETRY_DECODER_GS_H +#define GNSS_SDR_GPS_L2C_TELEMETRY_DECODER_GS_H #include "gnss_satellite.h" @@ -91,4 +91,4 @@ private: }; -#endif // GNSS_SDR_GPS_L2C_TELEMETRY_DECODER_GS_H_ +#endif // GNSS_SDR_GPS_L2C_TELEMETRY_DECODER_GS_H diff --git a/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l5_telemetry_decoder_gs.h b/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l5_telemetry_decoder_gs.h index 8a20a046a..935eb1d84 100644 --- a/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l5_telemetry_decoder_gs.h +++ b/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l5_telemetry_decoder_gs.h @@ -16,8 +16,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L5_TELEMETRY_DECODER_GS_H_ -#define GNSS_SDR_GPS_L5_TELEMETRY_DECODER_GS_H_ +#ifndef GNSS_SDR_GPS_L5_TELEMETRY_DECODER_GS_H +#define GNSS_SDR_GPS_L5_TELEMETRY_DECODER_GS_H #include "GPS_L5.h" // for GPS_L5I_NH_CODE_LENGTH @@ -87,4 +87,4 @@ private: }; -#endif // GNSS_SDR_GPS_L5_TELEMETRY_DECODER_GS_H_ +#endif // GNSS_SDR_GPS_L5_TELEMETRY_DECODER_GS_H diff --git a/src/algorithms/telemetry_decoder/gnuradio_blocks/sbas_l1_telemetry_decoder_gs.h b/src/algorithms/telemetry_decoder/gnuradio_blocks/sbas_l1_telemetry_decoder_gs.h index f36b90015..be0279572 100644 --- a/src/algorithms/telemetry_decoder/gnuradio_blocks/sbas_l1_telemetry_decoder_gs.h +++ b/src/algorithms/telemetry_decoder/gnuradio_blocks/sbas_l1_telemetry_decoder_gs.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_SBAS_L1_TELEMETRY_DECODER_GS_H_ -#define GNSS_SDR_SBAS_L1_TELEMETRY_DECODER_GS_H_ +#ifndef GNSS_SDR_SBAS_L1_TELEMETRY_DECODER_GS_H +#define GNSS_SDR_SBAS_L1_TELEMETRY_DECODER_GS_H #include "gnss_satellite.h" #include // for crc_optimal @@ -158,4 +158,4 @@ private: } d_crc_verifier; }; -#endif // GNSS_SDR_SBAS_L1_TELEMETRY_DECODER_GS_H_ +#endif // GNSS_SDR_SBAS_L1_TELEMETRY_DECODER_GS_H diff --git a/src/algorithms/telemetry_decoder/libs/convolutional.h b/src/algorithms/telemetry_decoder/libs/convolutional.h index 4dc1a09b7..0f77f0f5d 100644 --- a/src/algorithms/telemetry_decoder/libs/convolutional.h +++ b/src/algorithms/telemetry_decoder/libs/convolutional.h @@ -35,8 +35,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef GNSS_SDR_CONVOLUTIONAL_H_ -#define GNSS_SDR_CONVOLUTIONAL_H_ +#ifndef GNSS_SDR_CONVOLUTIONAL_H +#define GNSS_SDR_CONVOLUTIONAL_H #include #include diff --git a/src/algorithms/telemetry_decoder/libs/libswiftcnav/bits.h b/src/algorithms/telemetry_decoder/libs/libswiftcnav/bits.h index 2fc6d5060..df18219bc 100644 --- a/src/algorithms/telemetry_decoder/libs/libswiftcnav/bits.h +++ b/src/algorithms/telemetry_decoder/libs/libswiftcnav/bits.h @@ -21,8 +21,8 @@ *. */ -#ifndef GNSS_SDR_BITS_H_ -#define GNSS_SDR_BITS_H_ +#ifndef GNSS_SDR_BITS_H +#define GNSS_SDR_BITS_H #include "swift_common.h" diff --git a/src/algorithms/telemetry_decoder/libs/libswiftcnav/cnav_msg.h b/src/algorithms/telemetry_decoder/libs/libswiftcnav/cnav_msg.h index 42d81b36b..4647c07d2 100644 --- a/src/algorithms/telemetry_decoder/libs/libswiftcnav/cnav_msg.h +++ b/src/algorithms/telemetry_decoder/libs/libswiftcnav/cnav_msg.h @@ -22,8 +22,8 @@ */ -#ifndef GNSS_SDR_CNAV_MSG_H_ -#define GNSS_SDR_CNAV_MSG_H_ +#ifndef GNSS_SDR_CNAV_MSG_H +#define GNSS_SDR_CNAV_MSG_H #include "fec.h" #include "swift_common.h" diff --git a/src/algorithms/telemetry_decoder/libs/libswiftcnav/edc.h b/src/algorithms/telemetry_decoder/libs/libswiftcnav/edc.h index e64a85d2b..73863fac5 100644 --- a/src/algorithms/telemetry_decoder/libs/libswiftcnav/edc.h +++ b/src/algorithms/telemetry_decoder/libs/libswiftcnav/edc.h @@ -22,8 +22,8 @@ */ -#ifndef GNSS_SDR_EDC_H_ -#define GNSS_SDR_EDC_H_ +#ifndef GNSS_SDR_EDC_H +#define GNSS_SDR_EDC_H #include "swift_common.h" diff --git a/src/algorithms/telemetry_decoder/libs/libswiftcnav/fec.h b/src/algorithms/telemetry_decoder/libs/libswiftcnav/fec.h index 8991e21df..ba49328d5 100644 --- a/src/algorithms/telemetry_decoder/libs/libswiftcnav/fec.h +++ b/src/algorithms/telemetry_decoder/libs/libswiftcnav/fec.h @@ -21,8 +21,8 @@ */ -#ifndef GNSS_SDR_FEC_H_ -#define GNSS_SDR_FEC_H_ +#ifndef GNSS_SDR_FEC_H +#define GNSS_SDR_FEC_H /* r=1/2 k=7 convolutional encoder polynomials * The NASA-DSN convention is to use V27POLYA inverted, then V27POLYB diff --git a/src/algorithms/telemetry_decoder/libs/libswiftcnav/swift_common.h b/src/algorithms/telemetry_decoder/libs/libswiftcnav/swift_common.h index 0be78bc52..8dfd75702 100644 --- a/src/algorithms/telemetry_decoder/libs/libswiftcnav/swift_common.h +++ b/src/algorithms/telemetry_decoder/libs/libswiftcnav/swift_common.h @@ -24,8 +24,8 @@ */ -#ifndef GNSS_SDR_SWIFT_COMMON_H_ -#define GNSS_SDR_SWIFT_COMMON_H_ +#ifndef GNSS_SDR_SWIFT_COMMON_H +#define GNSS_SDR_SWIFT_COMMON_H /** \defgroup common Common definitions * Common definitions used throughout the library. diff --git a/src/algorithms/telemetry_decoder/libs/viterbi_decoder.h b/src/algorithms/telemetry_decoder/libs/viterbi_decoder.h index 3faf25664..f90114d48 100644 --- a/src/algorithms/telemetry_decoder/libs/viterbi_decoder.h +++ b/src/algorithms/telemetry_decoder/libs/viterbi_decoder.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_VITERBI_DECODER_H_ -#define GNSS_SDR_VITERBI_DECODER_H_ +#ifndef GNSS_SDR_VITERBI_DECODER_H +#define GNSS_SDR_VITERBI_DECODER_H #include // for size_t #include @@ -114,4 +114,4 @@ private: int parity_counter(int symbol, int length); }; -#endif // GNSS_SDR_VITERBI_DECODER_H_ +#endif // GNSS_SDR_VITERBI_DECODER_H diff --git a/src/algorithms/tracking/adapters/beidou_b1i_dll_pll_tracking.h b/src/algorithms/tracking/adapters/beidou_b1i_dll_pll_tracking.h index c3ea93f7c..7113cae2a 100644 --- a/src/algorithms/tracking/adapters/beidou_b1i_dll_pll_tracking.h +++ b/src/algorithms/tracking/adapters/beidou_b1i_dll_pll_tracking.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_BEIDOU_B1I_DLL_PLL_TRACKING_H_ -#define GNSS_SDR_BEIDOU_B1I_DLL_PLL_TRACKING_H_ +#ifndef GNSS_SDR_BEIDOU_B1I_DLL_PLL_TRACKING_H +#define GNSS_SDR_BEIDOU_B1I_DLL_PLL_TRACKING_H #include "dll_pll_veml_tracking.h" #include "tracking_interface.h" @@ -92,4 +92,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_BEIDOU_B1I_DLL_PLL_TRACKING_H_ +#endif // GNSS_SDR_BEIDOU_B1I_DLL_PLL_TRACKING_H diff --git a/src/algorithms/tracking/adapters/beidou_b3i_dll_pll_tracking.h b/src/algorithms/tracking/adapters/beidou_b3i_dll_pll_tracking.h index 5e3805ef3..c500cf275 100644 --- a/src/algorithms/tracking/adapters/beidou_b3i_dll_pll_tracking.h +++ b/src/algorithms/tracking/adapters/beidou_b3i_dll_pll_tracking.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_BEIDOU_B3I_DLL_PLL_TRACKING_H_ -#define GNSS_SDR_BEIDOU_B3I_DLL_PLL_TRACKING_H_ +#ifndef GNSS_SDR_BEIDOU_B3I_DLL_PLL_TRACKING_H +#define GNSS_SDR_BEIDOU_B3I_DLL_PLL_TRACKING_H #include "dll_pll_veml_tracking.h" #include "tracking_interface.h" @@ -92,4 +92,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_BEIDOU_B3I_DLL_PLL_TRACKING_H_ +#endif // GNSS_SDR_BEIDOU_B3I_DLL_PLL_TRACKING_H diff --git a/src/algorithms/tracking/adapters/galileo_e1_dll_pll_veml_tracking.h b/src/algorithms/tracking/adapters/galileo_e1_dll_pll_veml_tracking.h index dc7156439..83a8359ad 100644 --- a/src/algorithms/tracking/adapters/galileo_e1_dll_pll_veml_tracking.h +++ b/src/algorithms/tracking/adapters/galileo_e1_dll_pll_veml_tracking.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_H_ -#define GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_H_ +#ifndef GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_H +#define GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_H #include "dll_pll_veml_tracking.h" #include "tracking_interface.h" @@ -96,4 +96,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_H_ +#endif // GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_H diff --git a/src/algorithms/tracking/adapters/galileo_e1_dll_pll_veml_tracking_fpga.h b/src/algorithms/tracking/adapters/galileo_e1_dll_pll_veml_tracking_fpga.h index 589b0d7b1..7fc2b787e 100644 --- a/src/algorithms/tracking/adapters/galileo_e1_dll_pll_veml_tracking_fpga.h +++ b/src/algorithms/tracking/adapters/galileo_e1_dll_pll_veml_tracking_fpga.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_FPGA_H_ -#define GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_FPGA_H_ +#ifndef GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_FPGA_H +#define GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_FPGA_H #include "dll_pll_veml_tracking_fpga.h" #include "tracking_interface.h" @@ -136,4 +136,4 @@ private: }; -#endif // GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_FPGA_H_ +#endif // GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_FPGA_H diff --git a/src/algorithms/tracking/adapters/galileo_e1_tcp_connector_tracking.h b/src/algorithms/tracking/adapters/galileo_e1_tcp_connector_tracking.h index 003948391..0bb9d1e76 100644 --- a/src/algorithms/tracking/adapters/galileo_e1_tcp_connector_tracking.h +++ b/src/algorithms/tracking/adapters/galileo_e1_tcp_connector_tracking.h @@ -25,8 +25,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E1_TCP_CONNECTOR_TRACKING_H_ -#define GNSS_SDR_GALILEO_E1_TCP_CONNECTOR_TRACKING_H_ +#ifndef GNSS_SDR_GALILEO_E1_TCP_CONNECTOR_TRACKING_H +#define GNSS_SDR_GALILEO_E1_TCP_CONNECTOR_TRACKING_H #include "galileo_e1_tcp_connector_tracking_cc.h" #include "tracking_interface.h" @@ -96,4 +96,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GALILEO_E1_TCP_CONNECTOR_TRACKING_H_ +#endif // GNSS_SDR_GALILEO_E1_TCP_CONNECTOR_TRACKING_H diff --git a/src/algorithms/tracking/adapters/galileo_e5a_dll_pll_tracking.h b/src/algorithms/tracking/adapters/galileo_e5a_dll_pll_tracking.h index 3925e9534..31a9bb0a3 100644 --- a/src/algorithms/tracking/adapters/galileo_e5a_dll_pll_tracking.h +++ b/src/algorithms/tracking/adapters/galileo_e5a_dll_pll_tracking.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_H_ -#define GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_H_ +#ifndef GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_H +#define GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_H #include "dll_pll_veml_tracking.h" #include "tracking_interface.h" @@ -93,4 +93,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_H_ +#endif // GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_H diff --git a/src/algorithms/tracking/adapters/galileo_e5a_dll_pll_tracking_fpga.h b/src/algorithms/tracking/adapters/galileo_e5a_dll_pll_tracking_fpga.h index 807a6c54e..9a014b8b9 100644 --- a/src/algorithms/tracking/adapters/galileo_e5a_dll_pll_tracking_fpga.h +++ b/src/algorithms/tracking/adapters/galileo_e5a_dll_pll_tracking_fpga.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_FPGA_H_ -#define GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_FPGA_H_ +#ifndef GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_FPGA_H +#define GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_FPGA_H #include "dll_pll_veml_tracking_fpga.h" #include "tracking_interface.h" @@ -128,4 +128,4 @@ private: bool d_track_pilot; }; -#endif // GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_FPGA_H_ +#endif // GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_FPGA_H diff --git a/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_c_aid_tracking.h b/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_c_aid_tracking.h index 9e921c8b3..85c175d67 100644 --- a/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_c_aid_tracking.h +++ b/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_c_aid_tracking.h @@ -26,8 +26,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_H_ -#define GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_H_ +#ifndef GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_H +#define GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_H #include "glonass_l1_ca_dll_pll_c_aid_tracking_cc.h" #include "glonass_l1_ca_dll_pll_c_aid_tracking_sc.h" @@ -98,4 +98,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_H_ +#endif // GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_H diff --git a/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_tracking.h b/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_tracking.h index 39c825383..c39b93c42 100644 --- a/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_tracking.h +++ b/src/algorithms/tracking/adapters/glonass_l1_ca_dll_pll_tracking.h @@ -25,8 +25,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_L1_CA_DLL_PLL_TRACKING_H_ -#define GNSS_SDR_GLONASS_L1_CA_DLL_PLL_TRACKING_H_ +#ifndef GNSS_SDR_GLONASS_L1_CA_DLL_PLL_TRACKING_H +#define GNSS_SDR_GLONASS_L1_CA_DLL_PLL_TRACKING_H #include "glonass_l1_ca_dll_pll_tracking_cc.h" #include "tracking_interface.h" @@ -95,4 +95,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GLONASS_L1_CA_DLL_PLL_TRACKING_H_ +#endif // GNSS_SDR_GLONASS_L1_CA_DLL_PLL_TRACKING_H diff --git a/src/algorithms/tracking/adapters/glonass_l2_ca_dll_pll_c_aid_tracking.h b/src/algorithms/tracking/adapters/glonass_l2_ca_dll_pll_c_aid_tracking.h index f7740577e..823feeada 100644 --- a/src/algorithms/tracking/adapters/glonass_l2_ca_dll_pll_c_aid_tracking.h +++ b/src/algorithms/tracking/adapters/glonass_l2_ca_dll_pll_c_aid_tracking.h @@ -24,8 +24,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_H_ -#define GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_H_ +#ifndef GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_H +#define GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_H #include "glonass_l2_ca_dll_pll_c_aid_tracking_cc.h" #include "glonass_l2_ca_dll_pll_c_aid_tracking_sc.h" @@ -97,4 +97,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_H_ +#endif // GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_H diff --git a/src/algorithms/tracking/adapters/glonass_l2_ca_dll_pll_tracking.h b/src/algorithms/tracking/adapters/glonass_l2_ca_dll_pll_tracking.h index 9dce493ec..d0bc07da9 100644 --- a/src/algorithms/tracking/adapters/glonass_l2_ca_dll_pll_tracking.h +++ b/src/algorithms/tracking/adapters/glonass_l2_ca_dll_pll_tracking.h @@ -24,8 +24,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_L2_CA_DLL_PLL_TRACKING_H_ -#define GNSS_SDR_GLONASS_L2_CA_DLL_PLL_TRACKING_H_ +#ifndef GNSS_SDR_GLONASS_L2_CA_DLL_PLL_TRACKING_H +#define GNSS_SDR_GLONASS_L2_CA_DLL_PLL_TRACKING_H #include "glonass_l2_ca_dll_pll_tracking_cc.h" #include "tracking_interface.h" @@ -94,4 +94,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GLONASS_L2_CA_DLL_PLL_TRACKING_H_ +#endif // GNSS_SDR_GLONASS_L2_CA_DLL_PLL_TRACKING_H diff --git a/src/algorithms/tracking/adapters/gps_l1_ca_dll_pll_tracking.h b/src/algorithms/tracking/adapters/gps_l1_ca_dll_pll_tracking.h index 89228a718..794095472 100644 --- a/src/algorithms/tracking/adapters/gps_l1_ca_dll_pll_tracking.h +++ b/src/algorithms/tracking/adapters/gps_l1_ca_dll_pll_tracking.h @@ -24,8 +24,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_H_ -#define GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_H_ +#ifndef GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_H +#define GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_H #include "dll_pll_veml_tracking.h" #include "tracking_interface.h" @@ -94,4 +94,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_H_ +#endif // GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_H diff --git a/src/algorithms/tracking/adapters/gps_l1_ca_dll_pll_tracking_fpga.h b/src/algorithms/tracking/adapters/gps_l1_ca_dll_pll_tracking_fpga.h index 23b334130..49d8de541 100644 --- a/src/algorithms/tracking/adapters/gps_l1_ca_dll_pll_tracking_fpga.h +++ b/src/algorithms/tracking/adapters/gps_l1_ca_dll_pll_tracking_fpga.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_FPGA_H_ -#define GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_FPGA_H_ +#ifndef GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_FPGA_H +#define GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_FPGA_H #include "dll_pll_veml_tracking_fpga.h" #include "tracking_interface.h" @@ -132,4 +132,4 @@ private: int32_t* d_ca_codes; }; -#endif // GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_FPGA_H_ +#endif // GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_FPGA_H diff --git a/src/algorithms/tracking/adapters/gps_l1_ca_dll_pll_tracking_gpu.h b/src/algorithms/tracking/adapters/gps_l1_ca_dll_pll_tracking_gpu.h index 5e103391d..be91bf8f9 100644 --- a/src/algorithms/tracking/adapters/gps_l1_ca_dll_pll_tracking_gpu.h +++ b/src/algorithms/tracking/adapters/gps_l1_ca_dll_pll_tracking_gpu.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_GPU_H_ -#define GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_GPU_H_ +#ifndef GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_GPU_H +#define GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_GPU_H #include "gps_l1_ca_dll_pll_tracking_gpu_cc.h" #include "tracking_interface.h" @@ -94,4 +94,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_GPU_H_ +#endif // GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_GPU_H diff --git a/src/algorithms/tracking/adapters/gps_l1_ca_kf_tracking.h b/src/algorithms/tracking/adapters/gps_l1_ca_kf_tracking.h index 91522123d..09fb07366 100644 --- a/src/algorithms/tracking/adapters/gps_l1_ca_kf_tracking.h +++ b/src/algorithms/tracking/adapters/gps_l1_ca_kf_tracking.h @@ -26,8 +26,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_KF_TRACKING_H_ -#define GNSS_SDR_GPS_L1_CA_KF_TRACKING_H_ +#ifndef GNSS_SDR_GPS_L1_CA_KF_TRACKING_H +#define GNSS_SDR_GPS_L1_CA_KF_TRACKING_H #include "gps_l1_ca_kf_tracking_cc.h" #include "tracking_interface.h" @@ -96,4 +96,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GPS_L1_CA_KF_TRACKING_H_ +#endif // GNSS_SDR_GPS_L1_CA_KF_TRACKING_H diff --git a/src/algorithms/tracking/adapters/gps_l1_ca_tcp_connector_tracking.h b/src/algorithms/tracking/adapters/gps_l1_ca_tcp_connector_tracking.h index bfe643107..d050f20de 100644 --- a/src/algorithms/tracking/adapters/gps_l1_ca_tcp_connector_tracking.h +++ b/src/algorithms/tracking/adapters/gps_l1_ca_tcp_connector_tracking.h @@ -24,8 +24,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_TCP_CONNECTOR_TRACKING_H_ -#define GNSS_SDR_GPS_L1_CA_TCP_CONNECTOR_TRACKING_H_ +#ifndef GNSS_SDR_GPS_L1_CA_TCP_CONNECTOR_TRACKING_H +#define GNSS_SDR_GPS_L1_CA_TCP_CONNECTOR_TRACKING_H #include "gps_l1_ca_tcp_connector_tracking_cc.h" #include "tracking_interface.h" @@ -95,4 +95,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GPS_L1_CA_TCP_CONNECTOR_TRACKING_H_ +#endif // GNSS_SDR_GPS_L1_CA_TCP_CONNECTOR_TRACKING_H diff --git a/src/algorithms/tracking/adapters/gps_l2_m_dll_pll_tracking.h b/src/algorithms/tracking/adapters/gps_l2_m_dll_pll_tracking.h index bc8255efb..604914450 100644 --- a/src/algorithms/tracking/adapters/gps_l2_m_dll_pll_tracking.h +++ b/src/algorithms/tracking/adapters/gps_l2_m_dll_pll_tracking.h @@ -24,8 +24,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L2_M_DLL_PLL_TRACKING_H_ -#define GNSS_SDR_GPS_L2_M_DLL_PLL_TRACKING_H_ +#ifndef GNSS_SDR_GPS_L2_M_DLL_PLL_TRACKING_H +#define GNSS_SDR_GPS_L2_M_DLL_PLL_TRACKING_H #include "dll_pll_veml_tracking.h" #include "tracking_interface.h" @@ -94,4 +94,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GPS_L2_M_DLL_PLL_TRACKING_H_ +#endif // GNSS_SDR_GPS_L2_M_DLL_PLL_TRACKING_H diff --git a/src/algorithms/tracking/adapters/gps_l2_m_dll_pll_tracking_fpga.h b/src/algorithms/tracking/adapters/gps_l2_m_dll_pll_tracking_fpga.h index 94f8813a8..7f2ff5f8d 100644 --- a/src/algorithms/tracking/adapters/gps_l2_m_dll_pll_tracking_fpga.h +++ b/src/algorithms/tracking/adapters/gps_l2_m_dll_pll_tracking_fpga.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L2_M_DLL_PLL_TRACKING_FPGA_H_ -#define GNSS_SDR_GPS_L2_M_DLL_PLL_TRACKING_FPGA_H_ +#ifndef GNSS_SDR_GPS_L2_M_DLL_PLL_TRACKING_FPGA_H +#define GNSS_SDR_GPS_L2_M_DLL_PLL_TRACKING_FPGA_H #include "dll_pll_veml_tracking_fpga.h" #include "tracking_interface.h" @@ -97,4 +97,4 @@ private: int* d_ca_codes; }; -#endif // GNSS_SDR_GPS_L2_M_DLL_PLL_TRACKING_FPGA_H_ +#endif // GNSS_SDR_GPS_L2_M_DLL_PLL_TRACKING_FPGA_H diff --git a/src/algorithms/tracking/adapters/gps_l5_dll_pll_tracking.h b/src/algorithms/tracking/adapters/gps_l5_dll_pll_tracking.h index 71975beb8..27f095238 100644 --- a/src/algorithms/tracking/adapters/gps_l5_dll_pll_tracking.h +++ b/src/algorithms/tracking/adapters/gps_l5_dll_pll_tracking.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L5_DLL_PLL_TRACKING_H_ -#define GNSS_SDR_GPS_L5_DLL_PLL_TRACKING_H_ +#ifndef GNSS_SDR_GPS_L5_DLL_PLL_TRACKING_H +#define GNSS_SDR_GPS_L5_DLL_PLL_TRACKING_H #include "dll_pll_veml_tracking.h" #include "tracking_interface.h" @@ -93,4 +93,4 @@ private: unsigned int out_streams_; }; -#endif // GNSS_SDR_GPS_L5_DLL_PLL_TRACKING_H_ +#endif // GNSS_SDR_GPS_L5_DLL_PLL_TRACKING_H diff --git a/src/algorithms/tracking/adapters/gps_l5_dll_pll_tracking_fpga.h b/src/algorithms/tracking/adapters/gps_l5_dll_pll_tracking_fpga.h index d2e3a042b..c429375dd 100644 --- a/src/algorithms/tracking/adapters/gps_l5_dll_pll_tracking_fpga.h +++ b/src/algorithms/tracking/adapters/gps_l5_dll_pll_tracking_fpga.h @@ -24,8 +24,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L5_DLL_PLL_TRACKING_FPGA_H_ -#define GNSS_SDR_GPS_L5_DLL_PLL_TRACKING_FPGA_H_ +#ifndef GNSS_SDR_GPS_L5_DLL_PLL_TRACKING_FPGA_H +#define GNSS_SDR_GPS_L5_DLL_PLL_TRACKING_FPGA_H #include "dll_pll_veml_tracking_fpga.h" #include "tracking_interface.h" @@ -135,4 +135,4 @@ private: int32_t* d_data_codes; }; -#endif // GNSS_SDR_GPS_L5_DLL_PLL_TRACKING_FPGA_H_ +#endif // GNSS_SDR_GPS_L5_DLL_PLL_TRACKING_FPGA_H diff --git a/src/algorithms/tracking/gnuradio_blocks/dll_pll_veml_tracking.h b/src/algorithms/tracking/gnuradio_blocks/dll_pll_veml_tracking.h index 5fb884ada..10d1c2e6a 100644 --- a/src/algorithms/tracking/gnuradio_blocks/dll_pll_veml_tracking.h +++ b/src/algorithms/tracking/gnuradio_blocks/dll_pll_veml_tracking.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_DLL_PLL_VEML_TRACKING_H_ -#define GNSS_SDR_DLL_PLL_VEML_TRACKING_H_ +#ifndef GNSS_SDR_DLL_PLL_VEML_TRACKING_H +#define GNSS_SDR_DLL_PLL_VEML_TRACKING_H #include "cpu_multicorrelator_real_codes.h" #include "dll_pll_conf.h" @@ -206,4 +206,4 @@ private: bool d_dump_mat; }; -#endif // GNSS_SDR_DLL_PLL_VEML_TRACKING_H_ +#endif // GNSS_SDR_DLL_PLL_VEML_TRACKING_H diff --git a/src/algorithms/tracking/gnuradio_blocks/dll_pll_veml_tracking_fpga.h b/src/algorithms/tracking/gnuradio_blocks/dll_pll_veml_tracking_fpga.h index 7e64f8ed2..b02303948 100644 --- a/src/algorithms/tracking/gnuradio_blocks/dll_pll_veml_tracking_fpga.h +++ b/src/algorithms/tracking/gnuradio_blocks/dll_pll_veml_tracking_fpga.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_DLL_PLL_VEML_TRACKING_FPGA_H_ -#define GNSS_SDR_DLL_PLL_VEML_TRACKING_FPGA_H_ +#ifndef GNSS_SDR_DLL_PLL_VEML_TRACKING_FPGA_H +#define GNSS_SDR_DLL_PLL_VEML_TRACKING_FPGA_H #include "dll_pll_conf_fpga.h" #include "exponential_smoother.h" @@ -241,4 +241,4 @@ private: bool d_stop_tracking; }; -#endif // GNSS_SDR_DLL_PLL_VEML_TRACKING_FPGA_H_ +#endif // GNSS_SDR_DLL_PLL_VEML_TRACKING_FPGA_H diff --git a/src/algorithms/tracking/gnuradio_blocks/galileo_e1_tcp_connector_tracking_cc.h b/src/algorithms/tracking/gnuradio_blocks/galileo_e1_tcp_connector_tracking_cc.h index 76d83e388..b3cc7dc4f 100644 --- a/src/algorithms/tracking/gnuradio_blocks/galileo_e1_tcp_connector_tracking_cc.h +++ b/src/algorithms/tracking/gnuradio_blocks/galileo_e1_tcp_connector_tracking_cc.h @@ -25,8 +25,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E1_TCP_CONNECTOR_TRACKING_CC_H_ -#define GNSS_SDR_GALILEO_E1_TCP_CONNECTOR_TRACKING_CC_H_ +#ifndef GNSS_SDR_GALILEO_E1_TCP_CONNECTOR_TRACKING_CC_H +#define GNSS_SDR_GALILEO_E1_TCP_CONNECTOR_TRACKING_CC_H #include "cpu_multicorrelator.h" #include "gnss_synchro.h" @@ -173,4 +173,4 @@ private: std::string sys; }; -#endif // GNSS_SDR_GALILEO_E1_TCP_CONNECTOR_TRACKING_CC_H_ +#endif // GNSS_SDR_GALILEO_E1_TCP_CONNECTOR_TRACKING_CC_H diff --git a/src/algorithms/tracking/gnuradio_blocks/glonass_l1_ca_dll_pll_c_aid_tracking_cc.h b/src/algorithms/tracking/gnuradio_blocks/glonass_l1_ca_dll_pll_c_aid_tracking_cc.h index 33b4e017c..d145e8623 100644 --- a/src/algorithms/tracking/gnuradio_blocks/glonass_l1_ca_dll_pll_c_aid_tracking_cc.h +++ b/src/algorithms/tracking/gnuradio_blocks/glonass_l1_ca_dll_pll_c_aid_tracking_cc.h @@ -25,8 +25,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_CC_H_ -#define GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_CC_H_ +#ifndef GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_CC_H +#define GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_CC_H #include "gnss_synchro.h" #include "tracking_2nd_DLL_filter.h" @@ -191,4 +191,4 @@ private: int32_t save_matfile(); }; -#endif // GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_CC_H_ +#endif // GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_CC_H diff --git a/src/algorithms/tracking/gnuradio_blocks/glonass_l1_ca_dll_pll_c_aid_tracking_sc.h b/src/algorithms/tracking/gnuradio_blocks/glonass_l1_ca_dll_pll_c_aid_tracking_sc.h index 05eb09509..a9b6df793 100644 --- a/src/algorithms/tracking/gnuradio_blocks/glonass_l1_ca_dll_pll_c_aid_tracking_sc.h +++ b/src/algorithms/tracking/gnuradio_blocks/glonass_l1_ca_dll_pll_c_aid_tracking_sc.h @@ -25,8 +25,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_SC_H_ -#define GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_SC_H_ +#ifndef GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_SC_H +#define GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_SC_H #include "cpu_multicorrelator_16sc.h" #include "glonass_l1_signal_processing.h" @@ -190,4 +190,4 @@ private: int32_t save_matfile(); }; -#endif // GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_SC_H_ +#endif // GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_SC_H diff --git a/src/algorithms/tracking/gnuradio_blocks/glonass_l1_ca_dll_pll_tracking_cc.h b/src/algorithms/tracking/gnuradio_blocks/glonass_l1_ca_dll_pll_tracking_cc.h index b3beee29e..20f689e9a 100644 --- a/src/algorithms/tracking/gnuradio_blocks/glonass_l1_ca_dll_pll_tracking_cc.h +++ b/src/algorithms/tracking/gnuradio_blocks/glonass_l1_ca_dll_pll_tracking_cc.h @@ -25,8 +25,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_L1_CA_DLL_PLL_TRACKING_CC_H_ -#define GNSS_SDR_GLONASS_L1_CA_DLL_PLL_TRACKING_CC_H_ +#ifndef GNSS_SDR_GLONASS_L1_CA_DLL_PLL_TRACKING_CC_H +#define GNSS_SDR_GLONASS_L1_CA_DLL_PLL_TRACKING_CC_H #include "cpu_multicorrelator.h" #include "gnss_synchro.h" @@ -157,4 +157,4 @@ private: int32_t save_matfile(); }; -#endif // GNSS_SDR_GLONASS_L1_CA_DLL_PLL_TRACKING_CC_H_ +#endif // GNSS_SDR_GLONASS_L1_CA_DLL_PLL_TRACKING_CC_H diff --git a/src/algorithms/tracking/gnuradio_blocks/glonass_l2_ca_dll_pll_c_aid_tracking_cc.h b/src/algorithms/tracking/gnuradio_blocks/glonass_l2_ca_dll_pll_c_aid_tracking_cc.h index a4c19cca0..ac66647e5 100644 --- a/src/algorithms/tracking/gnuradio_blocks/glonass_l2_ca_dll_pll_c_aid_tracking_cc.h +++ b/src/algorithms/tracking/gnuradio_blocks/glonass_l2_ca_dll_pll_c_aid_tracking_cc.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_CC_H_ -#define GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_CC_H_ +#ifndef GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_CC_H +#define GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_CC_H #include "cpu_multicorrelator.h" #include "gnss_synchro.h" @@ -187,4 +187,4 @@ private: int32_t save_matfile(); }; -#endif // GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_CC_H_ +#endif // GNSS_SDR_GLONASS_L1_CA_DLL_PLL_C_AID_TRACKING_CC_H diff --git a/src/algorithms/tracking/gnuradio_blocks/glonass_l2_ca_dll_pll_c_aid_tracking_sc.h b/src/algorithms/tracking/gnuradio_blocks/glonass_l2_ca_dll_pll_c_aid_tracking_sc.h index 29caa6ce7..0841abcf1 100644 --- a/src/algorithms/tracking/gnuradio_blocks/glonass_l2_ca_dll_pll_c_aid_tracking_sc.h +++ b/src/algorithms/tracking/gnuradio_blocks/glonass_l2_ca_dll_pll_c_aid_tracking_sc.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_SC_H_ -#define GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_SC_H_ +#ifndef GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_SC_H +#define GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_SC_H #include "cpu_multicorrelator_16sc.h" #include "glonass_l2_signal_processing.h" @@ -187,4 +187,4 @@ private: int32_t save_matfile(); }; -#endif // GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_SC_H_ +#endif // GNSS_SDR_GLONASS_L2_CA_DLL_PLL_C_AID_TRACKING_SC_H diff --git a/src/algorithms/tracking/gnuradio_blocks/glonass_l2_ca_dll_pll_tracking_cc.h b/src/algorithms/tracking/gnuradio_blocks/glonass_l2_ca_dll_pll_tracking_cc.h index c21048b7c..acd845cf2 100644 --- a/src/algorithms/tracking/gnuradio_blocks/glonass_l2_ca_dll_pll_tracking_cc.h +++ b/src/algorithms/tracking/gnuradio_blocks/glonass_l2_ca_dll_pll_tracking_cc.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GLONASS_L2_CA_DLL_PLL_TRACKING_CC_H_ -#define GNSS_SDR_GLONASS_L2_CA_DLL_PLL_TRACKING_CC_H_ +#ifndef GNSS_SDR_GLONASS_L2_CA_DLL_PLL_TRACKING_CC_H +#define GNSS_SDR_GLONASS_L2_CA_DLL_PLL_TRACKING_CC_H #include "cpu_multicorrelator.h" #include "gnss_synchro.h" @@ -156,4 +156,4 @@ private: int32_t save_matfile(); }; -#endif // GNSS_SDR_GLONASS_L2_CA_DLL_PLL_TRACKING_CC_H_ +#endif // GNSS_SDR_GLONASS_L2_CA_DLL_PLL_TRACKING_CC_H diff --git a/src/algorithms/tracking/gnuradio_blocks/gps_l1_ca_dll_pll_tracking_gpu_cc.h b/src/algorithms/tracking/gnuradio_blocks/gps_l1_ca_dll_pll_tracking_gpu_cc.h index 5eab16540..8c48878d8 100644 --- a/src/algorithms/tracking/gnuradio_blocks/gps_l1_ca_dll_pll_tracking_gpu_cc.h +++ b/src/algorithms/tracking/gnuradio_blocks/gps_l1_ca_dll_pll_tracking_gpu_cc.h @@ -22,8 +22,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_GPU_CC_H_ -#define GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_GPU_CC_H_ +#ifndef GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_GPU_CC_H +#define GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_GPU_CC_H #include "cuda_multicorrelator.h" #include "gnss_synchro.h" @@ -164,4 +164,4 @@ private: std::string sys; }; -#endif // GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_GPU_CC_H_ +#endif // GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_GPU_CC_H diff --git a/src/algorithms/tracking/gnuradio_blocks/gps_l1_ca_kf_tracking_cc.h b/src/algorithms/tracking/gnuradio_blocks/gps_l1_ca_kf_tracking_cc.h index c4277ad03..49497eb18 100644 --- a/src/algorithms/tracking/gnuradio_blocks/gps_l1_ca_kf_tracking_cc.h +++ b/src/algorithms/tracking/gnuradio_blocks/gps_l1_ca_kf_tracking_cc.h @@ -26,8 +26,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_KF_TRACKING_CC_H_ -#define GNSS_SDR_GPS_L1_CA_KF_TRACKING_CC_H_ +#ifndef GNSS_SDR_GPS_L1_CA_KF_TRACKING_CC_H +#define GNSS_SDR_GPS_L1_CA_KF_TRACKING_CC_H #if ARMA_NO_BOUND_CHECKING #define ARMA_NO_DEBUG 1 @@ -212,4 +212,4 @@ private: int32_t save_matfile(); }; -#endif // GNSS_SDR_GPS_L1_CA_KF_TRACKING_CC_H_ +#endif // GNSS_SDR_GPS_L1_CA_KF_TRACKING_CC_H diff --git a/src/algorithms/tracking/gnuradio_blocks/gps_l1_ca_tcp_connector_tracking_cc.h b/src/algorithms/tracking/gnuradio_blocks/gps_l1_ca_tcp_connector_tracking_cc.h index 591650b9f..c5f935cbf 100644 --- a/src/algorithms/tracking/gnuradio_blocks/gps_l1_ca_tcp_connector_tracking_cc.h +++ b/src/algorithms/tracking/gnuradio_blocks/gps_l1_ca_tcp_connector_tracking_cc.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GPS_L1_CA_TCP_CONNECTOR_TRACKING_CC_H_ -#define GNSS_SDR_GPS_L1_CA_TCP_CONNECTOR_TRACKING_CC_H_ +#ifndef GNSS_SDR_GPS_L1_CA_TCP_CONNECTOR_TRACKING_CC_H +#define GNSS_SDR_GPS_L1_CA_TCP_CONNECTOR_TRACKING_CC_H #include "cpu_multicorrelator.h" #include "gnss_synchro.h" @@ -160,4 +160,4 @@ private: std::string sys; }; -#endif // GNSS_SDR_GPS_L1_CA_TCP_CONNECTOR_TRACKING_CC_H_ +#endif // GNSS_SDR_GPS_L1_CA_TCP_CONNECTOR_TRACKING_CC_H diff --git a/src/algorithms/tracking/libs/bayesian_estimation.h b/src/algorithms/tracking/libs/bayesian_estimation.h index ba11d7fe7..fa708de3f 100644 --- a/src/algorithms/tracking/libs/bayesian_estimation.h +++ b/src/algorithms/tracking/libs/bayesian_estimation.h @@ -31,8 +31,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_BAYESIAN_ESTIMATION_H_ -#define GNSS_SDR_BAYESIAN_ESTIMATION_H_ +#ifndef GNSS_SDR_BAYESIAN_ESTIMATION_H +#define GNSS_SDR_BAYESIAN_ESTIMATION_H #if ARMA_NO_BOUND_CHECKING #define ARMA_NO_DEBUG 1 diff --git a/src/algorithms/tracking/libs/cpu_multicorrelator.h b/src/algorithms/tracking/libs/cpu_multicorrelator.h index 76a5e98ce..b4d138db5 100644 --- a/src/algorithms/tracking/libs/cpu_multicorrelator.h +++ b/src/algorithms/tracking/libs/cpu_multicorrelator.h @@ -21,8 +21,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CPU_MULTICORRELATOR_H_ -#define GNSS_SDR_CPU_MULTICORRELATOR_H_ +#ifndef GNSS_SDR_CPU_MULTICORRELATOR_H +#define GNSS_SDR_CPU_MULTICORRELATOR_H #include @@ -54,4 +54,4 @@ private: }; -#endif // GNSS_SDR_CPU_MULTICORRELATOR_H_ +#endif // GNSS_SDR_CPU_MULTICORRELATOR_H diff --git a/src/algorithms/tracking/libs/cpu_multicorrelator_16sc.h b/src/algorithms/tracking/libs/cpu_multicorrelator_16sc.h index 34290ceaf..a918fd33c 100644 --- a/src/algorithms/tracking/libs/cpu_multicorrelator_16sc.h +++ b/src/algorithms/tracking/libs/cpu_multicorrelator_16sc.h @@ -21,8 +21,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CPU_MULTICORRELATOR_16SC_H_ -#define GNSS_SDR_CPU_MULTICORRELATOR_16SC_H_ +#ifndef GNSS_SDR_CPU_MULTICORRELATOR_16SC_H +#define GNSS_SDR_CPU_MULTICORRELATOR_16SC_H #include @@ -54,4 +54,4 @@ private: }; -#endif // GNSS_SDR_CPU_MULTICORRELATOR_H_ +#endif // GNSS_SDR_CPU_MULTICORRELATOR_H diff --git a/src/algorithms/tracking/libs/cpu_multicorrelator_real_codes.h b/src/algorithms/tracking/libs/cpu_multicorrelator_real_codes.h index 316b8b84b..533665a69 100644 --- a/src/algorithms/tracking/libs/cpu_multicorrelator_real_codes.h +++ b/src/algorithms/tracking/libs/cpu_multicorrelator_real_codes.h @@ -22,8 +22,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CPU_MULTICORRELATOR_REAL_CODES_H_ -#define GNSS_SDR_CPU_MULTICORRELATOR_REAL_CODES_H_ +#ifndef GNSS_SDR_CPU_MULTICORRELATOR_REAL_CODES_H +#define GNSS_SDR_CPU_MULTICORRELATOR_REAL_CODES_H #include @@ -58,4 +58,4 @@ private: }; -#endif // GNSS_SDR_CPU_MULTICORRELATOR_REAL_CODES_H_ +#endif // GNSS_SDR_CPU_MULTICORRELATOR_REAL_CODES_H diff --git a/src/algorithms/tracking/libs/cuda_multicorrelator.h b/src/algorithms/tracking/libs/cuda_multicorrelator.h index be2d01b14..c5284043d 100644 --- a/src/algorithms/tracking/libs/cuda_multicorrelator.h +++ b/src/algorithms/tracking/libs/cuda_multicorrelator.h @@ -21,8 +21,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CUDA_MULTICORRELATOR_H_ -#define GNSS_SDR_CUDA_MULTICORRELATOR_H_ +#ifndef GNSS_SDR_CUDA_MULTICORRELATOR_H +#define GNSS_SDR_CUDA_MULTICORRELATOR_H #ifdef __CUDACC__ @@ -157,4 +157,4 @@ private: }; -#endif // GNSS_SDR_CUDA_MULTICORRELATOR_H_ +#endif // GNSS_SDR_CUDA_MULTICORRELATOR_H diff --git a/src/algorithms/tracking/libs/dll_pll_conf.h b/src/algorithms/tracking/libs/dll_pll_conf.h index 33aa7d874..53a553355 100644 --- a/src/algorithms/tracking/libs/dll_pll_conf.h +++ b/src/algorithms/tracking/libs/dll_pll_conf.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_DLL_PLL_CONF_H_ -#define GNSS_SDR_DLL_PLL_CONF_H_ +#ifndef GNSS_SDR_DLL_PLL_CONF_H +#define GNSS_SDR_DLL_PLL_CONF_H #include #include diff --git a/src/algorithms/tracking/libs/dll_pll_conf_fpga.h b/src/algorithms/tracking/libs/dll_pll_conf_fpga.h index ef605bda9..317bb7668 100644 --- a/src/algorithms/tracking/libs/dll_pll_conf_fpga.h +++ b/src/algorithms/tracking/libs/dll_pll_conf_fpga.h @@ -21,8 +21,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_DLL_PLL_CONF_FPGA_H_ -#define GNSS_SDR_DLL_PLL_CONF_FPGA_H_ +#ifndef GNSS_SDR_DLL_PLL_CONF_FPGA_H +#define GNSS_SDR_DLL_PLL_CONF_FPGA_H #include #include diff --git a/src/algorithms/tracking/libs/exponential_smoother.h b/src/algorithms/tracking/libs/exponential_smoother.h index e21c40ca2..c87674539 100644 --- a/src/algorithms/tracking/libs/exponential_smoother.h +++ b/src/algorithms/tracking/libs/exponential_smoother.h @@ -20,8 +20,8 @@ */ -#ifndef GNSS_SDR_EXPONENTIAL_SMOOTHER_H_ -#define GNSS_SDR_EXPONENTIAL_SMOOTHER_H_ +#ifndef GNSS_SDR_EXPONENTIAL_SMOOTHER_H +#define GNSS_SDR_EXPONENTIAL_SMOOTHER_H #include @@ -59,4 +59,4 @@ private: std::vector init_buffer_; }; -#endif // GNSS_SDR_EXPONENTIAL_SMOOTHER_H_ +#endif // GNSS_SDR_EXPONENTIAL_SMOOTHER_H diff --git a/src/algorithms/tracking/libs/fpga_multicorrelator.h b/src/algorithms/tracking/libs/fpga_multicorrelator.h index 6f8052abd..04bdbbdf9 100644 --- a/src/algorithms/tracking/libs/fpga_multicorrelator.h +++ b/src/algorithms/tracking/libs/fpga_multicorrelator.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_FPGA_MULTICORRELATOR_H_ -#define GNSS_SDR_FPGA_MULTICORRELATOR_H_ +#ifndef GNSS_SDR_FPGA_MULTICORRELATOR_H +#define GNSS_SDR_FPGA_MULTICORRELATOR_H #include #include @@ -254,4 +254,4 @@ private: void write_secondary_code(uint32_t secondary_code_length, std::string *secondary_code_string, uint32_t reg_addr); }; -#endif // GNSS_SDR_FPGA_MULTICORRELATOR_H_ +#endif // GNSS_SDR_FPGA_MULTICORRELATOR_H diff --git a/src/algorithms/tracking/libs/lock_detectors.h b/src/algorithms/tracking/libs/lock_detectors.h index e4ff19da7..66863290c 100644 --- a/src/algorithms/tracking/libs/lock_detectors.h +++ b/src/algorithms/tracking/libs/lock_detectors.h @@ -34,8 +34,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_LOCK_DETECTORS_H_ -#define GNSS_SDR_LOCK_DETECTORS_H_ +#ifndef GNSS_SDR_LOCK_DETECTORS_H +#define GNSS_SDR_LOCK_DETECTORS_H #include diff --git a/src/algorithms/tracking/libs/nonlinear_tracking.h b/src/algorithms/tracking/libs/nonlinear_tracking.h index 78bb9f621..7d022133b 100644 --- a/src/algorithms/tracking/libs/nonlinear_tracking.h +++ b/src/algorithms/tracking/libs/nonlinear_tracking.h @@ -29,8 +29,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_NONLINEAR_TRACKING_H_ -#define GNSS_SDR_NONLINEAR_TRACKING_H_ +#ifndef GNSS_SDR_NONLINEAR_TRACKING_H +#define GNSS_SDR_NONLINEAR_TRACKING_H #if ARMA_NO_BOUND_CHECKING #define ARMA_NO_DEBUG 1 diff --git a/src/algorithms/tracking/libs/tcp_communication.h b/src/algorithms/tracking/libs/tcp_communication.h index 02df82046..55d56e5c8 100644 --- a/src/algorithms/tracking/libs/tcp_communication.h +++ b/src/algorithms/tracking/libs/tcp_communication.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TCP_COMMUNICATION_H_ -#define GNSS_SDR_TCP_COMMUNICATION_H_ +#ifndef GNSS_SDR_TCP_COMMUNICATION_H +#define GNSS_SDR_TCP_COMMUNICATION_H #include "tcp_packet_data.h" #include diff --git a/src/algorithms/tracking/libs/tcp_packet_data.h b/src/algorithms/tracking/libs/tcp_packet_data.h index 5e2e2b901..5ff557f51 100644 --- a/src/algorithms/tracking/libs/tcp_packet_data.h +++ b/src/algorithms/tracking/libs/tcp_packet_data.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TCP_PACKET_DATA_H_ -#define GNSS_SDR_TCP_PACKET_DATA_H_ +#ifndef GNSS_SDR_TCP_PACKET_DATA_H +#define GNSS_SDR_TCP_PACKET_DATA_H /*! * \brief Class that implements a TCP data packet diff --git a/src/algorithms/tracking/libs/tracking_2nd_DLL_filter.h b/src/algorithms/tracking/libs/tracking_2nd_DLL_filter.h index 5eeb9a28e..14f217004 100644 --- a/src/algorithms/tracking/libs/tracking_2nd_DLL_filter.h +++ b/src/algorithms/tracking/libs/tracking_2nd_DLL_filter.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TRACKING_2ND_DLL_FILTER_H_ -#define GNSS_SDR_TRACKING_2ND_DLL_FILTER_H_ +#ifndef GNSS_SDR_TRACKING_2ND_DLL_FILTER_H +#define GNSS_SDR_TRACKING_2ND_DLL_FILTER_H /*! * \brief This class implements a 2nd order DLL filter for code tracking loop. diff --git a/src/algorithms/tracking/libs/tracking_2nd_PLL_filter.h b/src/algorithms/tracking/libs/tracking_2nd_PLL_filter.h index 14f8bcd34..1414a1883 100644 --- a/src/algorithms/tracking/libs/tracking_2nd_PLL_filter.h +++ b/src/algorithms/tracking/libs/tracking_2nd_PLL_filter.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TRACKING_2ND_PLL_FILTER_H_ -#define GNSS_SDR_TRACKING_2ND_PLL_FILTER_H_ +#ifndef GNSS_SDR_TRACKING_2ND_PLL_FILTER_H +#define GNSS_SDR_TRACKING_2ND_PLL_FILTER_H /*! * \brief This class implements a 2nd order PLL filter for carrier tracking loop. diff --git a/src/algorithms/tracking/libs/tracking_FLL_PLL_filter.h b/src/algorithms/tracking/libs/tracking_FLL_PLL_filter.h index b4253c909..0b167f6eb 100644 --- a/src/algorithms/tracking/libs/tracking_FLL_PLL_filter.h +++ b/src/algorithms/tracking/libs/tracking_FLL_PLL_filter.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TRACKING_FLL_PLL_FILTER_H_ -#define GNSS_SDR_TRACKING_FLL_PLL_FILTER_H_ +#ifndef GNSS_SDR_TRACKING_FLL_PLL_FILTER_H +#define GNSS_SDR_TRACKING_FLL_PLL_FILTER_H /*! * \brief This class implements a hybrid FLL and PLL filter for tracking carrier loop diff --git a/src/algorithms/tracking/libs/tracking_discriminators.h b/src/algorithms/tracking/libs/tracking_discriminators.h index 262396d84..5ff2648f4 100644 --- a/src/algorithms/tracking/libs/tracking_discriminators.h +++ b/src/algorithms/tracking/libs/tracking_discriminators.h @@ -24,8 +24,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TRACKING_DISCRIMINATORS_H_ -#define GNSS_SDR_TRACKING_DISCRIMINATORS_H_ +#ifndef GNSS_SDR_TRACKING_DISCRIMINATORS_H +#define GNSS_SDR_TRACKING_DISCRIMINATORS_H #include diff --git a/src/algorithms/tracking/libs/tracking_loop_filter.h b/src/algorithms/tracking/libs/tracking_loop_filter.h index ba4b7042d..d79ab024c 100644 --- a/src/algorithms/tracking/libs/tracking_loop_filter.h +++ b/src/algorithms/tracking/libs/tracking_loop_filter.h @@ -20,8 +20,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TRACKING_LOOP_FILTER_H_ -#define GNSS_SDR_TRACKING_LOOP_FILTER_H_ +#ifndef GNSS_SDR_TRACKING_LOOP_FILTER_H +#define GNSS_SDR_TRACKING_LOOP_FILTER_H #include diff --git a/src/core/interfaces/acquisition_interface.h b/src/core/interfaces/acquisition_interface.h index 9c4f4e108..1fa41ecd7 100644 --- a/src/core/interfaces/acquisition_interface.h +++ b/src/core/interfaces/acquisition_interface.h @@ -24,8 +24,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_ACQUISITION_INTERFACE_H_ -#define GNSS_SDR_ACQUISITION_INTERFACE_H_ +#ifndef GNSS_SDR_ACQUISITION_INTERFACE_H +#define GNSS_SDR_ACQUISITION_INTERFACE_H #include "gnss_block_interface.h" #include "gnss_synchro.h" diff --git a/src/core/interfaces/channel_interface.h b/src/core/interfaces/channel_interface.h index e1c37a5bc..c390ed54e 100644 --- a/src/core/interfaces/channel_interface.h +++ b/src/core/interfaces/channel_interface.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CHANNEL_INTERFACE_H_ -#define GNSS_SDR_CHANNEL_INTERFACE_H_ +#ifndef GNSS_SDR_CHANNEL_INTERFACE_H +#define GNSS_SDR_CHANNEL_INTERFACE_H #include "gnss_block_interface.h" #include "gnss_signal.h" @@ -51,4 +51,4 @@ public: virtual void set_signal(const Gnss_Signal&) = 0; }; -#endif // GNSS_SDR_CHANNEL_INTERFACE_H_ +#endif // GNSS_SDR_CHANNEL_INTERFACE_H diff --git a/src/core/interfaces/configuration_interface.h b/src/core/interfaces/configuration_interface.h index 4128c6d26..e112c7210 100644 --- a/src/core/interfaces/configuration_interface.h +++ b/src/core/interfaces/configuration_interface.h @@ -21,8 +21,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CONFIGURATION_INTERFACE_H_ -#define GNSS_SDR_CONFIGURATION_INTERFACE_H_ +#ifndef GNSS_SDR_CONFIGURATION_INTERFACE_H +#define GNSS_SDR_CONFIGURATION_INTERFACE_H #include #include @@ -55,4 +55,4 @@ public: virtual void set_property(std::string property_name, std::string value) = 0; }; -#endif // GNSS_SDR_CONFIGURATION_INTERFACE_H_ +#endif // GNSS_SDR_CONFIGURATION_INTERFACE_H diff --git a/src/core/interfaces/gnss_block_interface.h b/src/core/interfaces/gnss_block_interface.h index b89a5bad6..b0fb83830 100644 --- a/src/core/interfaces/gnss_block_interface.h +++ b/src/core/interfaces/gnss_block_interface.h @@ -23,8 +23,8 @@ */ -#ifndef GNSS_SDR_GNSS_BLOCK_INTERFACE_H_ -#define GNSS_SDR_GNSS_BLOCK_INTERFACE_H_ +#ifndef GNSS_SDR_GNSS_BLOCK_INTERFACE_H +#define GNSS_SDR_GNSS_BLOCK_INTERFACE_H #include #include @@ -70,4 +70,4 @@ public: } }; -#endif // GNSS_SDR_GNSS_BLOCK_INTERFACE_H_ +#endif // GNSS_SDR_GNSS_BLOCK_INTERFACE_H diff --git a/src/core/interfaces/observables_interface.h b/src/core/interfaces/observables_interface.h index c232e6714..0987f1a5c 100644 --- a/src/core/interfaces/observables_interface.h +++ b/src/core/interfaces/observables_interface.h @@ -23,8 +23,8 @@ */ -#ifndef GNSS_SDR_OBSERVABLES_INTERFACE_H_ -#define GNSS_SDR_OBSERVABLES_INTERFACE_H_ +#ifndef GNSS_SDR_OBSERVABLES_INTERFACE_H +#define GNSS_SDR_OBSERVABLES_INTERFACE_H #include "gnss_block_interface.h" @@ -43,4 +43,4 @@ public: virtual void reset() = 0; }; -#endif // GNSS_SDR_OBSERVABLES_INTERFACE_H_ +#endif // GNSS_SDR_OBSERVABLES_INTERFACE_H diff --git a/src/core/interfaces/pvt_interface.h b/src/core/interfaces/pvt_interface.h index f5838c3d6..42383d1fb 100644 --- a/src/core/interfaces/pvt_interface.h +++ b/src/core/interfaces/pvt_interface.h @@ -23,8 +23,8 @@ */ -#ifndef GNSS_SDR_PVT_INTERFACE_H_ -#define GNSS_SDR_PVT_INTERFACE_H_ +#ifndef GNSS_SDR_PVT_INTERFACE_H +#define GNSS_SDR_PVT_INTERFACE_H #include "galileo_almanac.h" #include "galileo_ephemeris.h" @@ -60,4 +60,4 @@ public: time_t* UTC_time) = 0; }; -#endif // GNSS_SDR_PVT_INTERFACE_H_ +#endif // GNSS_SDR_PVT_INTERFACE_H diff --git a/src/core/interfaces/telemetry_decoder_interface.h b/src/core/interfaces/telemetry_decoder_interface.h index afde5553f..9859a528c 100644 --- a/src/core/interfaces/telemetry_decoder_interface.h +++ b/src/core/interfaces/telemetry_decoder_interface.h @@ -23,8 +23,8 @@ */ -#ifndef GNSS_SDR_TELEMETRY_DECODER_INTERFACE_H_ -#define GNSS_SDR_TELEMETRY_DECODER_INTERFACE_H_ +#ifndef GNSS_SDR_TELEMETRY_DECODER_INTERFACE_H +#define GNSS_SDR_TELEMETRY_DECODER_INTERFACE_H #include "gnss_block_interface.h" #include "gnss_satellite.h" @@ -45,4 +45,4 @@ public: virtual void set_channel(int channel) = 0; }; -#endif // GNSS_SDR_TELEMETRY_DECODER_INTERFACE_H_ +#endif // GNSS_SDR_TELEMETRY_DECODER_INTERFACE_H diff --git a/src/core/interfaces/tracking_interface.h b/src/core/interfaces/tracking_interface.h index deeb0b480..9c0398611 100644 --- a/src/core/interfaces/tracking_interface.h +++ b/src/core/interfaces/tracking_interface.h @@ -23,8 +23,8 @@ */ -#ifndef GNSS_SDR_TRACKING_INTERFACE_H_ -#define GNSS_SDR_TRACKING_INTERFACE_H_ +#ifndef GNSS_SDR_TRACKING_INTERFACE_H +#define GNSS_SDR_TRACKING_INTERFACE_H #include "gnss_block_interface.h" #include "gnss_synchro.h" @@ -50,4 +50,4 @@ public: virtual void set_channel(unsigned int channel) = 0; }; -#endif // GNSS_SDR_TRACKING_INTERFACE_H_ +#endif // GNSS_SDR_TRACKING_INTERFACE_H diff --git a/src/core/libs/INIReader.h b/src/core/libs/INIReader.h index 00b6c0448..4dcfc223a 100644 --- a/src/core/libs/INIReader.h +++ b/src/core/libs/INIReader.h @@ -25,8 +25,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_INIREADER_H_ -#define GNSS_SDR_INIREADER_H_ +#ifndef GNSS_SDR_INIREADER_H +#define GNSS_SDR_INIREADER_H #include #include @@ -60,4 +60,4 @@ private: const char* value); }; -#endif // GNSS_SDR_INIREADER_H_ +#endif // GNSS_SDR_INIREADER_H diff --git a/src/core/libs/channel_event.h b/src/core/libs/channel_event.h index f5d81bc44..51313799f 100644 --- a/src/core/libs/channel_event.h +++ b/src/core/libs/channel_event.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CHANNEL_EVENT_H_ -#define GNSS_SDR_CHANNEL_EVENT_H_ +#ifndef GNSS_SDR_CHANNEL_EVENT_H +#define GNSS_SDR_CHANNEL_EVENT_H #include @@ -39,4 +39,4 @@ private: Channel_Event(int channel_id_, int event_type_); }; -#endif // GNSS_SDR_CHANNEL_EVENT_H_ +#endif // GNSS_SDR_CHANNEL_EVENT_H diff --git a/src/core/libs/channel_status_msg_receiver.h b/src/core/libs/channel_status_msg_receiver.h index 6618be64c..b3c096e62 100644 --- a/src/core/libs/channel_status_msg_receiver.h +++ b/src/core/libs/channel_status_msg_receiver.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CHANNEL_STATUS_MSG_RECEIVER_CC_H_ -#define GNSS_SDR_CHANNEL_STATUS_MSG_RECEIVER_CC_H_ +#ifndef GNSS_SDR_CHANNEL_STATUS_MSG_RECEIVER_CC_H +#define GNSS_SDR_CHANNEL_STATUS_MSG_RECEIVER_CC_H #include "gnss_synchro.h" #include "monitor_pvt.h" @@ -59,4 +59,4 @@ private: void msg_handler_events(const pmt::pmt_t& msg); }; -#endif // GNSS_SDR_CHANNEL_STATUS_MSG_RECEIVER_CC_H_ +#endif // GNSS_SDR_CHANNEL_STATUS_MSG_RECEIVER_CC_H diff --git a/src/core/libs/command_event.h b/src/core/libs/command_event.h index b2179f968..c4896d695 100644 --- a/src/core/libs/command_event.h +++ b/src/core/libs/command_event.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_COMMAND_EVENT_H_ -#define GNSS_SDR_COMMAND_EVENT_H_ +#ifndef GNSS_SDR_COMMAND_EVENT_H +#define GNSS_SDR_COMMAND_EVENT_H #include @@ -39,4 +39,4 @@ private: Command_Event(int command_id_, int event_type_); }; -#endif // GNSS_SDR_COMMAND_EVENT_H_ +#endif // GNSS_SDR_COMMAND_EVENT_H diff --git a/src/core/libs/gnss_sdr_fpga_sample_counter.h b/src/core/libs/gnss_sdr_fpga_sample_counter.h index 478877e3a..d48ca0472 100644 --- a/src/core/libs/gnss_sdr_fpga_sample_counter.h +++ b/src/core/libs/gnss_sdr_fpga_sample_counter.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GNSS_SDR_FPGA_SAMPLE_COUNTER_H_ -#define GNSS_SDR_GNSS_SDR_FPGA_SAMPLE_COUNTER_H_ +#ifndef GNSS_SDR_GNSS_SDR_FPGA_SAMPLE_COUNTER_H +#define GNSS_SDR_GNSS_SDR_FPGA_SAMPLE_COUNTER_H #include #include @@ -81,4 +81,4 @@ private: bool is_open; }; -#endif // GNSS_SDR_GNSS_SDR_FPGA_SAMPLE_COUNTER_H_ +#endif // GNSS_SDR_GNSS_SDR_FPGA_SAMPLE_COUNTER_H diff --git a/src/core/libs/gnss_sdr_sample_counter.h b/src/core/libs/gnss_sdr_sample_counter.h index e3bcc8c6e..ae879837c 100644 --- a/src/core/libs/gnss_sdr_sample_counter.h +++ b/src/core/libs/gnss_sdr_sample_counter.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GNSS_SDR_SAMPLE_COUNTER_H_ -#define GNSS_SDR_GNSS_SDR_SAMPLE_COUNTER_H_ +#ifndef GNSS_SDR_GNSS_SDR_SAMPLE_COUNTER_H +#define GNSS_SDR_GNSS_SDR_SAMPLE_COUNTER_H #include #include @@ -71,4 +71,4 @@ private: bool flag_enable_send_msg; }; -#endif // GNSS_SDR_GNSS_SDR_SAMPLE_COUNTER_H_ +#endif // GNSS_SDR_GNSS_SDR_SAMPLE_COUNTER_H diff --git a/src/core/libs/gnss_sdr_supl_client.h b/src/core/libs/gnss_sdr_supl_client.h index 63f457586..2dd70b054 100644 --- a/src/core/libs/gnss_sdr_supl_client.h +++ b/src/core/libs/gnss_sdr_supl_client.h @@ -20,8 +20,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_SUPL_CLIENT_H_ -#define GNSS_SDR_SUPL_CLIENT_H_ +#ifndef GNSS_SDR_SUPL_CLIENT_H +#define GNSS_SDR_SUPL_CLIENT_H extern "C" { @@ -264,4 +264,4 @@ private: bool read_gal_almanac_from_gsa(const std::string& file_name); }; -#endif // GNSS_SDR_SUPL_CLIENT_H_ +#endif // GNSS_SDR_SUPL_CLIENT_H diff --git a/src/core/libs/gnss_sdr_time_counter.h b/src/core/libs/gnss_sdr_time_counter.h index 0ccb4b28b..e5928dcc4 100644 --- a/src/core/libs/gnss_sdr_time_counter.h +++ b/src/core/libs/gnss_sdr_time_counter.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GNSS_SDR_TIME_COUNTER_H_ -#define GNSS_SDR_GNSS_SDR_TIME_COUNTER_H_ +#ifndef GNSS_SDR_GNSS_SDR_TIME_COUNTER_H +#define GNSS_SDR_GNSS_SDR_TIME_COUNTER_H #include #include @@ -55,4 +55,4 @@ private: friend gnss_sdr_time_counter_sptr gnss_sdr_make_time_counter(); }; -#endif // GNSS_SDR_GNSS_SDR_SAMPLE_COUNTER_H_ +#endif // GNSS_SDR_GNSS_SDR_SAMPLE_COUNTER_H diff --git a/src/core/libs/ini.h b/src/core/libs/ini.h index 6ad0150b9..7e7e3fe5c 100644 --- a/src/core/libs/ini.h +++ b/src/core/libs/ini.h @@ -33,8 +33,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_INI_H_ -#define GNSS_SDR_INI_H_ +#ifndef GNSS_SDR_INI_H +#define GNSS_SDR_INI_H /* Parse given INI-style file. May have [section]s, name=value pains @@ -61,4 +61,4 @@ int ini_parse(const char* filename, #endif -#endif // GNSS_SDR_INI_H_ +#endif // GNSS_SDR_INI_H diff --git a/src/core/libs/string_converter.h b/src/core/libs/string_converter.h index 15fa96bc8..149239999 100644 --- a/src/core/libs/string_converter.h +++ b/src/core/libs/string_converter.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_STRING_CONVERTER_H_ -#define GNSS_SDR_STRING_CONVERTER_H_ +#ifndef GNSS_SDR_STRING_CONVERTER_H +#define GNSS_SDR_STRING_CONVERTER_H #include #include @@ -46,4 +46,4 @@ public: double convert(const std::string& value, double default_value); }; -#endif // GNSS_SDR_STRING_CONVERTER_H_ +#endif // GNSS_SDR_STRING_CONVERTER_H diff --git a/src/core/libs/supl/asn-rrlp/Accuracy.h b/src/core/libs/supl/asn-rrlp/Accuracy.h index 811f5b690..2feb70cc5 100644 --- a/src/core/libs/supl/asn-rrlp/Accuracy.h +++ b/src/core/libs/supl/asn-rrlp/Accuracy.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Accuracy_H_ -#define _Accuracy_H_ +#ifndef _Accuracy_H +#define _Accuracy_H #include diff --git a/src/core/libs/supl/asn-rrlp/AccuracyOpt.h b/src/core/libs/supl/asn-rrlp/AccuracyOpt.h index 428543f0d..59f676cdf 100644 --- a/src/core/libs/supl/asn-rrlp/AccuracyOpt.h +++ b/src/core/libs/supl/asn-rrlp/AccuracyOpt.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _AccuracyOpt_H_ -#define _AccuracyOpt_H_ +#ifndef _AccuracyOpt_H +#define _AccuracyOpt_H #include diff --git a/src/core/libs/supl/asn-rrlp/AcquisAssist.h b/src/core/libs/supl/asn-rrlp/AcquisAssist.h index a441b4ab0..5d3cf8c97 100644 --- a/src/core/libs/supl/asn-rrlp/AcquisAssist.h +++ b/src/core/libs/supl/asn-rrlp/AcquisAssist.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _AcquisAssist_H_ -#define _AcquisAssist_H_ +#ifndef _AcquisAssist_H +#define _AcquisAssist_H #include diff --git a/src/core/libs/supl/asn-rrlp/AcquisElement.h b/src/core/libs/supl/asn-rrlp/AcquisElement.h index 2da8449ee..12ba91cf6 100644 --- a/src/core/libs/supl/asn-rrlp/AcquisElement.h +++ b/src/core/libs/supl/asn-rrlp/AcquisElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _AcquisElement_H_ -#define _AcquisElement_H_ +#ifndef _AcquisElement_H +#define _AcquisElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/AddionalAngleFields.h b/src/core/libs/supl/asn-rrlp/AddionalAngleFields.h index 87fa2c4d6..b774707bb 100644 --- a/src/core/libs/supl/asn-rrlp/AddionalAngleFields.h +++ b/src/core/libs/supl/asn-rrlp/AddionalAngleFields.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _AddionalAngleFields_H_ -#define _AddionalAngleFields_H_ +#ifndef _AddionalAngleFields_H +#define _AddionalAngleFields_H #include diff --git a/src/core/libs/supl/asn-rrlp/AddionalDopplerFields.h b/src/core/libs/supl/asn-rrlp/AddionalDopplerFields.h index 879514e8f..c71a24923 100644 --- a/src/core/libs/supl/asn-rrlp/AddionalDopplerFields.h +++ b/src/core/libs/supl/asn-rrlp/AddionalDopplerFields.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _AddionalDopplerFields_H_ -#define _AddionalDopplerFields_H_ +#ifndef _AddionalDopplerFields_H +#define _AddionalDopplerFields_H #include diff --git a/src/core/libs/supl/asn-rrlp/AdditionalAssistanceData.h b/src/core/libs/supl/asn-rrlp/AdditionalAssistanceData.h index c7c1bdcf9..62e0bd051 100644 --- a/src/core/libs/supl/asn-rrlp/AdditionalAssistanceData.h +++ b/src/core/libs/supl/asn-rrlp/AdditionalAssistanceData.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _AdditionalAssistanceData_H_ -#define _AdditionalAssistanceData_H_ +#ifndef _AdditionalAssistanceData_H +#define _AdditionalAssistanceData_H #include diff --git a/src/core/libs/supl/asn-rrlp/AdditionalDopplerFields.h b/src/core/libs/supl/asn-rrlp/AdditionalDopplerFields.h index a60fbed1b..4bc0bafd8 100644 --- a/src/core/libs/supl/asn-rrlp/AdditionalDopplerFields.h +++ b/src/core/libs/supl/asn-rrlp/AdditionalDopplerFields.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _AdditionalDopplerFields_H_ -#define _AdditionalDopplerFields_H_ +#ifndef _AdditionalDopplerFields_H +#define _AdditionalDopplerFields_H #include diff --git a/src/core/libs/supl/asn-rrlp/AlertFlag.h b/src/core/libs/supl/asn-rrlp/AlertFlag.h index dd1745781..d98aba59d 100644 --- a/src/core/libs/supl/asn-rrlp/AlertFlag.h +++ b/src/core/libs/supl/asn-rrlp/AlertFlag.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _AlertFlag_H_ -#define _AlertFlag_H_ +#ifndef _AlertFlag_H +#define _AlertFlag_H #include diff --git a/src/core/libs/supl/asn-rrlp/Almanac-KeplerianSet.h b/src/core/libs/supl/asn-rrlp/Almanac-KeplerianSet.h index 5fe4ba3c7..3d4bd2568 100644 --- a/src/core/libs/supl/asn-rrlp/Almanac-KeplerianSet.h +++ b/src/core/libs/supl/asn-rrlp/Almanac-KeplerianSet.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Almanac_KeplerianSet_H_ -#define _Almanac_KeplerianSet_H_ +#ifndef _Almanac_KeplerianSet_H +#define _Almanac_KeplerianSet_H #include diff --git a/src/core/libs/supl/asn-rrlp/Almanac.h b/src/core/libs/supl/asn-rrlp/Almanac.h index 130b9d1e2..38156543f 100644 --- a/src/core/libs/supl/asn-rrlp/Almanac.h +++ b/src/core/libs/supl/asn-rrlp/Almanac.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Almanac_H_ -#define _Almanac_H_ +#ifndef _Almanac_H +#define _Almanac_H #include diff --git a/src/core/libs/supl/asn-rrlp/AlmanacElement.h b/src/core/libs/supl/asn-rrlp/AlmanacElement.h index e88257f0d..1f1705d80 100644 --- a/src/core/libs/supl/asn-rrlp/AlmanacElement.h +++ b/src/core/libs/supl/asn-rrlp/AlmanacElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _AlmanacElement_H_ -#define _AlmanacElement_H_ +#ifndef _AlmanacElement_H +#define _AlmanacElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/AntiSpoofFlag.h b/src/core/libs/supl/asn-rrlp/AntiSpoofFlag.h index 5473f50a0..36e6683ac 100644 --- a/src/core/libs/supl/asn-rrlp/AntiSpoofFlag.h +++ b/src/core/libs/supl/asn-rrlp/AntiSpoofFlag.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _AntiSpoofFlag_H_ -#define _AntiSpoofFlag_H_ +#ifndef _AntiSpoofFlag_H +#define _AntiSpoofFlag_H #include diff --git a/src/core/libs/supl/asn-rrlp/AssistBTSData-R98-ExpOTD.h b/src/core/libs/supl/asn-rrlp/AssistBTSData-R98-ExpOTD.h index 3665ab61d..c579f8106 100644 --- a/src/core/libs/supl/asn-rrlp/AssistBTSData-R98-ExpOTD.h +++ b/src/core/libs/supl/asn-rrlp/AssistBTSData-R98-ExpOTD.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _AssistBTSData_R98_ExpOTD_H_ -#define _AssistBTSData_R98_ExpOTD_H_ +#ifndef _AssistBTSData_R98_ExpOTD_H +#define _AssistBTSData_R98_ExpOTD_H #include diff --git a/src/core/libs/supl/asn-rrlp/AssistBTSData.h b/src/core/libs/supl/asn-rrlp/AssistBTSData.h index cac2c5666..fd89464a7 100644 --- a/src/core/libs/supl/asn-rrlp/AssistBTSData.h +++ b/src/core/libs/supl/asn-rrlp/AssistBTSData.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _AssistBTSData_H_ -#define _AssistBTSData_H_ +#ifndef _AssistBTSData_H +#define _AssistBTSData_H #include diff --git a/src/core/libs/supl/asn-rrlp/AssistanceData.h b/src/core/libs/supl/asn-rrlp/AssistanceData.h index 52fc4c5f9..a2b8c6bbe 100644 --- a/src/core/libs/supl/asn-rrlp/AssistanceData.h +++ b/src/core/libs/supl/asn-rrlp/AssistanceData.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _AssistanceData_H_ -#define _AssistanceData_H_ +#ifndef _AssistanceData_H +#define _AssistanceData_H #include diff --git a/src/core/libs/supl/asn-rrlp/BCCHCarrier.h b/src/core/libs/supl/asn-rrlp/BCCHCarrier.h index 7507f8eb1..520f723e5 100644 --- a/src/core/libs/supl/asn-rrlp/BCCHCarrier.h +++ b/src/core/libs/supl/asn-rrlp/BCCHCarrier.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _BCCHCarrier_H_ -#define _BCCHCarrier_H_ +#ifndef _BCCHCarrier_H +#define _BCCHCarrier_H #include diff --git a/src/core/libs/supl/asn-rrlp/BIT_STRING.h b/src/core/libs/supl/asn-rrlp/BIT_STRING.h index 48b0e23c1..92f59d60f 100644 --- a/src/core/libs/supl/asn-rrlp/BIT_STRING.h +++ b/src/core/libs/supl/asn-rrlp/BIT_STRING.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _BIT_STRING_H_ -#define _BIT_STRING_H_ +#ifndef _BIT_STRING_H +#define _BIT_STRING_H #include /* Some help from OCTET STRING */ diff --git a/src/core/libs/supl/asn-rrlp/BOOLEAN.h b/src/core/libs/supl/asn-rrlp/BOOLEAN.h index 29ba4195e..e460bb0d3 100644 --- a/src/core/libs/supl/asn-rrlp/BOOLEAN.h +++ b/src/core/libs/supl/asn-rrlp/BOOLEAN.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _BOOLEAN_H_ -#define _BOOLEAN_H_ +#ifndef _BOOLEAN_H +#define _BOOLEAN_H #include diff --git a/src/core/libs/supl/asn-rrlp/BSIC.h b/src/core/libs/supl/asn-rrlp/BSIC.h index 7ad660720..c7b5aadaa 100644 --- a/src/core/libs/supl/asn-rrlp/BSIC.h +++ b/src/core/libs/supl/asn-rrlp/BSIC.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _BSIC_H_ -#define _BSIC_H_ +#ifndef _BSIC_H +#define _BSIC_H #include diff --git a/src/core/libs/supl/asn-rrlp/BSICAndCarrier.h b/src/core/libs/supl/asn-rrlp/BSICAndCarrier.h index 242578f53..f056e2fcb 100644 --- a/src/core/libs/supl/asn-rrlp/BSICAndCarrier.h +++ b/src/core/libs/supl/asn-rrlp/BSICAndCarrier.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _BSICAndCarrier_H_ -#define _BSICAndCarrier_H_ +#ifndef _BSICAndCarrier_H +#define _BSICAndCarrier_H #include diff --git a/src/core/libs/supl/asn-rrlp/BTSPosition.h b/src/core/libs/supl/asn-rrlp/BTSPosition.h index fb0f5eb75..bf1e27b25 100644 --- a/src/core/libs/supl/asn-rrlp/BTSPosition.h +++ b/src/core/libs/supl/asn-rrlp/BTSPosition.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _BTSPosition_H_ -#define _BTSPosition_H_ +#ifndef _BTSPosition_H +#define _BTSPosition_H #include diff --git a/src/core/libs/supl/asn-rrlp/BadSignalElement.h b/src/core/libs/supl/asn-rrlp/BadSignalElement.h index 52565acba..f4527c243 100644 --- a/src/core/libs/supl/asn-rrlp/BadSignalElement.h +++ b/src/core/libs/supl/asn-rrlp/BadSignalElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _BadSignalElement_H_ -#define _BadSignalElement_H_ +#ifndef _BadSignalElement_H +#define _BadSignalElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/BitNumber.h b/src/core/libs/supl/asn-rrlp/BitNumber.h index 5bfd4a7ab..497e6d374 100644 --- a/src/core/libs/supl/asn-rrlp/BitNumber.h +++ b/src/core/libs/supl/asn-rrlp/BitNumber.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _BitNumber_H_ -#define _BitNumber_H_ +#ifndef _BitNumber_H +#define _BitNumber_H #include diff --git a/src/core/libs/supl/asn-rrlp/CalcAssistanceBTS.h b/src/core/libs/supl/asn-rrlp/CalcAssistanceBTS.h index 79a47c2a4..c9fdc1104 100644 --- a/src/core/libs/supl/asn-rrlp/CalcAssistanceBTS.h +++ b/src/core/libs/supl/asn-rrlp/CalcAssistanceBTS.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _CalcAssistanceBTS_H_ -#define _CalcAssistanceBTS_H_ +#ifndef _CalcAssistanceBTS_H +#define _CalcAssistanceBTS_H #include diff --git a/src/core/libs/supl/asn-rrlp/CellID.h b/src/core/libs/supl/asn-rrlp/CellID.h index a5df0a119..662687b6e 100644 --- a/src/core/libs/supl/asn-rrlp/CellID.h +++ b/src/core/libs/supl/asn-rrlp/CellID.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _CellID_H_ -#define _CellID_H_ +#ifndef _CellID_H +#define _CellID_H #include diff --git a/src/core/libs/supl/asn-rrlp/CellIDAndLAC.h b/src/core/libs/supl/asn-rrlp/CellIDAndLAC.h index 96ae46465..29ddec56c 100644 --- a/src/core/libs/supl/asn-rrlp/CellIDAndLAC.h +++ b/src/core/libs/supl/asn-rrlp/CellIDAndLAC.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _CellIDAndLAC_H_ -#define _CellIDAndLAC_H_ +#ifndef _CellIDAndLAC_H +#define _CellIDAndLAC_H #include diff --git a/src/core/libs/supl/asn-rrlp/ControlHeader.h b/src/core/libs/supl/asn-rrlp/ControlHeader.h index 42671c7a6..943eb54d8 100644 --- a/src/core/libs/supl/asn-rrlp/ControlHeader.h +++ b/src/core/libs/supl/asn-rrlp/ControlHeader.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _ControlHeader_H_ -#define _ControlHeader_H_ +#ifndef _ControlHeader_H +#define _ControlHeader_H #include diff --git a/src/core/libs/supl/asn-rrlp/DGANSSSgnElement.h b/src/core/libs/supl/asn-rrlp/DGANSSSgnElement.h index 3e161dcda..90a0f1586 100644 --- a/src/core/libs/supl/asn-rrlp/DGANSSSgnElement.h +++ b/src/core/libs/supl/asn-rrlp/DGANSSSgnElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _DGANSSSgnElement_H_ -#define _DGANSSSgnElement_H_ +#ifndef _DGANSSSgnElement_H +#define _DGANSSSgnElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/DGPSCorrections.h b/src/core/libs/supl/asn-rrlp/DGPSCorrections.h index 1e2d0d478..e886578e4 100644 --- a/src/core/libs/supl/asn-rrlp/DGPSCorrections.h +++ b/src/core/libs/supl/asn-rrlp/DGPSCorrections.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _DGPSCorrections_H_ -#define _DGPSCorrections_H_ +#ifndef _DGPSCorrections_H +#define _DGPSCorrections_H #include diff --git a/src/core/libs/supl/asn-rrlp/ENUMERATED.h b/src/core/libs/supl/asn-rrlp/ENUMERATED.h index f5b7e11cc..7cad5f906 100644 --- a/src/core/libs/supl/asn-rrlp/ENUMERATED.h +++ b/src/core/libs/supl/asn-rrlp/ENUMERATED.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _ENUMERATED_H_ -#define _ENUMERATED_H_ +#ifndef _ENUMERATED_H +#define _ENUMERATED_H #include diff --git a/src/core/libs/supl/asn-rrlp/EOTDQuality.h b/src/core/libs/supl/asn-rrlp/EOTDQuality.h index 69a967d3b..2506b25ef 100644 --- a/src/core/libs/supl/asn-rrlp/EOTDQuality.h +++ b/src/core/libs/supl/asn-rrlp/EOTDQuality.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _EOTDQuality_H_ -#define _EOTDQuality_H_ +#ifndef _EOTDQuality_H +#define _EOTDQuality_H #include diff --git a/src/core/libs/supl/asn-rrlp/EnvironmentCharacter.h b/src/core/libs/supl/asn-rrlp/EnvironmentCharacter.h index c9a9d66c6..94aecea64 100644 --- a/src/core/libs/supl/asn-rrlp/EnvironmentCharacter.h +++ b/src/core/libs/supl/asn-rrlp/EnvironmentCharacter.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _EnvironmentCharacter_H_ -#define _EnvironmentCharacter_H_ +#ifndef _EnvironmentCharacter_H +#define _EnvironmentCharacter_H #include diff --git a/src/core/libs/supl/asn-rrlp/EphemerisSubframe1Reserved.h b/src/core/libs/supl/asn-rrlp/EphemerisSubframe1Reserved.h index caee0eb15..aefd50179 100644 --- a/src/core/libs/supl/asn-rrlp/EphemerisSubframe1Reserved.h +++ b/src/core/libs/supl/asn-rrlp/EphemerisSubframe1Reserved.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _EphemerisSubframe1Reserved_H_ -#define _EphemerisSubframe1Reserved_H_ +#ifndef _EphemerisSubframe1Reserved_H +#define _EphemerisSubframe1Reserved_H #include diff --git a/src/core/libs/supl/asn-rrlp/ErrorCodes.h b/src/core/libs/supl/asn-rrlp/ErrorCodes.h index 053710ce0..90511140a 100644 --- a/src/core/libs/supl/asn-rrlp/ErrorCodes.h +++ b/src/core/libs/supl/asn-rrlp/ErrorCodes.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _ErrorCodes_H_ -#define _ErrorCodes_H_ +#ifndef _ErrorCodes_H +#define _ErrorCodes_H #include diff --git a/src/core/libs/supl/asn-rrlp/ExpOTDUncertainty.h b/src/core/libs/supl/asn-rrlp/ExpOTDUncertainty.h index b83d35307..2b773e6ae 100644 --- a/src/core/libs/supl/asn-rrlp/ExpOTDUncertainty.h +++ b/src/core/libs/supl/asn-rrlp/ExpOTDUncertainty.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _ExpOTDUncertainty_H_ -#define _ExpOTDUncertainty_H_ +#ifndef _ExpOTDUncertainty_H +#define _ExpOTDUncertainty_H #include diff --git a/src/core/libs/supl/asn-rrlp/ExpectedOTD.h b/src/core/libs/supl/asn-rrlp/ExpectedOTD.h index 57488de9a..c8e4d0c40 100644 --- a/src/core/libs/supl/asn-rrlp/ExpectedOTD.h +++ b/src/core/libs/supl/asn-rrlp/ExpectedOTD.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _ExpectedOTD_H_ -#define _ExpectedOTD_H_ +#ifndef _ExpectedOTD_H +#define _ExpectedOTD_H #include diff --git a/src/core/libs/supl/asn-rrlp/Ext-GeographicalInformation.h b/src/core/libs/supl/asn-rrlp/Ext-GeographicalInformation.h index 75fa8df1d..1c6f33232 100644 --- a/src/core/libs/supl/asn-rrlp/Ext-GeographicalInformation.h +++ b/src/core/libs/supl/asn-rrlp/Ext-GeographicalInformation.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Ext_GeographicalInformation_H_ -#define _Ext_GeographicalInformation_H_ +#ifndef _Ext_GeographicalInformation_H +#define _Ext_GeographicalInformation_H #include diff --git a/src/core/libs/supl/asn-rrlp/Extended-reference.h b/src/core/libs/supl/asn-rrlp/Extended-reference.h index afdcb6322..dba332292 100644 --- a/src/core/libs/supl/asn-rrlp/Extended-reference.h +++ b/src/core/libs/supl/asn-rrlp/Extended-reference.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Extended_reference_H_ -#define _Extended_reference_H_ +#ifndef _Extended_reference_H +#define _Extended_reference_H #include diff --git a/src/core/libs/supl/asn-rrlp/ExtensionContainer.h b/src/core/libs/supl/asn-rrlp/ExtensionContainer.h index 39bcc0f5e..76b8b208f 100644 --- a/src/core/libs/supl/asn-rrlp/ExtensionContainer.h +++ b/src/core/libs/supl/asn-rrlp/ExtensionContainer.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _ExtensionContainer_H_ -#define _ExtensionContainer_H_ +#ifndef _ExtensionContainer_H +#define _ExtensionContainer_H #include diff --git a/src/core/libs/supl/asn-rrlp/FineRTD.h b/src/core/libs/supl/asn-rrlp/FineRTD.h index 617fda317..ae4895564 100644 --- a/src/core/libs/supl/asn-rrlp/FineRTD.h +++ b/src/core/libs/supl/asn-rrlp/FineRTD.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _FineRTD_H_ -#define _FineRTD_H_ +#ifndef _FineRTD_H +#define _FineRTD_H #include diff --git a/src/core/libs/supl/asn-rrlp/FixType.h b/src/core/libs/supl/asn-rrlp/FixType.h index 4e05e377e..5481a03c8 100644 --- a/src/core/libs/supl/asn-rrlp/FixType.h +++ b/src/core/libs/supl/asn-rrlp/FixType.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _FixType_H_ -#define _FixType_H_ +#ifndef _FixType_H +#define _FixType_H #include diff --git a/src/core/libs/supl/asn-rrlp/FrameDrift.h b/src/core/libs/supl/asn-rrlp/FrameDrift.h index e3d54f354..3875bc38e 100644 --- a/src/core/libs/supl/asn-rrlp/FrameDrift.h +++ b/src/core/libs/supl/asn-rrlp/FrameDrift.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _FrameDrift_H_ -#define _FrameDrift_H_ +#ifndef _FrameDrift_H +#define _FrameDrift_H #include diff --git a/src/core/libs/supl/asn-rrlp/FrameNumber.h b/src/core/libs/supl/asn-rrlp/FrameNumber.h index 80e6c14ce..6e6d7a0e4 100644 --- a/src/core/libs/supl/asn-rrlp/FrameNumber.h +++ b/src/core/libs/supl/asn-rrlp/FrameNumber.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _FrameNumber_H_ -#define _FrameNumber_H_ +#ifndef _FrameNumber_H +#define _FrameNumber_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSS-AssistData.h b/src/core/libs/supl/asn-rrlp/GANSS-AssistData.h index 8d5a02c89..a75e2249a 100644 --- a/src/core/libs/supl/asn-rrlp/GANSS-AssistData.h +++ b/src/core/libs/supl/asn-rrlp/GANSS-AssistData.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSS_AssistData_H_ -#define _GANSS_AssistData_H_ +#ifndef _GANSS_AssistData_H +#define _GANSS_AssistData_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSS-ControlHeader.h b/src/core/libs/supl/asn-rrlp/GANSS-ControlHeader.h index 21de69b73..98231387f 100644 --- a/src/core/libs/supl/asn-rrlp/GANSS-ControlHeader.h +++ b/src/core/libs/supl/asn-rrlp/GANSS-ControlHeader.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSS_ControlHeader_H_ -#define _GANSS_ControlHeader_H_ +#ifndef _GANSS_ControlHeader_H +#define _GANSS_ControlHeader_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSS-MsrSetElement.h b/src/core/libs/supl/asn-rrlp/GANSS-MsrSetElement.h index b976224b1..1f0941217 100644 --- a/src/core/libs/supl/asn-rrlp/GANSS-MsrSetElement.h +++ b/src/core/libs/supl/asn-rrlp/GANSS-MsrSetElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSS_MsrSetElement_H_ -#define _GANSS_MsrSetElement_H_ +#ifndef _GANSS_MsrSetElement_H +#define _GANSS_MsrSetElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSS-SgnElement.h b/src/core/libs/supl/asn-rrlp/GANSS-SgnElement.h index cb5c97df4..353183815 100644 --- a/src/core/libs/supl/asn-rrlp/GANSS-SgnElement.h +++ b/src/core/libs/supl/asn-rrlp/GANSS-SgnElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSS_SgnElement_H_ -#define _GANSS_SgnElement_H_ +#ifndef _GANSS_SgnElement_H +#define _GANSS_SgnElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSS-SgnTypeElement.h b/src/core/libs/supl/asn-rrlp/GANSS-SgnTypeElement.h index ebd2fa2d8..7e9b7e63f 100644 --- a/src/core/libs/supl/asn-rrlp/GANSS-SgnTypeElement.h +++ b/src/core/libs/supl/asn-rrlp/GANSS-SgnTypeElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSS_SgnTypeElement_H_ -#define _GANSS_SgnTypeElement_H_ +#ifndef _GANSS_SgnTypeElement_H +#define _GANSS_SgnTypeElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSAlmanacElement.h b/src/core/libs/supl/asn-rrlp/GANSSAlmanacElement.h index a6523081b..e5081c84d 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSAlmanacElement.h +++ b/src/core/libs/supl/asn-rrlp/GANSSAlmanacElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSAlmanacElement_H_ -#define _GANSSAlmanacElement_H_ +#ifndef _GANSSAlmanacElement_H +#define _GANSSAlmanacElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSAlmanacModel.h b/src/core/libs/supl/asn-rrlp/GANSSAlmanacModel.h index 775fbcaa0..a83fa05aa 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSAlmanacModel.h +++ b/src/core/libs/supl/asn-rrlp/GANSSAlmanacModel.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSAlmanacModel_H_ -#define _GANSSAlmanacModel_H_ +#ifndef _GANSSAlmanacModel_H +#define _GANSSAlmanacModel_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSAssistanceData.h b/src/core/libs/supl/asn-rrlp/GANSSAssistanceData.h index fca8e74d9..7f3542d21 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSAssistanceData.h +++ b/src/core/libs/supl/asn-rrlp/GANSSAssistanceData.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSAssistanceData_H_ -#define _GANSSAssistanceData_H_ +#ifndef _GANSSAssistanceData_H +#define _GANSSAssistanceData_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSClockModel.h b/src/core/libs/supl/asn-rrlp/GANSSClockModel.h index 9dc5688d9..0c8687fab 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSClockModel.h +++ b/src/core/libs/supl/asn-rrlp/GANSSClockModel.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSClockModel_H_ -#define _GANSSClockModel_H_ +#ifndef _GANSSClockModel_H +#define _GANSSClockModel_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSCommonAssistData.h b/src/core/libs/supl/asn-rrlp/GANSSCommonAssistData.h index 095d1194f..b6ecf7b01 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSCommonAssistData.h +++ b/src/core/libs/supl/asn-rrlp/GANSSCommonAssistData.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSCommonAssistData_H_ -#define _GANSSCommonAssistData_H_ +#ifndef _GANSSCommonAssistData_H +#define _GANSSCommonAssistData_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSDataBit.h b/src/core/libs/supl/asn-rrlp/GANSSDataBit.h index f83d05f33..022f2210b 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSDataBit.h +++ b/src/core/libs/supl/asn-rrlp/GANSSDataBit.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSDataBit_H_ -#define _GANSSDataBit_H_ +#ifndef _GANSSDataBit_H +#define _GANSSDataBit_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSDataBitAssist.h b/src/core/libs/supl/asn-rrlp/GANSSDataBitAssist.h index 5d84ac87e..466741c56 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSDataBitAssist.h +++ b/src/core/libs/supl/asn-rrlp/GANSSDataBitAssist.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSDataBitAssist_H_ -#define _GANSSDataBitAssist_H_ +#ifndef _GANSSDataBitAssist_H +#define _GANSSDataBitAssist_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSDiffCorrections.h b/src/core/libs/supl/asn-rrlp/GANSSDiffCorrections.h index 5569d318f..954df1b83 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSDiffCorrections.h +++ b/src/core/libs/supl/asn-rrlp/GANSSDiffCorrections.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSDiffCorrections_H_ -#define _GANSSDiffCorrections_H_ +#ifndef _GANSSDiffCorrections_H +#define _GANSSDiffCorrections_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSGenericAssistDataElement.h b/src/core/libs/supl/asn-rrlp/GANSSGenericAssistDataElement.h index 1d04a58b8..0c9579203 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSGenericAssistDataElement.h +++ b/src/core/libs/supl/asn-rrlp/GANSSGenericAssistDataElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSGenericAssistDataElement_H_ -#define _GANSSGenericAssistDataElement_H_ +#ifndef _GANSSGenericAssistDataElement_H +#define _GANSSGenericAssistDataElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSIonoStormFlags.h b/src/core/libs/supl/asn-rrlp/GANSSIonoStormFlags.h index 8b590d476..b101a62e2 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSIonoStormFlags.h +++ b/src/core/libs/supl/asn-rrlp/GANSSIonoStormFlags.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSIonoStormFlags_H_ -#define _GANSSIonoStormFlags_H_ +#ifndef _GANSSIonoStormFlags_H +#define _GANSSIonoStormFlags_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSIonosphereModel.h b/src/core/libs/supl/asn-rrlp/GANSSIonosphereModel.h index a37ea8c9e..acf8b53b4 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSIonosphereModel.h +++ b/src/core/libs/supl/asn-rrlp/GANSSIonosphereModel.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSIonosphereModel_H_ -#define _GANSSIonosphereModel_H_ +#ifndef _GANSSIonosphereModel_H +#define _GANSSIonosphereModel_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSIonosphericModel.h b/src/core/libs/supl/asn-rrlp/GANSSIonosphericModel.h index f72d2a155..72aa15231 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSIonosphericModel.h +++ b/src/core/libs/supl/asn-rrlp/GANSSIonosphericModel.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSIonosphericModel_H_ -#define _GANSSIonosphericModel_H_ +#ifndef _GANSSIonosphericModel_H +#define _GANSSIonosphericModel_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSLocationInfo.h b/src/core/libs/supl/asn-rrlp/GANSSLocationInfo.h index 8a4e52afe..8fef7b2c5 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSLocationInfo.h +++ b/src/core/libs/supl/asn-rrlp/GANSSLocationInfo.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSLocationInfo_H_ -#define _GANSSLocationInfo_H_ +#ifndef _GANSSLocationInfo_H +#define _GANSSLocationInfo_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSMeasureInfo.h b/src/core/libs/supl/asn-rrlp/GANSSMeasureInfo.h index 2f9563439..a431fba96 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSMeasureInfo.h +++ b/src/core/libs/supl/asn-rrlp/GANSSMeasureInfo.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSMeasureInfo_H_ -#define _GANSSMeasureInfo_H_ +#ifndef _GANSSMeasureInfo_H +#define _GANSSMeasureInfo_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSNavModel.h b/src/core/libs/supl/asn-rrlp/GANSSNavModel.h index f3db4cb4b..892f399f4 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSNavModel.h +++ b/src/core/libs/supl/asn-rrlp/GANSSNavModel.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSNavModel_H_ -#define _GANSSNavModel_H_ +#ifndef _GANSSNavModel_H +#define _GANSSNavModel_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSOrbitModel.h b/src/core/libs/supl/asn-rrlp/GANSSOrbitModel.h index b06cb68ef..4cc01583f 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSOrbitModel.h +++ b/src/core/libs/supl/asn-rrlp/GANSSOrbitModel.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSOrbitModel_H_ -#define _GANSSOrbitModel_H_ +#ifndef _GANSSOrbitModel_H +#define _GANSSOrbitModel_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSPositioningMethod.h b/src/core/libs/supl/asn-rrlp/GANSSPositioningMethod.h index ab16c6838..82321963f 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSPositioningMethod.h +++ b/src/core/libs/supl/asn-rrlp/GANSSPositioningMethod.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSPositioningMethod_H_ -#define _GANSSPositioningMethod_H_ +#ifndef _GANSSPositioningMethod_H +#define _GANSSPositioningMethod_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSRealTimeIntegrity.h b/src/core/libs/supl/asn-rrlp/GANSSRealTimeIntegrity.h index c32cac70c..670f8011e 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSRealTimeIntegrity.h +++ b/src/core/libs/supl/asn-rrlp/GANSSRealTimeIntegrity.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSRealTimeIntegrity_H_ -#define _GANSSRealTimeIntegrity_H_ +#ifndef _GANSSRealTimeIntegrity_H +#define _GANSSRealTimeIntegrity_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSRefLocation.h b/src/core/libs/supl/asn-rrlp/GANSSRefLocation.h index 7d7bb1b0b..6de23e584 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSRefLocation.h +++ b/src/core/libs/supl/asn-rrlp/GANSSRefLocation.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSRefLocation_H_ -#define _GANSSRefLocation_H_ +#ifndef _GANSSRefLocation_H +#define _GANSSRefLocation_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSRefMeasurementAssist.h b/src/core/libs/supl/asn-rrlp/GANSSRefMeasurementAssist.h index 85d31036b..6850e6985 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSRefMeasurementAssist.h +++ b/src/core/libs/supl/asn-rrlp/GANSSRefMeasurementAssist.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSRefMeasurementAssist_H_ -#define _GANSSRefMeasurementAssist_H_ +#ifndef _GANSSRefMeasurementAssist_H +#define _GANSSRefMeasurementAssist_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSRefMeasurementElement.h b/src/core/libs/supl/asn-rrlp/GANSSRefMeasurementElement.h index 91df127a3..b682c73e1 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSRefMeasurementElement.h +++ b/src/core/libs/supl/asn-rrlp/GANSSRefMeasurementElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSRefMeasurementElement_H_ -#define _GANSSRefMeasurementElement_H_ +#ifndef _GANSSRefMeasurementElement_H +#define _GANSSRefMeasurementElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSRefTimeInfo.h b/src/core/libs/supl/asn-rrlp/GANSSRefTimeInfo.h index ddb0eb4a3..c6c95f1af 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSRefTimeInfo.h +++ b/src/core/libs/supl/asn-rrlp/GANSSRefTimeInfo.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSRefTimeInfo_H_ -#define _GANSSRefTimeInfo_H_ +#ifndef _GANSSRefTimeInfo_H +#define _GANSSRefTimeInfo_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSReferenceTime.h b/src/core/libs/supl/asn-rrlp/GANSSReferenceTime.h index 424074472..5ad0eaba8 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSReferenceTime.h +++ b/src/core/libs/supl/asn-rrlp/GANSSReferenceTime.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSReferenceTime_H_ -#define _GANSSReferenceTime_H_ +#ifndef _GANSSReferenceTime_H +#define _GANSSReferenceTime_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSSatelliteElement.h b/src/core/libs/supl/asn-rrlp/GANSSSatelliteElement.h index 256993eb6..8d9ccac3a 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSSatelliteElement.h +++ b/src/core/libs/supl/asn-rrlp/GANSSSatelliteElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSSatelliteElement_H_ -#define _GANSSSatelliteElement_H_ +#ifndef _GANSSSatelliteElement_H +#define _GANSSSatelliteElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSSignalID.h b/src/core/libs/supl/asn-rrlp/GANSSSignalID.h index 9bbe71d55..186724f58 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSSignalID.h +++ b/src/core/libs/supl/asn-rrlp/GANSSSignalID.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSSignalID_H_ -#define _GANSSSignalID_H_ +#ifndef _GANSSSignalID_H +#define _GANSSSignalID_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSTOD-GSMTimeAssociation.h b/src/core/libs/supl/asn-rrlp/GANSSTOD-GSMTimeAssociation.h index 59a0827a1..03bcfec6f 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSTOD-GSMTimeAssociation.h +++ b/src/core/libs/supl/asn-rrlp/GANSSTOD-GSMTimeAssociation.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSTOD_GSMTimeAssociation_H_ -#define _GANSSTOD_GSMTimeAssociation_H_ +#ifndef _GANSSTOD_GSMTimeAssociation_H +#define _GANSSTOD_GSMTimeAssociation_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSTOD.h b/src/core/libs/supl/asn-rrlp/GANSSTOD.h index 3efe535ed..978fef9c4 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSTOD.h +++ b/src/core/libs/supl/asn-rrlp/GANSSTOD.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSTOD_H_ -#define _GANSSTOD_H_ +#ifndef _GANSSTOD_H +#define _GANSSTOD_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSTODUncertainty.h b/src/core/libs/supl/asn-rrlp/GANSSTODUncertainty.h index 80615a611..63fe9e925 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSTODUncertainty.h +++ b/src/core/libs/supl/asn-rrlp/GANSSTODUncertainty.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSTODUncertainty_H_ -#define _GANSSTODUncertainty_H_ +#ifndef _GANSSTODUncertainty_H +#define _GANSSTODUncertainty_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSTODm.h b/src/core/libs/supl/asn-rrlp/GANSSTODm.h index 6a9fd91b3..d652a401b 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSTODm.h +++ b/src/core/libs/supl/asn-rrlp/GANSSTODm.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSTODm_H_ -#define _GANSSTODm_H_ +#ifndef _GANSSTODm_H +#define _GANSSTODm_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSTimeModelElement.h b/src/core/libs/supl/asn-rrlp/GANSSTimeModelElement.h index f6002bd65..6bf74aa4a 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSTimeModelElement.h +++ b/src/core/libs/supl/asn-rrlp/GANSSTimeModelElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSTimeModelElement_H_ -#define _GANSSTimeModelElement_H_ +#ifndef _GANSSTimeModelElement_H +#define _GANSSTimeModelElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/GANSSUTCModel.h b/src/core/libs/supl/asn-rrlp/GANSSUTCModel.h index c375aa90b..f550a8e40 100644 --- a/src/core/libs/supl/asn-rrlp/GANSSUTCModel.h +++ b/src/core/libs/supl/asn-rrlp/GANSSUTCModel.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GANSSUTCModel_H_ -#define _GANSSUTCModel_H_ +#ifndef _GANSSUTCModel_H +#define _GANSSUTCModel_H #include diff --git a/src/core/libs/supl/asn-rrlp/GPS-AssistData.h b/src/core/libs/supl/asn-rrlp/GPS-AssistData.h index 9cf705725..03fbbd8bb 100644 --- a/src/core/libs/supl/asn-rrlp/GPS-AssistData.h +++ b/src/core/libs/supl/asn-rrlp/GPS-AssistData.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GPS_AssistData_H_ -#define _GPS_AssistData_H_ +#ifndef _GPS_AssistData_H +#define _GPS_AssistData_H #include diff --git a/src/core/libs/supl/asn-rrlp/GPS-MeasureInfo.h b/src/core/libs/supl/asn-rrlp/GPS-MeasureInfo.h index 9840bad0d..a3f5e1d29 100644 --- a/src/core/libs/supl/asn-rrlp/GPS-MeasureInfo.h +++ b/src/core/libs/supl/asn-rrlp/GPS-MeasureInfo.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GPS_MeasureInfo_H_ -#define _GPS_MeasureInfo_H_ +#ifndef _GPS_MeasureInfo_H +#define _GPS_MeasureInfo_H #include diff --git a/src/core/libs/supl/asn-rrlp/GPS-MsrElement.h b/src/core/libs/supl/asn-rrlp/GPS-MsrElement.h index e316b3fe5..78d801e53 100644 --- a/src/core/libs/supl/asn-rrlp/GPS-MsrElement.h +++ b/src/core/libs/supl/asn-rrlp/GPS-MsrElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GPS_MsrElement_H_ -#define _GPS_MsrElement_H_ +#ifndef _GPS_MsrElement_H +#define _GPS_MsrElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/GPS-MsrSetElement.h b/src/core/libs/supl/asn-rrlp/GPS-MsrSetElement.h index 7fed12e70..dbfcbbd6b 100644 --- a/src/core/libs/supl/asn-rrlp/GPS-MsrSetElement.h +++ b/src/core/libs/supl/asn-rrlp/GPS-MsrSetElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GPS_MsrSetElement_H_ -#define _GPS_MsrSetElement_H_ +#ifndef _GPS_MsrSetElement_H +#define _GPS_MsrSetElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/GPSAssistanceData.h b/src/core/libs/supl/asn-rrlp/GPSAssistanceData.h index cbaf18e14..8b3bff35c 100644 --- a/src/core/libs/supl/asn-rrlp/GPSAssistanceData.h +++ b/src/core/libs/supl/asn-rrlp/GPSAssistanceData.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GPSAssistanceData_H_ -#define _GPSAssistanceData_H_ +#ifndef _GPSAssistanceData_H +#define _GPSAssistanceData_H #include diff --git a/src/core/libs/supl/asn-rrlp/GPSReferenceTimeUncertainty.h b/src/core/libs/supl/asn-rrlp/GPSReferenceTimeUncertainty.h index da0f15a1b..46e873ffb 100644 --- a/src/core/libs/supl/asn-rrlp/GPSReferenceTimeUncertainty.h +++ b/src/core/libs/supl/asn-rrlp/GPSReferenceTimeUncertainty.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GPSReferenceTimeUncertainty_H_ -#define _GPSReferenceTimeUncertainty_H_ +#ifndef _GPSReferenceTimeUncertainty_H +#define _GPSReferenceTimeUncertainty_H #include diff --git a/src/core/libs/supl/asn-rrlp/GPSTOW23b.h b/src/core/libs/supl/asn-rrlp/GPSTOW23b.h index 430f0f061..bd3eeb841 100644 --- a/src/core/libs/supl/asn-rrlp/GPSTOW23b.h +++ b/src/core/libs/supl/asn-rrlp/GPSTOW23b.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GPSTOW23b_H_ -#define _GPSTOW23b_H_ +#ifndef _GPSTOW23b_H +#define _GPSTOW23b_H #include diff --git a/src/core/libs/supl/asn-rrlp/GPSTOW24b.h b/src/core/libs/supl/asn-rrlp/GPSTOW24b.h index 7b0e5d1e9..631130b1c 100644 --- a/src/core/libs/supl/asn-rrlp/GPSTOW24b.h +++ b/src/core/libs/supl/asn-rrlp/GPSTOW24b.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GPSTOW24b_H_ -#define _GPSTOW24b_H_ +#ifndef _GPSTOW24b_H +#define _GPSTOW24b_H #include diff --git a/src/core/libs/supl/asn-rrlp/GPSTOWAssist.h b/src/core/libs/supl/asn-rrlp/GPSTOWAssist.h index e3a59cf81..c5b01ab0b 100644 --- a/src/core/libs/supl/asn-rrlp/GPSTOWAssist.h +++ b/src/core/libs/supl/asn-rrlp/GPSTOWAssist.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GPSTOWAssist_H_ -#define _GPSTOWAssist_H_ +#ifndef _GPSTOWAssist_H +#define _GPSTOWAssist_H #include diff --git a/src/core/libs/supl/asn-rrlp/GPSTOWAssistElement.h b/src/core/libs/supl/asn-rrlp/GPSTOWAssistElement.h index 42532f7d1..052c130ed 100644 --- a/src/core/libs/supl/asn-rrlp/GPSTOWAssistElement.h +++ b/src/core/libs/supl/asn-rrlp/GPSTOWAssistElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GPSTOWAssistElement_H_ -#define _GPSTOWAssistElement_H_ +#ifndef _GPSTOWAssistElement_H +#define _GPSTOWAssistElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/GPSTime.h b/src/core/libs/supl/asn-rrlp/GPSTime.h index 0125eb533..332efa735 100644 --- a/src/core/libs/supl/asn-rrlp/GPSTime.h +++ b/src/core/libs/supl/asn-rrlp/GPSTime.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GPSTime_H_ -#define _GPSTime_H_ +#ifndef _GPSTime_H +#define _GPSTime_H #include diff --git a/src/core/libs/supl/asn-rrlp/GPSTimeAssistanceMeasurements.h b/src/core/libs/supl/asn-rrlp/GPSTimeAssistanceMeasurements.h index e9ded974d..81389601b 100644 --- a/src/core/libs/supl/asn-rrlp/GPSTimeAssistanceMeasurements.h +++ b/src/core/libs/supl/asn-rrlp/GPSTimeAssistanceMeasurements.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GPSTimeAssistanceMeasurements_H_ -#define _GPSTimeAssistanceMeasurements_H_ +#ifndef _GPSTimeAssistanceMeasurements_H +#define _GPSTimeAssistanceMeasurements_H #include diff --git a/src/core/libs/supl/asn-rrlp/GPSWeek.h b/src/core/libs/supl/asn-rrlp/GPSWeek.h index 8036bb393..c5cbc015a 100644 --- a/src/core/libs/supl/asn-rrlp/GPSWeek.h +++ b/src/core/libs/supl/asn-rrlp/GPSWeek.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GPSWeek_H_ -#define _GPSWeek_H_ +#ifndef _GPSWeek_H +#define _GPSWeek_H #include diff --git a/src/core/libs/supl/asn-rrlp/GSMTime.h b/src/core/libs/supl/asn-rrlp/GSMTime.h index b572610ce..77a928915 100644 --- a/src/core/libs/supl/asn-rrlp/GSMTime.h +++ b/src/core/libs/supl/asn-rrlp/GSMTime.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _GSMTime_H_ -#define _GSMTime_H_ +#ifndef _GSMTime_H +#define _GSMTime_H #include diff --git a/src/core/libs/supl/asn-rrlp/INTEGER.h b/src/core/libs/supl/asn-rrlp/INTEGER.h index 4b6eb4507..039c162c9 100644 --- a/src/core/libs/supl/asn-rrlp/INTEGER.h +++ b/src/core/libs/supl/asn-rrlp/INTEGER.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _INTEGER_H_ -#define _INTEGER_H_ +#ifndef _INTEGER_H +#define _INTEGER_H #include #include diff --git a/src/core/libs/supl/asn-rrlp/IonosphericModel.h b/src/core/libs/supl/asn-rrlp/IonosphericModel.h index dd5fd3978..99f3e9394 100644 --- a/src/core/libs/supl/asn-rrlp/IonosphericModel.h +++ b/src/core/libs/supl/asn-rrlp/IonosphericModel.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _IonosphericModel_H_ -#define _IonosphericModel_H_ +#ifndef _IonosphericModel_H +#define _IonosphericModel_H #include diff --git a/src/core/libs/supl/asn-rrlp/LAC.h b/src/core/libs/supl/asn-rrlp/LAC.h index ab1d6e97a..984bd0239 100644 --- a/src/core/libs/supl/asn-rrlp/LAC.h +++ b/src/core/libs/supl/asn-rrlp/LAC.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _LAC_H_ -#define _LAC_H_ +#ifndef _LAC_H +#define _LAC_H #include diff --git a/src/core/libs/supl/asn-rrlp/LocErrorReason.h b/src/core/libs/supl/asn-rrlp/LocErrorReason.h index 57427745c..b4b940af1 100644 --- a/src/core/libs/supl/asn-rrlp/LocErrorReason.h +++ b/src/core/libs/supl/asn-rrlp/LocErrorReason.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _LocErrorReason_H_ -#define _LocErrorReason_H_ +#ifndef _LocErrorReason_H +#define _LocErrorReason_H #include diff --git a/src/core/libs/supl/asn-rrlp/LocationError.h b/src/core/libs/supl/asn-rrlp/LocationError.h index 2c499b749..b0e568951 100644 --- a/src/core/libs/supl/asn-rrlp/LocationError.h +++ b/src/core/libs/supl/asn-rrlp/LocationError.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _LocationError_H_ -#define _LocationError_H_ +#ifndef _LocationError_H +#define _LocationError_H #include diff --git a/src/core/libs/supl/asn-rrlp/LocationInfo.h b/src/core/libs/supl/asn-rrlp/LocationInfo.h index b5e502c97..46b6ae5f4 100644 --- a/src/core/libs/supl/asn-rrlp/LocationInfo.h +++ b/src/core/libs/supl/asn-rrlp/LocationInfo.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _LocationInfo_H_ -#define _LocationInfo_H_ +#ifndef _LocationInfo_H +#define _LocationInfo_H #include diff --git a/src/core/libs/supl/asn-rrlp/MeasureResponseTime.h b/src/core/libs/supl/asn-rrlp/MeasureResponseTime.h index b5552865f..28aab7d65 100644 --- a/src/core/libs/supl/asn-rrlp/MeasureResponseTime.h +++ b/src/core/libs/supl/asn-rrlp/MeasureResponseTime.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _MeasureResponseTime_H_ -#define _MeasureResponseTime_H_ +#ifndef _MeasureResponseTime_H +#define _MeasureResponseTime_H #include diff --git a/src/core/libs/supl/asn-rrlp/MethodType.h b/src/core/libs/supl/asn-rrlp/MethodType.h index b3e512f17..d2f3a403e 100644 --- a/src/core/libs/supl/asn-rrlp/MethodType.h +++ b/src/core/libs/supl/asn-rrlp/MethodType.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _MethodType_H_ -#define _MethodType_H_ +#ifndef _MethodType_H +#define _MethodType_H #include diff --git a/src/core/libs/supl/asn-rrlp/ModuloTimeSlot.h b/src/core/libs/supl/asn-rrlp/ModuloTimeSlot.h index 4b890b7c6..687412a71 100644 --- a/src/core/libs/supl/asn-rrlp/ModuloTimeSlot.h +++ b/src/core/libs/supl/asn-rrlp/ModuloTimeSlot.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _ModuloTimeSlot_H_ -#define _ModuloTimeSlot_H_ +#ifndef _ModuloTimeSlot_H +#define _ModuloTimeSlot_H #include diff --git a/src/core/libs/supl/asn-rrlp/MoreAssDataToBeSent.h b/src/core/libs/supl/asn-rrlp/MoreAssDataToBeSent.h index c1bd79467..38fe467fa 100644 --- a/src/core/libs/supl/asn-rrlp/MoreAssDataToBeSent.h +++ b/src/core/libs/supl/asn-rrlp/MoreAssDataToBeSent.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _MoreAssDataToBeSent_H_ -#define _MoreAssDataToBeSent_H_ +#ifndef _MoreAssDataToBeSent_H +#define _MoreAssDataToBeSent_H #include diff --git a/src/core/libs/supl/asn-rrlp/MpathIndic.h b/src/core/libs/supl/asn-rrlp/MpathIndic.h index 7f1ebd4f0..96bd93651 100644 --- a/src/core/libs/supl/asn-rrlp/MpathIndic.h +++ b/src/core/libs/supl/asn-rrlp/MpathIndic.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _MpathIndic_H_ -#define _MpathIndic_H_ +#ifndef _MpathIndic_H +#define _MpathIndic_H #include diff --git a/src/core/libs/supl/asn-rrlp/MsrAssistBTS-R98-ExpOTD.h b/src/core/libs/supl/asn-rrlp/MsrAssistBTS-R98-ExpOTD.h index ca66318fc..9a74b30de 100644 --- a/src/core/libs/supl/asn-rrlp/MsrAssistBTS-R98-ExpOTD.h +++ b/src/core/libs/supl/asn-rrlp/MsrAssistBTS-R98-ExpOTD.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _MsrAssistBTS_R98_ExpOTD_H_ -#define _MsrAssistBTS_R98_ExpOTD_H_ +#ifndef _MsrAssistBTS_R98_ExpOTD_H +#define _MsrAssistBTS_R98_ExpOTD_H #include diff --git a/src/core/libs/supl/asn-rrlp/MsrAssistBTS.h b/src/core/libs/supl/asn-rrlp/MsrAssistBTS.h index 8bb42a63d..b92d164c0 100644 --- a/src/core/libs/supl/asn-rrlp/MsrAssistBTS.h +++ b/src/core/libs/supl/asn-rrlp/MsrAssistBTS.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _MsrAssistBTS_H_ -#define _MsrAssistBTS_H_ +#ifndef _MsrAssistBTS_H +#define _MsrAssistBTS_H #include diff --git a/src/core/libs/supl/asn-rrlp/MsrAssistData-R98-ExpOTD.h b/src/core/libs/supl/asn-rrlp/MsrAssistData-R98-ExpOTD.h index d17543fab..b865acc60 100644 --- a/src/core/libs/supl/asn-rrlp/MsrAssistData-R98-ExpOTD.h +++ b/src/core/libs/supl/asn-rrlp/MsrAssistData-R98-ExpOTD.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _MsrAssistData_R98_ExpOTD_H_ -#define _MsrAssistData_R98_ExpOTD_H_ +#ifndef _MsrAssistData_R98_ExpOTD_H +#define _MsrAssistData_R98_ExpOTD_H #include diff --git a/src/core/libs/supl/asn-rrlp/MsrAssistData.h b/src/core/libs/supl/asn-rrlp/MsrAssistData.h index df1b58740..8231e6d12 100644 --- a/src/core/libs/supl/asn-rrlp/MsrAssistData.h +++ b/src/core/libs/supl/asn-rrlp/MsrAssistData.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _MsrAssistData_H_ -#define _MsrAssistData_H_ +#ifndef _MsrAssistData_H +#define _MsrAssistData_H #include diff --git a/src/core/libs/supl/asn-rrlp/MsrPosition-Req.h b/src/core/libs/supl/asn-rrlp/MsrPosition-Req.h index 0bdee7060..d6a678dd4 100644 --- a/src/core/libs/supl/asn-rrlp/MsrPosition-Req.h +++ b/src/core/libs/supl/asn-rrlp/MsrPosition-Req.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _MsrPosition_Req_H_ -#define _MsrPosition_Req_H_ +#ifndef _MsrPosition_Req_H +#define _MsrPosition_Req_H #include diff --git a/src/core/libs/supl/asn-rrlp/MsrPosition-Rsp.h b/src/core/libs/supl/asn-rrlp/MsrPosition-Rsp.h index 050386b19..dfb03105b 100644 --- a/src/core/libs/supl/asn-rrlp/MsrPosition-Rsp.h +++ b/src/core/libs/supl/asn-rrlp/MsrPosition-Rsp.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _MsrPosition_Rsp_H_ -#define _MsrPosition_Rsp_H_ +#ifndef _MsrPosition_Rsp_H +#define _MsrPosition_Rsp_H #include diff --git a/src/core/libs/supl/asn-rrlp/MultiFrameCarrier.h b/src/core/libs/supl/asn-rrlp/MultiFrameCarrier.h index 8f55124c3..2b71b3c90 100644 --- a/src/core/libs/supl/asn-rrlp/MultiFrameCarrier.h +++ b/src/core/libs/supl/asn-rrlp/MultiFrameCarrier.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _MultiFrameCarrier_H_ -#define _MultiFrameCarrier_H_ +#ifndef _MultiFrameCarrier_H +#define _MultiFrameCarrier_H #include diff --git a/src/core/libs/supl/asn-rrlp/MultiFrameOffset.h b/src/core/libs/supl/asn-rrlp/MultiFrameOffset.h index d357ec9cd..2afdd707f 100644 --- a/src/core/libs/supl/asn-rrlp/MultiFrameOffset.h +++ b/src/core/libs/supl/asn-rrlp/MultiFrameOffset.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _MultiFrameOffset_H_ -#define _MultiFrameOffset_H_ +#ifndef _MultiFrameOffset_H +#define _MultiFrameOffset_H #include diff --git a/src/core/libs/supl/asn-rrlp/MultipleSets.h b/src/core/libs/supl/asn-rrlp/MultipleSets.h index 128bf7d8c..334bf598c 100644 --- a/src/core/libs/supl/asn-rrlp/MultipleSets.h +++ b/src/core/libs/supl/asn-rrlp/MultipleSets.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _MultipleSets_H_ -#define _MultipleSets_H_ +#ifndef _MultipleSets_H +#define _MultipleSets_H #include diff --git a/src/core/libs/supl/asn-rrlp/NativeEnumerated.h b/src/core/libs/supl/asn-rrlp/NativeEnumerated.h index 08ed4b343..3810dc5e9 100644 --- a/src/core/libs/supl/asn-rrlp/NativeEnumerated.h +++ b/src/core/libs/supl/asn-rrlp/NativeEnumerated.h @@ -9,8 +9,8 @@ * will do). * This type may be used when integer range is limited by subtype constraints. */ -#ifndef _NativeEnumerated_H_ -#define _NativeEnumerated_H_ +#ifndef _NativeEnumerated_H +#define _NativeEnumerated_H #include diff --git a/src/core/libs/supl/asn-rrlp/NativeInteger.h b/src/core/libs/supl/asn-rrlp/NativeInteger.h index 4f83ee84f..438871f22 100644 --- a/src/core/libs/supl/asn-rrlp/NativeInteger.h +++ b/src/core/libs/supl/asn-rrlp/NativeInteger.h @@ -9,8 +9,8 @@ * will do). * This type may be used when integer range is limited by subtype constraints. */ -#ifndef _NativeInteger_H_ -#define _NativeInteger_H_ +#ifndef _NativeInteger_H +#define _NativeInteger_H #include #include diff --git a/src/core/libs/supl/asn-rrlp/NavModel-KeplerianSet.h b/src/core/libs/supl/asn-rrlp/NavModel-KeplerianSet.h index 224352928..9fe09b58a 100644 --- a/src/core/libs/supl/asn-rrlp/NavModel-KeplerianSet.h +++ b/src/core/libs/supl/asn-rrlp/NavModel-KeplerianSet.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _NavModel_KeplerianSet_H_ -#define _NavModel_KeplerianSet_H_ +#ifndef _NavModel_KeplerianSet_H +#define _NavModel_KeplerianSet_H #include diff --git a/src/core/libs/supl/asn-rrlp/NavModelElement.h b/src/core/libs/supl/asn-rrlp/NavModelElement.h index 0e156aef0..66e31fdc5 100644 --- a/src/core/libs/supl/asn-rrlp/NavModelElement.h +++ b/src/core/libs/supl/asn-rrlp/NavModelElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _NavModelElement_H_ -#define _NavModelElement_H_ +#ifndef _NavModelElement_H +#define _NavModelElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/NavigationModel.h b/src/core/libs/supl/asn-rrlp/NavigationModel.h index 77f342844..867b8cc23 100644 --- a/src/core/libs/supl/asn-rrlp/NavigationModel.h +++ b/src/core/libs/supl/asn-rrlp/NavigationModel.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _NavigationModel_H_ -#define _NavigationModel_H_ +#ifndef _NavigationModel_H +#define _NavigationModel_H #include diff --git a/src/core/libs/supl/asn-rrlp/NeighborIdentity.h b/src/core/libs/supl/asn-rrlp/NeighborIdentity.h index 545873d0a..2bf7d4903 100644 --- a/src/core/libs/supl/asn-rrlp/NeighborIdentity.h +++ b/src/core/libs/supl/asn-rrlp/NeighborIdentity.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _NeighborIdentity_H_ -#define _NeighborIdentity_H_ +#ifndef _NeighborIdentity_H +#define _NeighborIdentity_H #include diff --git a/src/core/libs/supl/asn-rrlp/NumOfMeasurements.h b/src/core/libs/supl/asn-rrlp/NumOfMeasurements.h index fdd849010..13adfff8a 100644 --- a/src/core/libs/supl/asn-rrlp/NumOfMeasurements.h +++ b/src/core/libs/supl/asn-rrlp/NumOfMeasurements.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _NumOfMeasurements_H_ -#define _NumOfMeasurements_H_ +#ifndef _NumOfMeasurements_H +#define _NumOfMeasurements_H #include diff --git a/src/core/libs/supl/asn-rrlp/OCTET_STRING.h b/src/core/libs/supl/asn-rrlp/OCTET_STRING.h index d7b81f74a..f0bddd664 100644 --- a/src/core/libs/supl/asn-rrlp/OCTET_STRING.h +++ b/src/core/libs/supl/asn-rrlp/OCTET_STRING.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _OCTET_STRING_H_ -#define _OCTET_STRING_H_ +#ifndef _OCTET_STRING_H +#define _OCTET_STRING_H #include diff --git a/src/core/libs/supl/asn-rrlp/OTD-FirstSetMsrs.h b/src/core/libs/supl/asn-rrlp/OTD-FirstSetMsrs.h index ae7dfa5da..dd4c98ef5 100644 --- a/src/core/libs/supl/asn-rrlp/OTD-FirstSetMsrs.h +++ b/src/core/libs/supl/asn-rrlp/OTD-FirstSetMsrs.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _OTD_FirstSetMsrs_H_ -#define _OTD_FirstSetMsrs_H_ +#ifndef _OTD_FirstSetMsrs_H +#define _OTD_FirstSetMsrs_H #include diff --git a/src/core/libs/supl/asn-rrlp/OTD-MeasureInfo-5-Ext.h b/src/core/libs/supl/asn-rrlp/OTD-MeasureInfo-5-Ext.h index 6b80e10cb..fab97766d 100644 --- a/src/core/libs/supl/asn-rrlp/OTD-MeasureInfo-5-Ext.h +++ b/src/core/libs/supl/asn-rrlp/OTD-MeasureInfo-5-Ext.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _OTD_MeasureInfo_5_Ext_H_ -#define _OTD_MeasureInfo_5_Ext_H_ +#ifndef _OTD_MeasureInfo_5_Ext_H +#define _OTD_MeasureInfo_5_Ext_H #include diff --git a/src/core/libs/supl/asn-rrlp/OTD-MeasureInfo-R98-Ext.h b/src/core/libs/supl/asn-rrlp/OTD-MeasureInfo-R98-Ext.h index 26d358b69..c37418fc4 100644 --- a/src/core/libs/supl/asn-rrlp/OTD-MeasureInfo-R98-Ext.h +++ b/src/core/libs/supl/asn-rrlp/OTD-MeasureInfo-R98-Ext.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _OTD_MeasureInfo_R98_Ext_H_ -#define _OTD_MeasureInfo_R98_Ext_H_ +#ifndef _OTD_MeasureInfo_R98_Ext_H +#define _OTD_MeasureInfo_R98_Ext_H #include diff --git a/src/core/libs/supl/asn-rrlp/OTD-MeasureInfo.h b/src/core/libs/supl/asn-rrlp/OTD-MeasureInfo.h index 7e1938edd..edede303f 100644 --- a/src/core/libs/supl/asn-rrlp/OTD-MeasureInfo.h +++ b/src/core/libs/supl/asn-rrlp/OTD-MeasureInfo.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _OTD_MeasureInfo_H_ -#define _OTD_MeasureInfo_H_ +#ifndef _OTD_MeasureInfo_H +#define _OTD_MeasureInfo_H #include diff --git a/src/core/libs/supl/asn-rrlp/OTD-Measurement.h b/src/core/libs/supl/asn-rrlp/OTD-Measurement.h index 0cc2685af..bfce1ccbd 100644 --- a/src/core/libs/supl/asn-rrlp/OTD-Measurement.h +++ b/src/core/libs/supl/asn-rrlp/OTD-Measurement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _OTD_Measurement_H_ -#define _OTD_Measurement_H_ +#ifndef _OTD_Measurement_H +#define _OTD_Measurement_H #include diff --git a/src/core/libs/supl/asn-rrlp/OTD-MeasurementWithID.h b/src/core/libs/supl/asn-rrlp/OTD-MeasurementWithID.h index d735f40db..336310fc1 100644 --- a/src/core/libs/supl/asn-rrlp/OTD-MeasurementWithID.h +++ b/src/core/libs/supl/asn-rrlp/OTD-MeasurementWithID.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _OTD_MeasurementWithID_H_ -#define _OTD_MeasurementWithID_H_ +#ifndef _OTD_MeasurementWithID_H +#define _OTD_MeasurementWithID_H #include diff --git a/src/core/libs/supl/asn-rrlp/OTD-MsrElementFirst-R98-Ext.h b/src/core/libs/supl/asn-rrlp/OTD-MsrElementFirst-R98-Ext.h index 483da61f9..8e358e866 100644 --- a/src/core/libs/supl/asn-rrlp/OTD-MsrElementFirst-R98-Ext.h +++ b/src/core/libs/supl/asn-rrlp/OTD-MsrElementFirst-R98-Ext.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _OTD_MsrElementFirst_R98_Ext_H_ -#define _OTD_MsrElementFirst_R98_Ext_H_ +#ifndef _OTD_MsrElementFirst_R98_Ext_H +#define _OTD_MsrElementFirst_R98_Ext_H #include diff --git a/src/core/libs/supl/asn-rrlp/OTD-MsrElementFirst.h b/src/core/libs/supl/asn-rrlp/OTD-MsrElementFirst.h index 4364f3557..fc217de65 100644 --- a/src/core/libs/supl/asn-rrlp/OTD-MsrElementFirst.h +++ b/src/core/libs/supl/asn-rrlp/OTD-MsrElementFirst.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _OTD_MsrElementFirst_H_ -#define _OTD_MsrElementFirst_H_ +#ifndef _OTD_MsrElementFirst_H +#define _OTD_MsrElementFirst_H #include diff --git a/src/core/libs/supl/asn-rrlp/OTD-MsrElementRest.h b/src/core/libs/supl/asn-rrlp/OTD-MsrElementRest.h index 46e330a65..4853ea5d6 100644 --- a/src/core/libs/supl/asn-rrlp/OTD-MsrElementRest.h +++ b/src/core/libs/supl/asn-rrlp/OTD-MsrElementRest.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _OTD_MsrElementRest_H_ -#define _OTD_MsrElementRest_H_ +#ifndef _OTD_MsrElementRest_H +#define _OTD_MsrElementRest_H #include diff --git a/src/core/libs/supl/asn-rrlp/OTD-MsrsOfOtherSets.h b/src/core/libs/supl/asn-rrlp/OTD-MsrsOfOtherSets.h index d935381d9..79a8e1a81 100644 --- a/src/core/libs/supl/asn-rrlp/OTD-MsrsOfOtherSets.h +++ b/src/core/libs/supl/asn-rrlp/OTD-MsrsOfOtherSets.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _OTD_MsrsOfOtherSets_H_ -#define _OTD_MsrsOfOtherSets_H_ +#ifndef _OTD_MsrsOfOtherSets_H +#define _OTD_MsrsOfOtherSets_H #include diff --git a/src/core/libs/supl/asn-rrlp/OTDValue.h b/src/core/libs/supl/asn-rrlp/OTDValue.h index effda903f..dce852e64 100644 --- a/src/core/libs/supl/asn-rrlp/OTDValue.h +++ b/src/core/libs/supl/asn-rrlp/OTDValue.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _OTDValue_H_ -#define _OTDValue_H_ +#ifndef _OTDValue_H +#define _OTDValue_H #include diff --git a/src/core/libs/supl/asn-rrlp/PDU.h b/src/core/libs/supl/asn-rrlp/PDU.h index 52b27deef..9a99d2c4a 100644 --- a/src/core/libs/supl/asn-rrlp/PDU.h +++ b/src/core/libs/supl/asn-rrlp/PDU.h @@ -6,8 +6,8 @@ * found in "../rrlp-messages.asn" */ -#ifndef _PDU_H_ -#define _PDU_H_ +#ifndef _PDU_H +#define _PDU_H #include diff --git a/src/core/libs/supl/asn-rrlp/PositionData.h b/src/core/libs/supl/asn-rrlp/PositionData.h index 1198d4d9f..0efd55b9c 100644 --- a/src/core/libs/supl/asn-rrlp/PositionData.h +++ b/src/core/libs/supl/asn-rrlp/PositionData.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _PositionData_H_ -#define _PositionData_H_ +#ifndef _PositionData_H +#define _PositionData_H #include diff --git a/src/core/libs/supl/asn-rrlp/PositionInstruct.h b/src/core/libs/supl/asn-rrlp/PositionInstruct.h index d095d1e30..771b8b339 100644 --- a/src/core/libs/supl/asn-rrlp/PositionInstruct.h +++ b/src/core/libs/supl/asn-rrlp/PositionInstruct.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _PositionInstruct_H_ -#define _PositionInstruct_H_ +#ifndef _PositionInstruct_H +#define _PositionInstruct_H #include diff --git a/src/core/libs/supl/asn-rrlp/PositionMethod.h b/src/core/libs/supl/asn-rrlp/PositionMethod.h index 84359438d..f95154b1d 100644 --- a/src/core/libs/supl/asn-rrlp/PositionMethod.h +++ b/src/core/libs/supl/asn-rrlp/PositionMethod.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _PositionMethod_H_ -#define _PositionMethod_H_ +#ifndef _PositionMethod_H +#define _PositionMethod_H #include diff --git a/src/core/libs/supl/asn-rrlp/ProtocolError.h b/src/core/libs/supl/asn-rrlp/ProtocolError.h index 45969376e..def55c5a4 100644 --- a/src/core/libs/supl/asn-rrlp/ProtocolError.h +++ b/src/core/libs/supl/asn-rrlp/ProtocolError.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _ProtocolError_H_ -#define _ProtocolError_H_ +#ifndef _ProtocolError_H +#define _ProtocolError_H #include diff --git a/src/core/libs/supl/asn-rrlp/RRLP-Component.h b/src/core/libs/supl/asn-rrlp/RRLP-Component.h index 72ee935b6..cec058931 100644 --- a/src/core/libs/supl/asn-rrlp/RRLP-Component.h +++ b/src/core/libs/supl/asn-rrlp/RRLP-Component.h @@ -6,8 +6,8 @@ * found in "../rrlp-messages.asn" */ -#ifndef _RRLP_Component_H_ -#define _RRLP_Component_H_ +#ifndef _RRLP_Component_H +#define _RRLP_Component_H #include diff --git a/src/core/libs/supl/asn-rrlp/RefLocation.h b/src/core/libs/supl/asn-rrlp/RefLocation.h index d109577c4..3c59a098c 100644 --- a/src/core/libs/supl/asn-rrlp/RefLocation.h +++ b/src/core/libs/supl/asn-rrlp/RefLocation.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _RefLocation_H_ -#define _RefLocation_H_ +#ifndef _RefLocation_H +#define _RefLocation_H #include diff --git a/src/core/libs/supl/asn-rrlp/RefQuality.h b/src/core/libs/supl/asn-rrlp/RefQuality.h index be6b6d64c..33c8228c8 100644 --- a/src/core/libs/supl/asn-rrlp/RefQuality.h +++ b/src/core/libs/supl/asn-rrlp/RefQuality.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _RefQuality_H_ -#define _RefQuality_H_ +#ifndef _RefQuality_H +#define _RefQuality_H #include diff --git a/src/core/libs/supl/asn-rrlp/ReferenceAssistData.h b/src/core/libs/supl/asn-rrlp/ReferenceAssistData.h index 75428aede..9cdd86271 100644 --- a/src/core/libs/supl/asn-rrlp/ReferenceAssistData.h +++ b/src/core/libs/supl/asn-rrlp/ReferenceAssistData.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _ReferenceAssistData_H_ -#define _ReferenceAssistData_H_ +#ifndef _ReferenceAssistData_H +#define _ReferenceAssistData_H #include diff --git a/src/core/libs/supl/asn-rrlp/ReferenceFrame.h b/src/core/libs/supl/asn-rrlp/ReferenceFrame.h index 10da01b77..f736c46e8 100644 --- a/src/core/libs/supl/asn-rrlp/ReferenceFrame.h +++ b/src/core/libs/supl/asn-rrlp/ReferenceFrame.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _ReferenceFrame_H_ -#define _ReferenceFrame_H_ +#ifndef _ReferenceFrame_H +#define _ReferenceFrame_H #include diff --git a/src/core/libs/supl/asn-rrlp/ReferenceIdentity.h b/src/core/libs/supl/asn-rrlp/ReferenceIdentity.h index a0384b401..851139872 100644 --- a/src/core/libs/supl/asn-rrlp/ReferenceIdentity.h +++ b/src/core/libs/supl/asn-rrlp/ReferenceIdentity.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _ReferenceIdentity_H_ -#define _ReferenceIdentity_H_ +#ifndef _ReferenceIdentity_H +#define _ReferenceIdentity_H #include diff --git a/src/core/libs/supl/asn-rrlp/ReferenceIdentityType.h b/src/core/libs/supl/asn-rrlp/ReferenceIdentityType.h index 7948be081..c3f32fd03 100644 --- a/src/core/libs/supl/asn-rrlp/ReferenceIdentityType.h +++ b/src/core/libs/supl/asn-rrlp/ReferenceIdentityType.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _ReferenceIdentityType_H_ -#define _ReferenceIdentityType_H_ +#ifndef _ReferenceIdentityType_H +#define _ReferenceIdentityType_H #include diff --git a/src/core/libs/supl/asn-rrlp/ReferenceRelation.h b/src/core/libs/supl/asn-rrlp/ReferenceRelation.h index 192254051..c8c91cacc 100644 --- a/src/core/libs/supl/asn-rrlp/ReferenceRelation.h +++ b/src/core/libs/supl/asn-rrlp/ReferenceRelation.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _ReferenceRelation_H_ -#define _ReferenceRelation_H_ +#ifndef _ReferenceRelation_H +#define _ReferenceRelation_H #include diff --git a/src/core/libs/supl/asn-rrlp/ReferenceTime.h b/src/core/libs/supl/asn-rrlp/ReferenceTime.h index c4cd9c883..dfe4195af 100644 --- a/src/core/libs/supl/asn-rrlp/ReferenceTime.h +++ b/src/core/libs/supl/asn-rrlp/ReferenceTime.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _ReferenceTime_H_ -#define _ReferenceTime_H_ +#ifndef _ReferenceTime_H +#define _ReferenceTime_H #include diff --git a/src/core/libs/supl/asn-rrlp/ReferenceWGS84.h b/src/core/libs/supl/asn-rrlp/ReferenceWGS84.h index 3ae24aeca..67fd9f1cd 100644 --- a/src/core/libs/supl/asn-rrlp/ReferenceWGS84.h +++ b/src/core/libs/supl/asn-rrlp/ReferenceWGS84.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _ReferenceWGS84_H_ -#define _ReferenceWGS84_H_ +#ifndef _ReferenceWGS84_H +#define _ReferenceWGS84_H #include diff --git a/src/core/libs/supl/asn-rrlp/Rel-5-MsrPosition-Rsp-Extension.h b/src/core/libs/supl/asn-rrlp/Rel-5-MsrPosition-Rsp-Extension.h index 5dea417d9..fd074ace8 100644 --- a/src/core/libs/supl/asn-rrlp/Rel-5-MsrPosition-Rsp-Extension.h +++ b/src/core/libs/supl/asn-rrlp/Rel-5-MsrPosition-Rsp-Extension.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Rel_5_MsrPosition_Rsp_Extension_H_ -#define _Rel_5_MsrPosition_Rsp_Extension_H_ +#ifndef _Rel_5_MsrPosition_Rsp_Extension_H +#define _Rel_5_MsrPosition_Rsp_Extension_H #include diff --git a/src/core/libs/supl/asn-rrlp/Rel-5-ProtocolError-Extension.h b/src/core/libs/supl/asn-rrlp/Rel-5-ProtocolError-Extension.h index 1b5e9b48d..51f846e29 100644 --- a/src/core/libs/supl/asn-rrlp/Rel-5-ProtocolError-Extension.h +++ b/src/core/libs/supl/asn-rrlp/Rel-5-ProtocolError-Extension.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Rel_5_ProtocolError_Extension_H_ -#define _Rel_5_ProtocolError_Extension_H_ +#ifndef _Rel_5_ProtocolError_Extension_H +#define _Rel_5_ProtocolError_Extension_H #include diff --git a/src/core/libs/supl/asn-rrlp/Rel-7-MsrPosition-Rsp-Extension.h b/src/core/libs/supl/asn-rrlp/Rel-7-MsrPosition-Rsp-Extension.h index 98d039bda..cf5850930 100644 --- a/src/core/libs/supl/asn-rrlp/Rel-7-MsrPosition-Rsp-Extension.h +++ b/src/core/libs/supl/asn-rrlp/Rel-7-MsrPosition-Rsp-Extension.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Rel_7_MsrPosition_Rsp_Extension_H_ -#define _Rel_7_MsrPosition_Rsp_Extension_H_ +#ifndef _Rel_7_MsrPosition_Rsp_Extension_H +#define _Rel_7_MsrPosition_Rsp_Extension_H #include diff --git a/src/core/libs/supl/asn-rrlp/Rel-98-MsrPosition-Rsp-Extension.h b/src/core/libs/supl/asn-rrlp/Rel-98-MsrPosition-Rsp-Extension.h index aa9c27d14..7f385d1c3 100644 --- a/src/core/libs/supl/asn-rrlp/Rel-98-MsrPosition-Rsp-Extension.h +++ b/src/core/libs/supl/asn-rrlp/Rel-98-MsrPosition-Rsp-Extension.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Rel_98_MsrPosition_Rsp_Extension_H_ -#define _Rel_98_MsrPosition_Rsp_Extension_H_ +#ifndef _Rel_98_MsrPosition_Rsp_Extension_H +#define _Rel_98_MsrPosition_Rsp_Extension_H #include diff --git a/src/core/libs/supl/asn-rrlp/Rel5-AssistanceData-Extension.h b/src/core/libs/supl/asn-rrlp/Rel5-AssistanceData-Extension.h index 8d81a1938..bf09e2d4a 100644 --- a/src/core/libs/supl/asn-rrlp/Rel5-AssistanceData-Extension.h +++ b/src/core/libs/supl/asn-rrlp/Rel5-AssistanceData-Extension.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Rel5_AssistanceData_Extension_H_ -#define _Rel5_AssistanceData_Extension_H_ +#ifndef _Rel5_AssistanceData_Extension_H +#define _Rel5_AssistanceData_Extension_H #include diff --git a/src/core/libs/supl/asn-rrlp/Rel5-MsrPosition-Req-Extension.h b/src/core/libs/supl/asn-rrlp/Rel5-MsrPosition-Req-Extension.h index cdd83bb78..90e3486b8 100644 --- a/src/core/libs/supl/asn-rrlp/Rel5-MsrPosition-Req-Extension.h +++ b/src/core/libs/supl/asn-rrlp/Rel5-MsrPosition-Req-Extension.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Rel5_MsrPosition_Req_Extension_H_ -#define _Rel5_MsrPosition_Req_Extension_H_ +#ifndef _Rel5_MsrPosition_Req_Extension_H +#define _Rel5_MsrPosition_Req_Extension_H #include diff --git a/src/core/libs/supl/asn-rrlp/Rel7-AssistanceData-Extension.h b/src/core/libs/supl/asn-rrlp/Rel7-AssistanceData-Extension.h index e97c0ef93..990621e95 100644 --- a/src/core/libs/supl/asn-rrlp/Rel7-AssistanceData-Extension.h +++ b/src/core/libs/supl/asn-rrlp/Rel7-AssistanceData-Extension.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Rel7_AssistanceData_Extension_H_ -#define _Rel7_AssistanceData_Extension_H_ +#ifndef _Rel7_AssistanceData_Extension_H +#define _Rel7_AssistanceData_Extension_H #include diff --git a/src/core/libs/supl/asn-rrlp/Rel7-MsrPosition-Req-Extension.h b/src/core/libs/supl/asn-rrlp/Rel7-MsrPosition-Req-Extension.h index e4d569138..c334c5c81 100644 --- a/src/core/libs/supl/asn-rrlp/Rel7-MsrPosition-Req-Extension.h +++ b/src/core/libs/supl/asn-rrlp/Rel7-MsrPosition-Req-Extension.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Rel7_MsrPosition_Req_Extension_H_ -#define _Rel7_MsrPosition_Req_Extension_H_ +#ifndef _Rel7_MsrPosition_Req_Extension_H +#define _Rel7_MsrPosition_Req_Extension_H #include diff --git a/src/core/libs/supl/asn-rrlp/Rel98-AssistanceData-Extension.h b/src/core/libs/supl/asn-rrlp/Rel98-AssistanceData-Extension.h index 1e954be24..7cc04b369 100644 --- a/src/core/libs/supl/asn-rrlp/Rel98-AssistanceData-Extension.h +++ b/src/core/libs/supl/asn-rrlp/Rel98-AssistanceData-Extension.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Rel98_AssistanceData_Extension_H_ -#define _Rel98_AssistanceData_Extension_H_ +#ifndef _Rel98_AssistanceData_Extension_H +#define _Rel98_AssistanceData_Extension_H #include diff --git a/src/core/libs/supl/asn-rrlp/Rel98-Ext-ExpOTD.h b/src/core/libs/supl/asn-rrlp/Rel98-Ext-ExpOTD.h index 214023216..415493052 100644 --- a/src/core/libs/supl/asn-rrlp/Rel98-Ext-ExpOTD.h +++ b/src/core/libs/supl/asn-rrlp/Rel98-Ext-ExpOTD.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Rel98_Ext_ExpOTD_H_ -#define _Rel98_Ext_ExpOTD_H_ +#ifndef _Rel98_Ext_ExpOTD_H +#define _Rel98_Ext_ExpOTD_H #include diff --git a/src/core/libs/supl/asn-rrlp/Rel98-MsrPosition-Req-Extension.h b/src/core/libs/supl/asn-rrlp/Rel98-MsrPosition-Req-Extension.h index 06f36ca22..ddb3dda81 100644 --- a/src/core/libs/supl/asn-rrlp/Rel98-MsrPosition-Req-Extension.h +++ b/src/core/libs/supl/asn-rrlp/Rel98-MsrPosition-Req-Extension.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _Rel98_MsrPosition_Req_Extension_H_ -#define _Rel98_MsrPosition_Req_Extension_H_ +#ifndef _Rel98_MsrPosition_Req_Extension_H +#define _Rel98_MsrPosition_Req_Extension_H #include diff --git a/src/core/libs/supl/asn-rrlp/RelDistance.h b/src/core/libs/supl/asn-rrlp/RelDistance.h index ecfe540bc..075885a3c 100644 --- a/src/core/libs/supl/asn-rrlp/RelDistance.h +++ b/src/core/libs/supl/asn-rrlp/RelDistance.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _RelDistance_H_ -#define _RelDistance_H_ +#ifndef _RelDistance_H +#define _RelDistance_H #include diff --git a/src/core/libs/supl/asn-rrlp/RelativeAlt.h b/src/core/libs/supl/asn-rrlp/RelativeAlt.h index b78ee105a..e1ba39855 100644 --- a/src/core/libs/supl/asn-rrlp/RelativeAlt.h +++ b/src/core/libs/supl/asn-rrlp/RelativeAlt.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _RelativeAlt_H_ -#define _RelativeAlt_H_ +#ifndef _RelativeAlt_H +#define _RelativeAlt_H #include diff --git a/src/core/libs/supl/asn-rrlp/RequestIndex.h b/src/core/libs/supl/asn-rrlp/RequestIndex.h index 969100291..8baaeab39 100644 --- a/src/core/libs/supl/asn-rrlp/RequestIndex.h +++ b/src/core/libs/supl/asn-rrlp/RequestIndex.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _RequestIndex_H_ -#define _RequestIndex_H_ +#ifndef _RequestIndex_H +#define _RequestIndex_H #include diff --git a/src/core/libs/supl/asn-rrlp/RequiredResponseTime.h b/src/core/libs/supl/asn-rrlp/RequiredResponseTime.h index 13926365b..84a163e1d 100644 --- a/src/core/libs/supl/asn-rrlp/RequiredResponseTime.h +++ b/src/core/libs/supl/asn-rrlp/RequiredResponseTime.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _RequiredResponseTime_H_ -#define _RequiredResponseTime_H_ +#ifndef _RequiredResponseTime_H +#define _RequiredResponseTime_H #include diff --git a/src/core/libs/supl/asn-rrlp/RoughRTD.h b/src/core/libs/supl/asn-rrlp/RoughRTD.h index 5c42b682e..f489d9ae2 100644 --- a/src/core/libs/supl/asn-rrlp/RoughRTD.h +++ b/src/core/libs/supl/asn-rrlp/RoughRTD.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _RoughRTD_H_ -#define _RoughRTD_H_ +#ifndef _RoughRTD_H +#define _RoughRTD_H #include diff --git a/src/core/libs/supl/asn-rrlp/SVID.h b/src/core/libs/supl/asn-rrlp/SVID.h index 6a5d94e9f..063da4cef 100644 --- a/src/core/libs/supl/asn-rrlp/SVID.h +++ b/src/core/libs/supl/asn-rrlp/SVID.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SVID_H_ -#define _SVID_H_ +#ifndef _SVID_H +#define _SVID_H #include diff --git a/src/core/libs/supl/asn-rrlp/SVIDMASK.h b/src/core/libs/supl/asn-rrlp/SVIDMASK.h index d05147fa2..64210c534 100644 --- a/src/core/libs/supl/asn-rrlp/SVIDMASK.h +++ b/src/core/libs/supl/asn-rrlp/SVIDMASK.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SVIDMASK_H_ -#define _SVIDMASK_H_ +#ifndef _SVIDMASK_H +#define _SVIDMASK_H #include diff --git a/src/core/libs/supl/asn-rrlp/SatElement.h b/src/core/libs/supl/asn-rrlp/SatElement.h index dc93e85dc..b85526e44 100644 --- a/src/core/libs/supl/asn-rrlp/SatElement.h +++ b/src/core/libs/supl/asn-rrlp/SatElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SatElement_H_ -#define _SatElement_H_ +#ifndef _SatElement_H +#define _SatElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SatStatus.h b/src/core/libs/supl/asn-rrlp/SatStatus.h index 632f6974e..7d2e766f9 100644 --- a/src/core/libs/supl/asn-rrlp/SatStatus.h +++ b/src/core/libs/supl/asn-rrlp/SatStatus.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SatStatus_H_ -#define _SatStatus_H_ +#ifndef _SatStatus_H +#define _SatStatus_H #include diff --git a/src/core/libs/supl/asn-rrlp/SatelliteID.h b/src/core/libs/supl/asn-rrlp/SatelliteID.h index 5c63e0a1f..72a1df3c5 100644 --- a/src/core/libs/supl/asn-rrlp/SatelliteID.h +++ b/src/core/libs/supl/asn-rrlp/SatelliteID.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SatelliteID_H_ -#define _SatelliteID_H_ +#ifndef _SatelliteID_H +#define _SatelliteID_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOf-BadSatelliteSet.h b/src/core/libs/supl/asn-rrlp/SeqOf-BadSatelliteSet.h index b97e830cd..e5b5d6e8e 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOf-BadSatelliteSet.h +++ b/src/core/libs/supl/asn-rrlp/SeqOf-BadSatelliteSet.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOf_BadSatelliteSet_H_ -#define _SeqOf_BadSatelliteSet_H_ +#ifndef _SeqOf_BadSatelliteSet_H +#define _SeqOf_BadSatelliteSet_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOf-GANSSDataBits.h b/src/core/libs/supl/asn-rrlp/SeqOf-GANSSDataBits.h index 7c18b2d22..e0fceaa66 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOf-GANSSDataBits.h +++ b/src/core/libs/supl/asn-rrlp/SeqOf-GANSSDataBits.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOf_GANSSDataBits_H_ -#define _SeqOf_GANSSDataBits_H_ +#ifndef _SeqOf_GANSSDataBits_H +#define _SeqOf_GANSSDataBits_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfAcquisElement.h b/src/core/libs/supl/asn-rrlp/SeqOfAcquisElement.h index f6d447f92..9b30ecda8 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfAcquisElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfAcquisElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfAcquisElement_H_ -#define _SeqOfAcquisElement_H_ +#ifndef _SeqOfAcquisElement_H +#define _SeqOfAcquisElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfAlmanacElement.h b/src/core/libs/supl/asn-rrlp/SeqOfAlmanacElement.h index 5e3358d91..944cecf64 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfAlmanacElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfAlmanacElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfAlmanacElement_H_ -#define _SeqOfAlmanacElement_H_ +#ifndef _SeqOfAlmanacElement_H +#define _SeqOfAlmanacElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfBadSignalElement.h b/src/core/libs/supl/asn-rrlp/SeqOfBadSignalElement.h index 1f2b34c49..4a9c823df 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfBadSignalElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfBadSignalElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfBadSignalElement_H_ -#define _SeqOfBadSignalElement_H_ +#ifndef _SeqOfBadSignalElement_H +#define _SeqOfBadSignalElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfDGANSSSgnElement.h b/src/core/libs/supl/asn-rrlp/SeqOfDGANSSSgnElement.h index a17498280..9f7ba4052 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfDGANSSSgnElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfDGANSSSgnElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfDGANSSSgnElement_H_ -#define _SeqOfDGANSSSgnElement_H_ +#ifndef _SeqOfDGANSSSgnElement_H +#define _SeqOfDGANSSSgnElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfGANSS-MsrSetElement.h b/src/core/libs/supl/asn-rrlp/SeqOfGANSS-MsrSetElement.h index cbfb40dff..0cbc68be1 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfGANSS-MsrSetElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfGANSS-MsrSetElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfGANSS_MsrSetElement_H_ -#define _SeqOfGANSS_MsrSetElement_H_ +#ifndef _SeqOfGANSS_MsrSetElement_H +#define _SeqOfGANSS_MsrSetElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfGANSS-SgnElement.h b/src/core/libs/supl/asn-rrlp/SeqOfGANSS-SgnElement.h index f1f249772..6e3697f8f 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfGANSS-SgnElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfGANSS-SgnElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfGANSS_SgnElement_H_ -#define _SeqOfGANSS_SgnElement_H_ +#ifndef _SeqOfGANSS_SgnElement_H +#define _SeqOfGANSS_SgnElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfGANSS-SgnTypeElement.h b/src/core/libs/supl/asn-rrlp/SeqOfGANSS-SgnTypeElement.h index eac73e0f3..544d0d8d0 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfGANSS-SgnTypeElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfGANSS-SgnTypeElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfGANSS_SgnTypeElement_H_ -#define _SeqOfGANSS_SgnTypeElement_H_ +#ifndef _SeqOfGANSS_SgnTypeElement_H +#define _SeqOfGANSS_SgnTypeElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfGANSSAlmanacElement.h b/src/core/libs/supl/asn-rrlp/SeqOfGANSSAlmanacElement.h index bb2eba9a6..8db2010db 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfGANSSAlmanacElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfGANSSAlmanacElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfGANSSAlmanacElement_H_ -#define _SeqOfGANSSAlmanacElement_H_ +#ifndef _SeqOfGANSSAlmanacElement_H +#define _SeqOfGANSSAlmanacElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfGANSSGenericAssistDataElement.h b/src/core/libs/supl/asn-rrlp/SeqOfGANSSGenericAssistDataElement.h index 078b9fd60..7b7d54638 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfGANSSGenericAssistDataElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfGANSSGenericAssistDataElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfGANSSGenericAssistDataElement_H_ -#define _SeqOfGANSSGenericAssistDataElement_H_ +#ifndef _SeqOfGANSSGenericAssistDataElement_H +#define _SeqOfGANSSGenericAssistDataElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfGANSSRefMeasurementElement.h b/src/core/libs/supl/asn-rrlp/SeqOfGANSSRefMeasurementElement.h index 59f51e121..d5845339c 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfGANSSRefMeasurementElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfGANSSRefMeasurementElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfGANSSRefMeasurementElement_H_ -#define _SeqOfGANSSRefMeasurementElement_H_ +#ifndef _SeqOfGANSSRefMeasurementElement_H +#define _SeqOfGANSSRefMeasurementElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfGANSSSatelliteElement.h b/src/core/libs/supl/asn-rrlp/SeqOfGANSSSatelliteElement.h index 6074f02a8..9e0cf7fdb 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfGANSSSatelliteElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfGANSSSatelliteElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfGANSSSatelliteElement_H_ -#define _SeqOfGANSSSatelliteElement_H_ +#ifndef _SeqOfGANSSSatelliteElement_H +#define _SeqOfGANSSSatelliteElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfGANSSTimeModel.h b/src/core/libs/supl/asn-rrlp/SeqOfGANSSTimeModel.h index 7d022fd57..24ff3ce36 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfGANSSTimeModel.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfGANSSTimeModel.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfGANSSTimeModel_H_ -#define _SeqOfGANSSTimeModel_H_ +#ifndef _SeqOfGANSSTimeModel_H +#define _SeqOfGANSSTimeModel_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfGPS-MsrElement.h b/src/core/libs/supl/asn-rrlp/SeqOfGPS-MsrElement.h index aa33fdef1..a5d8ec6a7 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfGPS-MsrElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfGPS-MsrElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfGPS_MsrElement_H_ -#define _SeqOfGPS_MsrElement_H_ +#ifndef _SeqOfGPS_MsrElement_H +#define _SeqOfGPS_MsrElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfGPS-MsrSetElement.h b/src/core/libs/supl/asn-rrlp/SeqOfGPS-MsrSetElement.h index a0dc005a8..a9eb1e7cd 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfGPS-MsrSetElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfGPS-MsrSetElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfGPS_MsrSetElement_H_ -#define _SeqOfGPS_MsrSetElement_H_ +#ifndef _SeqOfGPS_MsrSetElement_H +#define _SeqOfGPS_MsrSetElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfMsrAssistBTS-R98-ExpOTD.h b/src/core/libs/supl/asn-rrlp/SeqOfMsrAssistBTS-R98-ExpOTD.h index 249e2d7d5..f00f9e870 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfMsrAssistBTS-R98-ExpOTD.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfMsrAssistBTS-R98-ExpOTD.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfMsrAssistBTS_R98_ExpOTD_H_ -#define _SeqOfMsrAssistBTS_R98_ExpOTD_H_ +#ifndef _SeqOfMsrAssistBTS_R98_ExpOTD_H +#define _SeqOfMsrAssistBTS_R98_ExpOTD_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfMsrAssistBTS.h b/src/core/libs/supl/asn-rrlp/SeqOfMsrAssistBTS.h index d431039f4..85b033a64 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfMsrAssistBTS.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfMsrAssistBTS.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfMsrAssistBTS_H_ -#define _SeqOfMsrAssistBTS_H_ +#ifndef _SeqOfMsrAssistBTS_H +#define _SeqOfMsrAssistBTS_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfNavModelElement.h b/src/core/libs/supl/asn-rrlp/SeqOfNavModelElement.h index a04fe80c7..fb5dfd486 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfNavModelElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfNavModelElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfNavModelElement_H_ -#define _SeqOfNavModelElement_H_ +#ifndef _SeqOfNavModelElement_H +#define _SeqOfNavModelElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfOTD-FirstSetMsrs-R98-Ext.h b/src/core/libs/supl/asn-rrlp/SeqOfOTD-FirstSetMsrs-R98-Ext.h index 2efc592b9..758546b7b 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfOTD-FirstSetMsrs-R98-Ext.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfOTD-FirstSetMsrs-R98-Ext.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfOTD_FirstSetMsrs_R98_Ext_H_ -#define _SeqOfOTD_FirstSetMsrs_R98_Ext_H_ +#ifndef _SeqOfOTD_FirstSetMsrs_R98_Ext_H +#define _SeqOfOTD_FirstSetMsrs_R98_Ext_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfOTD-FirstSetMsrs.h b/src/core/libs/supl/asn-rrlp/SeqOfOTD-FirstSetMsrs.h index b90848001..f1c85ad07 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfOTD-FirstSetMsrs.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfOTD-FirstSetMsrs.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfOTD_FirstSetMsrs_H_ -#define _SeqOfOTD_FirstSetMsrs_H_ +#ifndef _SeqOfOTD_FirstSetMsrs_H +#define _SeqOfOTD_FirstSetMsrs_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfOTD-MsrElementRest.h b/src/core/libs/supl/asn-rrlp/SeqOfOTD-MsrElementRest.h index 8d7233b5e..ac775bd18 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfOTD-MsrElementRest.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfOTD-MsrElementRest.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfOTD_MsrElementRest_H_ -#define _SeqOfOTD_MsrElementRest_H_ +#ifndef _SeqOfOTD_MsrElementRest_H +#define _SeqOfOTD_MsrElementRest_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfOTD-MsrsOfOtherSets.h b/src/core/libs/supl/asn-rrlp/SeqOfOTD-MsrsOfOtherSets.h index ccf5bd54e..5bf41d9ce 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfOTD-MsrsOfOtherSets.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfOTD-MsrsOfOtherSets.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfOTD_MsrsOfOtherSets_H_ -#define _SeqOfOTD_MsrsOfOtherSets_H_ +#ifndef _SeqOfOTD_MsrsOfOtherSets_H +#define _SeqOfOTD_MsrsOfOtherSets_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfReferenceIdentityType.h b/src/core/libs/supl/asn-rrlp/SeqOfReferenceIdentityType.h index 04ac47217..6aa7d9370 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfReferenceIdentityType.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfReferenceIdentityType.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfReferenceIdentityType_H_ -#define _SeqOfReferenceIdentityType_H_ +#ifndef _SeqOfReferenceIdentityType_H +#define _SeqOfReferenceIdentityType_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfSatElement.h b/src/core/libs/supl/asn-rrlp/SeqOfSatElement.h index ff65063ad..d3151e90b 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfSatElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfSatElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfSatElement_H_ -#define _SeqOfSatElement_H_ +#ifndef _SeqOfSatElement_H +#define _SeqOfSatElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfSgnTypeElement.h b/src/core/libs/supl/asn-rrlp/SeqOfSgnTypeElement.h index cebdd75e5..f5fbe9f78 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfSgnTypeElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfSgnTypeElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfSgnTypeElement_H_ -#define _SeqOfSgnTypeElement_H_ +#ifndef _SeqOfSgnTypeElement_H +#define _SeqOfSgnTypeElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfStandardClockModelElement.h b/src/core/libs/supl/asn-rrlp/SeqOfStandardClockModelElement.h index e98ecb1ad..951a3fc87 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfStandardClockModelElement.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfStandardClockModelElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfStandardClockModelElement_H_ -#define _SeqOfStandardClockModelElement_H_ +#ifndef _SeqOfStandardClockModelElement_H +#define _SeqOfStandardClockModelElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfSystemInfoAssistBTS-R98-ExpOTD.h b/src/core/libs/supl/asn-rrlp/SeqOfSystemInfoAssistBTS-R98-ExpOTD.h index 380b8e997..27d902c67 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfSystemInfoAssistBTS-R98-ExpOTD.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfSystemInfoAssistBTS-R98-ExpOTD.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfSystemInfoAssistBTS_R98_ExpOTD_H_ -#define _SeqOfSystemInfoAssistBTS_R98_ExpOTD_H_ +#ifndef _SeqOfSystemInfoAssistBTS_R98_ExpOTD_H +#define _SeqOfSystemInfoAssistBTS_R98_ExpOTD_H #include diff --git a/src/core/libs/supl/asn-rrlp/SeqOfSystemInfoAssistBTS.h b/src/core/libs/supl/asn-rrlp/SeqOfSystemInfoAssistBTS.h index c4e733bde..ba9252740 100644 --- a/src/core/libs/supl/asn-rrlp/SeqOfSystemInfoAssistBTS.h +++ b/src/core/libs/supl/asn-rrlp/SeqOfSystemInfoAssistBTS.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SeqOfSystemInfoAssistBTS_H_ -#define _SeqOfSystemInfoAssistBTS_H_ +#ifndef _SeqOfSystemInfoAssistBTS_H +#define _SeqOfSystemInfoAssistBTS_H #include diff --git a/src/core/libs/supl/asn-rrlp/SgnTypeElement.h b/src/core/libs/supl/asn-rrlp/SgnTypeElement.h index 1f8ea2edd..f6c65fdbf 100644 --- a/src/core/libs/supl/asn-rrlp/SgnTypeElement.h +++ b/src/core/libs/supl/asn-rrlp/SgnTypeElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SgnTypeElement_H_ -#define _SgnTypeElement_H_ +#ifndef _SgnTypeElement_H +#define _SgnTypeElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/StandardClockModelElement.h b/src/core/libs/supl/asn-rrlp/StandardClockModelElement.h index 0eada79a2..2074932f2 100644 --- a/src/core/libs/supl/asn-rrlp/StandardClockModelElement.h +++ b/src/core/libs/supl/asn-rrlp/StandardClockModelElement.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _StandardClockModelElement_H_ -#define _StandardClockModelElement_H_ +#ifndef _StandardClockModelElement_H +#define _StandardClockModelElement_H #include diff --git a/src/core/libs/supl/asn-rrlp/StdResolution.h b/src/core/libs/supl/asn-rrlp/StdResolution.h index 7d8e967cf..67faf10e7 100644 --- a/src/core/libs/supl/asn-rrlp/StdResolution.h +++ b/src/core/libs/supl/asn-rrlp/StdResolution.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _StdResolution_H_ -#define _StdResolution_H_ +#ifndef _StdResolution_H +#define _StdResolution_H #include diff --git a/src/core/libs/supl/asn-rrlp/SystemInfoAssistBTS-R98-ExpOTD.h b/src/core/libs/supl/asn-rrlp/SystemInfoAssistBTS-R98-ExpOTD.h index c95173918..1ed40303c 100644 --- a/src/core/libs/supl/asn-rrlp/SystemInfoAssistBTS-R98-ExpOTD.h +++ b/src/core/libs/supl/asn-rrlp/SystemInfoAssistBTS-R98-ExpOTD.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SystemInfoAssistBTS_R98_ExpOTD_H_ -#define _SystemInfoAssistBTS_R98_ExpOTD_H_ +#ifndef _SystemInfoAssistBTS_R98_ExpOTD_H +#define _SystemInfoAssistBTS_R98_ExpOTD_H #include diff --git a/src/core/libs/supl/asn-rrlp/SystemInfoAssistBTS.h b/src/core/libs/supl/asn-rrlp/SystemInfoAssistBTS.h index 40e35d079..805a256c5 100644 --- a/src/core/libs/supl/asn-rrlp/SystemInfoAssistBTS.h +++ b/src/core/libs/supl/asn-rrlp/SystemInfoAssistBTS.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SystemInfoAssistBTS_H_ -#define _SystemInfoAssistBTS_H_ +#ifndef _SystemInfoAssistBTS_H +#define _SystemInfoAssistBTS_H #include diff --git a/src/core/libs/supl/asn-rrlp/SystemInfoAssistData-R98-ExpOTD.h b/src/core/libs/supl/asn-rrlp/SystemInfoAssistData-R98-ExpOTD.h index 14141f554..50da065c4 100644 --- a/src/core/libs/supl/asn-rrlp/SystemInfoAssistData-R98-ExpOTD.h +++ b/src/core/libs/supl/asn-rrlp/SystemInfoAssistData-R98-ExpOTD.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SystemInfoAssistData_R98_ExpOTD_H_ -#define _SystemInfoAssistData_R98_ExpOTD_H_ +#ifndef _SystemInfoAssistData_R98_ExpOTD_H +#define _SystemInfoAssistData_R98_ExpOTD_H #include diff --git a/src/core/libs/supl/asn-rrlp/SystemInfoAssistData.h b/src/core/libs/supl/asn-rrlp/SystemInfoAssistData.h index d9fb67d61..f8a250601 100644 --- a/src/core/libs/supl/asn-rrlp/SystemInfoAssistData.h +++ b/src/core/libs/supl/asn-rrlp/SystemInfoAssistData.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SystemInfoAssistData_H_ -#define _SystemInfoAssistData_H_ +#ifndef _SystemInfoAssistData_H +#define _SystemInfoAssistData_H #include diff --git a/src/core/libs/supl/asn-rrlp/SystemInfoIndex.h b/src/core/libs/supl/asn-rrlp/SystemInfoIndex.h index 2f875445b..9961840b7 100644 --- a/src/core/libs/supl/asn-rrlp/SystemInfoIndex.h +++ b/src/core/libs/supl/asn-rrlp/SystemInfoIndex.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _SystemInfoIndex_H_ -#define _SystemInfoIndex_H_ +#ifndef _SystemInfoIndex_H +#define _SystemInfoIndex_H #include diff --git a/src/core/libs/supl/asn-rrlp/TA0.h b/src/core/libs/supl/asn-rrlp/TA0.h index 34f1b131d..4127a4c08 100644 --- a/src/core/libs/supl/asn-rrlp/TA0.h +++ b/src/core/libs/supl/asn-rrlp/TA0.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _TA0_H_ -#define _TA0_H_ +#ifndef _TA0_H +#define _TA0_H #include diff --git a/src/core/libs/supl/asn-rrlp/TA1.h b/src/core/libs/supl/asn-rrlp/TA1.h index a06f9e124..ac3cc895f 100644 --- a/src/core/libs/supl/asn-rrlp/TA1.h +++ b/src/core/libs/supl/asn-rrlp/TA1.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _TA1_H_ -#define _TA1_H_ +#ifndef _TA1_H +#define _TA1_H #include diff --git a/src/core/libs/supl/asn-rrlp/TA2.h b/src/core/libs/supl/asn-rrlp/TA2.h index 60cd8a253..bdf5ab449 100644 --- a/src/core/libs/supl/asn-rrlp/TA2.h +++ b/src/core/libs/supl/asn-rrlp/TA2.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _TA2_H_ -#define _TA2_H_ +#ifndef _TA2_H +#define _TA2_H #include diff --git a/src/core/libs/supl/asn-rrlp/TLMReservedBits.h b/src/core/libs/supl/asn-rrlp/TLMReservedBits.h index 1f87312f8..45400bf95 100644 --- a/src/core/libs/supl/asn-rrlp/TLMReservedBits.h +++ b/src/core/libs/supl/asn-rrlp/TLMReservedBits.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _TLMReservedBits_H_ -#define _TLMReservedBits_H_ +#ifndef _TLMReservedBits_H +#define _TLMReservedBits_H #include diff --git a/src/core/libs/supl/asn-rrlp/TLMWord.h b/src/core/libs/supl/asn-rrlp/TLMWord.h index 82bb61737..9890a0648 100644 --- a/src/core/libs/supl/asn-rrlp/TLMWord.h +++ b/src/core/libs/supl/asn-rrlp/TLMWord.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _TLMWord_H_ -#define _TLMWord_H_ +#ifndef _TLMWord_H +#define _TLMWord_H #include diff --git a/src/core/libs/supl/asn-rrlp/TOA-MeasurementsOfRef.h b/src/core/libs/supl/asn-rrlp/TOA-MeasurementsOfRef.h index 0b5c83f16..1384441b1 100644 --- a/src/core/libs/supl/asn-rrlp/TOA-MeasurementsOfRef.h +++ b/src/core/libs/supl/asn-rrlp/TOA-MeasurementsOfRef.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _TOA_MeasurementsOfRef_H_ -#define _TOA_MeasurementsOfRef_H_ +#ifndef _TOA_MeasurementsOfRef_H +#define _TOA_MeasurementsOfRef_H #include diff --git a/src/core/libs/supl/asn-rrlp/TimeRelation.h b/src/core/libs/supl/asn-rrlp/TimeRelation.h index 312c43fe7..dd73e21b9 100644 --- a/src/core/libs/supl/asn-rrlp/TimeRelation.h +++ b/src/core/libs/supl/asn-rrlp/TimeRelation.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _TimeRelation_H_ -#define _TimeRelation_H_ +#ifndef _TimeRelation_H +#define _TimeRelation_H #include diff --git a/src/core/libs/supl/asn-rrlp/TimeSlot.h b/src/core/libs/supl/asn-rrlp/TimeSlot.h index 4e0f2b455..f000084e1 100644 --- a/src/core/libs/supl/asn-rrlp/TimeSlot.h +++ b/src/core/libs/supl/asn-rrlp/TimeSlot.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _TimeSlot_H_ -#define _TimeSlot_H_ +#ifndef _TimeSlot_H +#define _TimeSlot_H #include diff --git a/src/core/libs/supl/asn-rrlp/TimeSlotScheme.h b/src/core/libs/supl/asn-rrlp/TimeSlotScheme.h index ed9a9c6aa..a23e95464 100644 --- a/src/core/libs/supl/asn-rrlp/TimeSlotScheme.h +++ b/src/core/libs/supl/asn-rrlp/TimeSlotScheme.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _TimeSlotScheme_H_ -#define _TimeSlotScheme_H_ +#ifndef _TimeSlotScheme_H +#define _TimeSlotScheme_H #include diff --git a/src/core/libs/supl/asn-rrlp/UTCModel.h b/src/core/libs/supl/asn-rrlp/UTCModel.h index 89f4eb4be..d21951680 100644 --- a/src/core/libs/supl/asn-rrlp/UTCModel.h +++ b/src/core/libs/supl/asn-rrlp/UTCModel.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _UTCModel_H_ -#define _UTCModel_H_ +#ifndef _UTCModel_H +#define _UTCModel_H #include diff --git a/src/core/libs/supl/asn-rrlp/UlPseudoSegInd.h b/src/core/libs/supl/asn-rrlp/UlPseudoSegInd.h index 8dc4015e2..cc3661a38 100644 --- a/src/core/libs/supl/asn-rrlp/UlPseudoSegInd.h +++ b/src/core/libs/supl/asn-rrlp/UlPseudoSegInd.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _UlPseudoSegInd_H_ -#define _UlPseudoSegInd_H_ +#ifndef _UlPseudoSegInd_H +#define _UlPseudoSegInd_H #include diff --git a/src/core/libs/supl/asn-rrlp/UncompressedEphemeris.h b/src/core/libs/supl/asn-rrlp/UncompressedEphemeris.h index abe3f2584..858a61359 100644 --- a/src/core/libs/supl/asn-rrlp/UncompressedEphemeris.h +++ b/src/core/libs/supl/asn-rrlp/UncompressedEphemeris.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _UncompressedEphemeris_H_ -#define _UncompressedEphemeris_H_ +#ifndef _UncompressedEphemeris_H +#define _UncompressedEphemeris_H #include diff --git a/src/core/libs/supl/asn-rrlp/UseMultipleSets.h b/src/core/libs/supl/asn-rrlp/UseMultipleSets.h index f334c82a1..c4b54684d 100644 --- a/src/core/libs/supl/asn-rrlp/UseMultipleSets.h +++ b/src/core/libs/supl/asn-rrlp/UseMultipleSets.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _UseMultipleSets_H_ -#define _UseMultipleSets_H_ +#ifndef _UseMultipleSets_H +#define _UseMultipleSets_H #include diff --git a/src/core/libs/supl/asn-rrlp/VelocityEstimate.h b/src/core/libs/supl/asn-rrlp/VelocityEstimate.h index 07b9eb83c..0e2dd230b 100644 --- a/src/core/libs/supl/asn-rrlp/VelocityEstimate.h +++ b/src/core/libs/supl/asn-rrlp/VelocityEstimate.h @@ -6,8 +6,8 @@ * found in "../rrlp-components.asn" */ -#ifndef _VelocityEstimate_H_ -#define _VelocityEstimate_H_ +#ifndef _VelocityEstimate_H +#define _VelocityEstimate_H #include diff --git a/src/core/libs/supl/asn-rrlp/asn_application.h b/src/core/libs/supl/asn-rrlp/asn_application.h index 48610350c..d2fdf8e79 100644 --- a/src/core/libs/supl/asn-rrlp/asn_application.h +++ b/src/core/libs/supl/asn-rrlp/asn_application.h @@ -5,8 +5,8 @@ /* * Application-level ASN.1 callbacks. */ -#ifndef _ASN_APPLICATION_H_ -#define _ASN_APPLICATION_H_ +#ifndef _ASN_APPLICATION_H +#define _ASN_APPLICATION_H // clang-format off #include "asn_system.h" /* for platform-dependent types */ diff --git a/src/core/libs/supl/asn-rrlp/asn_codecs.h b/src/core/libs/supl/asn-rrlp/asn_codecs.h index 827ad94ef..cba39649e 100644 --- a/src/core/libs/supl/asn-rrlp/asn_codecs.h +++ b/src/core/libs/supl/asn-rrlp/asn_codecs.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _ASN_CODECS_H_ -#define _ASN_CODECS_H_ +#ifndef _ASN_CODECS_H +#define _ASN_CODECS_H #ifdef __cplusplus extern "C" diff --git a/src/core/libs/supl/asn-rrlp/asn_internal.h b/src/core/libs/supl/asn-rrlp/asn_internal.h index 2a2c67af6..f418bbcc7 100644 --- a/src/core/libs/supl/asn-rrlp/asn_internal.h +++ b/src/core/libs/supl/asn-rrlp/asn_internal.h @@ -5,8 +5,8 @@ /* * Declarations internally useful for the ASN.1 support code. */ -#ifndef _ASN_INTERNAL_H_ -#define _ASN_INTERNAL_H_ +#ifndef _ASN_INTERNAL_H +#define _ASN_INTERNAL_H #include "asn_application.h" /* Application-visible API */ diff --git a/src/core/libs/supl/asn-rrlp/asn_system.h b/src/core/libs/supl/asn-rrlp/asn_system.h index fe5cc109a..207f3ec4e 100644 --- a/src/core/libs/supl/asn-rrlp/asn_system.h +++ b/src/core/libs/supl/asn-rrlp/asn_system.h @@ -5,8 +5,8 @@ /* * Miscellaneous system-dependent types. */ -#ifndef _ASN_SYSTEM_H_ -#define _ASN_SYSTEM_H_ +#ifndef _ASN_SYSTEM_H +#define _ASN_SYSTEM_H #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/core/libs/supl/asn-rrlp/ber_decoder.h b/src/core/libs/supl/asn-rrlp/ber_decoder.h index 5ee78d20b..9c5ddd37b 100644 --- a/src/core/libs/supl/asn-rrlp/ber_decoder.h +++ b/src/core/libs/supl/asn-rrlp/ber_decoder.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _BER_DECODER_H_ -#define _BER_DECODER_H_ +#ifndef _BER_DECODER_H +#define _BER_DECODER_H #include diff --git a/src/core/libs/supl/asn-rrlp/ber_tlv_length.h b/src/core/libs/supl/asn-rrlp/ber_tlv_length.h index 5d731374e..06ff18dd5 100644 --- a/src/core/libs/supl/asn-rrlp/ber_tlv_length.h +++ b/src/core/libs/supl/asn-rrlp/ber_tlv_length.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _BER_TLV_LENGTH_H_ -#define _BER_TLV_LENGTH_H_ +#ifndef _BER_TLV_LENGTH_H +#define _BER_TLV_LENGTH_H #ifdef __cplusplus extern "C" diff --git a/src/core/libs/supl/asn-rrlp/ber_tlv_tag.h b/src/core/libs/supl/asn-rrlp/ber_tlv_tag.h index dff5678f3..df38a559e 100644 --- a/src/core/libs/supl/asn-rrlp/ber_tlv_tag.h +++ b/src/core/libs/supl/asn-rrlp/ber_tlv_tag.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _BER_TLV_TAG_H_ -#define _BER_TLV_TAG_H_ +#ifndef _BER_TLV_TAG_H +#define _BER_TLV_TAG_H #ifdef __cplusplus extern "C" diff --git a/src/core/libs/supl/asn-rrlp/constr_CHOICE.h b/src/core/libs/supl/asn-rrlp/constr_CHOICE.h index f7b924517..72d91c20d 100644 --- a/src/core/libs/supl/asn-rrlp/constr_CHOICE.h +++ b/src/core/libs/supl/asn-rrlp/constr_CHOICE.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _CONSTR_CHOICE_H_ -#define _CONSTR_CHOICE_H_ +#ifndef _CONSTR_CHOICE_H +#define _CONSTR_CHOICE_H #include diff --git a/src/core/libs/supl/asn-rrlp/constr_SEQUENCE.h b/src/core/libs/supl/asn-rrlp/constr_SEQUENCE.h index 0345b6728..73490fb43 100644 --- a/src/core/libs/supl/asn-rrlp/constr_SEQUENCE.h +++ b/src/core/libs/supl/asn-rrlp/constr_SEQUENCE.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _CONSTR_SEQUENCE_H_ -#define _CONSTR_SEQUENCE_H_ +#ifndef _CONSTR_SEQUENCE_H +#define _CONSTR_SEQUENCE_H #include diff --git a/src/core/libs/supl/asn-rrlp/constr_SEQUENCE_OF.h b/src/core/libs/supl/asn-rrlp/constr_SEQUENCE_OF.h index 196c49322..cc353e427 100644 --- a/src/core/libs/supl/asn-rrlp/constr_SEQUENCE_OF.h +++ b/src/core/libs/supl/asn-rrlp/constr_SEQUENCE_OF.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _CONSTR_SEQUENCE_OF_H_ -#define _CONSTR_SEQUENCE_OF_H_ +#ifndef _CONSTR_SEQUENCE_OF_H +#define _CONSTR_SEQUENCE_OF_H #include #include /* Implemented using SET OF */ diff --git a/src/core/libs/supl/asn-rrlp/constr_SET_OF.h b/src/core/libs/supl/asn-rrlp/constr_SET_OF.h index 0cbef4190..2269ea338 100644 --- a/src/core/libs/supl/asn-rrlp/constr_SET_OF.h +++ b/src/core/libs/supl/asn-rrlp/constr_SET_OF.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _CONSTR_SET_OF_H_ -#define _CONSTR_SET_OF_H_ +#ifndef _CONSTR_SET_OF_H +#define _CONSTR_SET_OF_H #include diff --git a/src/core/libs/supl/asn-rrlp/constr_TYPE.h b/src/core/libs/supl/asn-rrlp/constr_TYPE.h index 5c40e17ae..76e840460 100644 --- a/src/core/libs/supl/asn-rrlp/constr_TYPE.h +++ b/src/core/libs/supl/asn-rrlp/constr_TYPE.h @@ -8,8 +8,8 @@ * This structure even contains pointer to these encoding and decoding routines * for each defined ASN.1 type. */ -#ifndef _CONSTR_TYPE_H_ -#define _CONSTR_TYPE_H_ +#ifndef _CONSTR_TYPE_H +#define _CONSTR_TYPE_H #include #include diff --git a/src/core/libs/supl/asn-rrlp/constraints.h b/src/core/libs/supl/asn-rrlp/constraints.h index 23ad25218..719009f9f 100644 --- a/src/core/libs/supl/asn-rrlp/constraints.h +++ b/src/core/libs/supl/asn-rrlp/constraints.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _ASN1_CONSTRAINTS_VALIDATOR_H_ -#define _ASN1_CONSTRAINTS_VALIDATOR_H_ +#ifndef _ASN1_CONSTRAINTS_VALIDATOR_H +#define _ASN1_CONSTRAINTS_VALIDATOR_H #include /* Platform-dependent types */ diff --git a/src/core/libs/supl/asn-rrlp/der_encoder.h b/src/core/libs/supl/asn-rrlp/der_encoder.h index aa4e24c42..e201a17e3 100644 --- a/src/core/libs/supl/asn-rrlp/der_encoder.h +++ b/src/core/libs/supl/asn-rrlp/der_encoder.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _DER_ENCODER_H_ -#define _DER_ENCODER_H_ +#ifndef _DER_ENCODER_H +#define _DER_ENCODER_H #include diff --git a/src/core/libs/supl/asn-rrlp/per_decoder.h b/src/core/libs/supl/asn-rrlp/per_decoder.h index f9c9a2d6d..53c09d1ce 100644 --- a/src/core/libs/supl/asn-rrlp/per_decoder.h +++ b/src/core/libs/supl/asn-rrlp/per_decoder.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _PER_DECODER_H_ -#define _PER_DECODER_H_ +#ifndef _PER_DECODER_H +#define _PER_DECODER_H #include #include diff --git a/src/core/libs/supl/asn-rrlp/per_encoder.h b/src/core/libs/supl/asn-rrlp/per_encoder.h index afbdee6fb..ccf33e975 100644 --- a/src/core/libs/supl/asn-rrlp/per_encoder.h +++ b/src/core/libs/supl/asn-rrlp/per_encoder.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _PER_ENCODER_H_ -#define _PER_ENCODER_H_ +#ifndef _PER_ENCODER_H +#define _PER_ENCODER_H #include #include diff --git a/src/core/libs/supl/asn-rrlp/per_opentype.h b/src/core/libs/supl/asn-rrlp/per_opentype.h index cc8f8180e..14d3b867c 100644 --- a/src/core/libs/supl/asn-rrlp/per_opentype.h +++ b/src/core/libs/supl/asn-rrlp/per_opentype.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _PER_OPENTYPE_H_ -#define _PER_OPENTYPE_H_ +#ifndef _PER_OPENTYPE_H +#define _PER_OPENTYPE_H #ifdef __cplusplus extern "C" diff --git a/src/core/libs/supl/asn-rrlp/per_support.h b/src/core/libs/supl/asn-rrlp/per_support.h index 9da78fdc9..a7bd7f909 100644 --- a/src/core/libs/supl/asn-rrlp/per_support.h +++ b/src/core/libs/supl/asn-rrlp/per_support.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _PER_SUPPORT_H_ -#define _PER_SUPPORT_H_ +#ifndef _PER_SUPPORT_H +#define _PER_SUPPORT_H #include /* Platform-specific types */ diff --git a/src/core/libs/supl/asn-rrlp/xer_decoder.h b/src/core/libs/supl/asn-rrlp/xer_decoder.h index a7fff8e49..e77ba6cc0 100644 --- a/src/core/libs/supl/asn-rrlp/xer_decoder.h +++ b/src/core/libs/supl/asn-rrlp/xer_decoder.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _XER_DECODER_H_ -#define _XER_DECODER_H_ +#ifndef _XER_DECODER_H +#define _XER_DECODER_H #include diff --git a/src/core/libs/supl/asn-rrlp/xer_encoder.h b/src/core/libs/supl/asn-rrlp/xer_encoder.h index d44b705b4..88561afff 100644 --- a/src/core/libs/supl/asn-rrlp/xer_encoder.h +++ b/src/core/libs/supl/asn-rrlp/xer_encoder.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _XER_ENCODER_H_ -#define _XER_ENCODER_H_ +#ifndef _XER_ENCODER_H +#define _XER_ENCODER_H #include diff --git a/src/core/libs/supl/asn-rrlp/xer_support.h b/src/core/libs/supl/asn-rrlp/xer_support.h index c29978ee6..37f960243 100644 --- a/src/core/libs/supl/asn-rrlp/xer_support.h +++ b/src/core/libs/supl/asn-rrlp/xer_support.h @@ -3,8 +3,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _XER_SUPPORT_H_ -#define _XER_SUPPORT_H_ +#ifndef _XER_SUPPORT_H +#define _XER_SUPPORT_H #include /* Platform-specific types */ diff --git a/src/core/libs/supl/asn-supl/AltitudeInfo.h b/src/core/libs/supl/asn-supl/AltitudeInfo.h index a10160606..525b5eb30 100644 --- a/src/core/libs/supl/asn-supl/AltitudeInfo.h +++ b/src/core/libs/supl/asn-supl/AltitudeInfo.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _AltitudeInfo_H_ -#define _AltitudeInfo_H_ +#ifndef _AltitudeInfo_H +#define _AltitudeInfo_H #include diff --git a/src/core/libs/supl/asn-supl/BIT_STRING.h b/src/core/libs/supl/asn-supl/BIT_STRING.h index 48b0e23c1..92f59d60f 100644 --- a/src/core/libs/supl/asn-supl/BIT_STRING.h +++ b/src/core/libs/supl/asn-supl/BIT_STRING.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _BIT_STRING_H_ -#define _BIT_STRING_H_ +#ifndef _BIT_STRING_H +#define _BIT_STRING_H #include /* Some help from OCTET STRING */ diff --git a/src/core/libs/supl/asn-supl/BOOLEAN.h b/src/core/libs/supl/asn-supl/BOOLEAN.h index 29ba4195e..e460bb0d3 100644 --- a/src/core/libs/supl/asn-supl/BOOLEAN.h +++ b/src/core/libs/supl/asn-supl/BOOLEAN.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _BOOLEAN_H_ -#define _BOOLEAN_H_ +#ifndef _BOOLEAN_H +#define _BOOLEAN_H #include diff --git a/src/core/libs/supl/asn-supl/CPICH-Ec-N0.h b/src/core/libs/supl/asn-supl/CPICH-Ec-N0.h index a8572acde..3e75df630 100644 --- a/src/core/libs/supl/asn-supl/CPICH-Ec-N0.h +++ b/src/core/libs/supl/asn-supl/CPICH-Ec-N0.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _CPICH_Ec_N0_H_ -#define _CPICH_Ec_N0_H_ +#ifndef _CPICH_Ec_N0_H +#define _CPICH_Ec_N0_H #include diff --git a/src/core/libs/supl/asn-supl/CPICH-RSCP.h b/src/core/libs/supl/asn-supl/CPICH-RSCP.h index fc0fd0a88..038863a5e 100644 --- a/src/core/libs/supl/asn-supl/CPICH-RSCP.h +++ b/src/core/libs/supl/asn-supl/CPICH-RSCP.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _CPICH_RSCP_H_ -#define _CPICH_RSCP_H_ +#ifndef _CPICH_RSCP_H +#define _CPICH_RSCP_H #include diff --git a/src/core/libs/supl/asn-supl/CdmaCellInformation.h b/src/core/libs/supl/asn-supl/CdmaCellInformation.h index 956d9cb74..416f18dcd 100644 --- a/src/core/libs/supl/asn-supl/CdmaCellInformation.h +++ b/src/core/libs/supl/asn-supl/CdmaCellInformation.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _CdmaCellInformation_H_ -#define _CdmaCellInformation_H_ +#ifndef _CdmaCellInformation_H +#define _CdmaCellInformation_H #include diff --git a/src/core/libs/supl/asn-supl/CellInfo.h b/src/core/libs/supl/asn-supl/CellInfo.h index 770458831..160414639 100644 --- a/src/core/libs/supl/asn-supl/CellInfo.h +++ b/src/core/libs/supl/asn-supl/CellInfo.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _CellInfo_H_ -#define _CellInfo_H_ +#ifndef _CellInfo_H +#define _CellInfo_H #include diff --git a/src/core/libs/supl/asn-supl/CellMeasuredResults.h b/src/core/libs/supl/asn-supl/CellMeasuredResults.h index 0a9c717d1..73f494eb6 100644 --- a/src/core/libs/supl/asn-supl/CellMeasuredResults.h +++ b/src/core/libs/supl/asn-supl/CellMeasuredResults.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _CellMeasuredResults_H_ -#define _CellMeasuredResults_H_ +#ifndef _CellMeasuredResults_H +#define _CellMeasuredResults_H #include diff --git a/src/core/libs/supl/asn-supl/CellMeasuredResultsList.h b/src/core/libs/supl/asn-supl/CellMeasuredResultsList.h index 21d4ec8c5..8680c7f01 100644 --- a/src/core/libs/supl/asn-supl/CellMeasuredResultsList.h +++ b/src/core/libs/supl/asn-supl/CellMeasuredResultsList.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _CellMeasuredResultsList_H_ -#define _CellMeasuredResultsList_H_ +#ifndef _CellMeasuredResultsList_H +#define _CellMeasuredResultsList_H #include diff --git a/src/core/libs/supl/asn-supl/CellParametersID.h b/src/core/libs/supl/asn-supl/CellParametersID.h index 40070f60c..a31fc8cfc 100644 --- a/src/core/libs/supl/asn-supl/CellParametersID.h +++ b/src/core/libs/supl/asn-supl/CellParametersID.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _CellParametersID_H_ -#define _CellParametersID_H_ +#ifndef _CellParametersID_H +#define _CellParametersID_H #include diff --git a/src/core/libs/supl/asn-supl/DUMMY.h b/src/core/libs/supl/asn-supl/DUMMY.h index 7076957df..871105c0d 100644 --- a/src/core/libs/supl/asn-supl/DUMMY.h +++ b/src/core/libs/supl/asn-supl/DUMMY.h @@ -6,8 +6,8 @@ * found in "../supl-ulp.asn" */ -#ifndef _DUMMY_H_ -#define _DUMMY_H_ +#ifndef _DUMMY_H +#define _DUMMY_H #include diff --git a/src/core/libs/supl/asn-supl/ENUMERATED.h b/src/core/libs/supl/asn-supl/ENUMERATED.h index f5b7e11cc..7cad5f906 100644 --- a/src/core/libs/supl/asn-supl/ENUMERATED.h +++ b/src/core/libs/supl/asn-supl/ENUMERATED.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _ENUMERATED_H_ -#define _ENUMERATED_H_ +#ifndef _ENUMERATED_H +#define _ENUMERATED_H #include diff --git a/src/core/libs/supl/asn-supl/EncodingType.h b/src/core/libs/supl/asn-supl/EncodingType.h index 09d617739..78ef2a35a 100644 --- a/src/core/libs/supl/asn-supl/EncodingType.h +++ b/src/core/libs/supl/asn-supl/EncodingType.h @@ -6,8 +6,8 @@ * found in "../supl-init.asn" */ -#ifndef _EncodingType_H_ -#define _EncodingType_H_ +#ifndef _EncodingType_H +#define _EncodingType_H #include diff --git a/src/core/libs/supl/asn-supl/FQDN.h b/src/core/libs/supl/asn-supl/FQDN.h index b46f21d8b..46a5c7ae8 100644 --- a/src/core/libs/supl/asn-supl/FQDN.h +++ b/src/core/libs/supl/asn-supl/FQDN.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _FQDN_H_ -#define _FQDN_H_ +#ifndef _FQDN_H +#define _FQDN_H #include diff --git a/src/core/libs/supl/asn-supl/FormatIndicator.h b/src/core/libs/supl/asn-supl/FormatIndicator.h index a109d6412..486da6ffc 100644 --- a/src/core/libs/supl/asn-supl/FormatIndicator.h +++ b/src/core/libs/supl/asn-supl/FormatIndicator.h @@ -6,8 +6,8 @@ * found in "../supl-init.asn" */ -#ifndef _FormatIndicator_H_ -#define _FormatIndicator_H_ +#ifndef _FormatIndicator_H +#define _FormatIndicator_H #include diff --git a/src/core/libs/supl/asn-supl/FrequencyInfo.h b/src/core/libs/supl/asn-supl/FrequencyInfo.h index f530150e6..558a0dcb6 100644 --- a/src/core/libs/supl/asn-supl/FrequencyInfo.h +++ b/src/core/libs/supl/asn-supl/FrequencyInfo.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _FrequencyInfo_H_ -#define _FrequencyInfo_H_ +#ifndef _FrequencyInfo_H +#define _FrequencyInfo_H #include diff --git a/src/core/libs/supl/asn-supl/FrequencyInfoFDD.h b/src/core/libs/supl/asn-supl/FrequencyInfoFDD.h index ea5b7f7d8..c21beeaed 100644 --- a/src/core/libs/supl/asn-supl/FrequencyInfoFDD.h +++ b/src/core/libs/supl/asn-supl/FrequencyInfoFDD.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _FrequencyInfoFDD_H_ -#define _FrequencyInfoFDD_H_ +#ifndef _FrequencyInfoFDD_H +#define _FrequencyInfoFDD_H #include diff --git a/src/core/libs/supl/asn-supl/FrequencyInfoTDD.h b/src/core/libs/supl/asn-supl/FrequencyInfoTDD.h index e177ed73d..06f92b504 100644 --- a/src/core/libs/supl/asn-supl/FrequencyInfoTDD.h +++ b/src/core/libs/supl/asn-supl/FrequencyInfoTDD.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _FrequencyInfoTDD_H_ -#define _FrequencyInfoTDD_H_ +#ifndef _FrequencyInfoTDD_H +#define _FrequencyInfoTDD_H #include diff --git a/src/core/libs/supl/asn-supl/GeneralizedTime.h b/src/core/libs/supl/asn-supl/GeneralizedTime.h index d2e4646be..ffe33feb6 100644 --- a/src/core/libs/supl/asn-supl/GeneralizedTime.h +++ b/src/core/libs/supl/asn-supl/GeneralizedTime.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _GeneralizedTime_H_ -#define _GeneralizedTime_H_ +#ifndef _GeneralizedTime_H +#define _GeneralizedTime_H #include diff --git a/src/core/libs/supl/asn-supl/GsmCellInformation.h b/src/core/libs/supl/asn-supl/GsmCellInformation.h index d9e8d145b..c85d51bef 100644 --- a/src/core/libs/supl/asn-supl/GsmCellInformation.h +++ b/src/core/libs/supl/asn-supl/GsmCellInformation.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _GsmCellInformation_H_ -#define _GsmCellInformation_H_ +#ifndef _GsmCellInformation_H +#define _GsmCellInformation_H #include diff --git a/src/core/libs/supl/asn-supl/Horandveruncert.h b/src/core/libs/supl/asn-supl/Horandveruncert.h index 7cdd2b830..3ed7b0c81 100644 --- a/src/core/libs/supl/asn-supl/Horandveruncert.h +++ b/src/core/libs/supl/asn-supl/Horandveruncert.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _Horandveruncert_H_ -#define _Horandveruncert_H_ +#ifndef _Horandveruncert_H +#define _Horandveruncert_H #include diff --git a/src/core/libs/supl/asn-supl/Horandvervel.h b/src/core/libs/supl/asn-supl/Horandvervel.h index 993d78799..f09911161 100644 --- a/src/core/libs/supl/asn-supl/Horandvervel.h +++ b/src/core/libs/supl/asn-supl/Horandvervel.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _Horandvervel_H_ -#define _Horandvervel_H_ +#ifndef _Horandvervel_H +#define _Horandvervel_H #include diff --git a/src/core/libs/supl/asn-supl/Horvel.h b/src/core/libs/supl/asn-supl/Horvel.h index d38a859b2..3eaca3a9a 100644 --- a/src/core/libs/supl/asn-supl/Horvel.h +++ b/src/core/libs/supl/asn-supl/Horvel.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _Horvel_H_ -#define _Horvel_H_ +#ifndef _Horvel_H +#define _Horvel_H #include diff --git a/src/core/libs/supl/asn-supl/Horveluncert.h b/src/core/libs/supl/asn-supl/Horveluncert.h index 15397e410..d5b85805b 100644 --- a/src/core/libs/supl/asn-supl/Horveluncert.h +++ b/src/core/libs/supl/asn-supl/Horveluncert.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _Horveluncert_H_ -#define _Horveluncert_H_ +#ifndef _Horveluncert_H +#define _Horveluncert_H #include diff --git a/src/core/libs/supl/asn-supl/IA5String.h b/src/core/libs/supl/asn-supl/IA5String.h index a5b0434de..6735cb490 100644 --- a/src/core/libs/supl/asn-supl/IA5String.h +++ b/src/core/libs/supl/asn-supl/IA5String.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _IA5String_H_ -#define _IA5String_H_ +#ifndef _IA5String_H +#define _IA5String_H #include diff --git a/src/core/libs/supl/asn-supl/INTEGER.h b/src/core/libs/supl/asn-supl/INTEGER.h index efe193836..1f67f8843 100644 --- a/src/core/libs/supl/asn-supl/INTEGER.h +++ b/src/core/libs/supl/asn-supl/INTEGER.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _INTEGER_H_ -#define _INTEGER_H_ +#ifndef _INTEGER_H +#define _INTEGER_H #include #include diff --git a/src/core/libs/supl/asn-supl/IPAddress.h b/src/core/libs/supl/asn-supl/IPAddress.h index 3c2cc8469..ace14ddb7 100644 --- a/src/core/libs/supl/asn-supl/IPAddress.h +++ b/src/core/libs/supl/asn-supl/IPAddress.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _IPAddress_H_ -#define _IPAddress_H_ +#ifndef _IPAddress_H +#define _IPAddress_H #include diff --git a/src/core/libs/supl/asn-supl/KeyIdentity.h b/src/core/libs/supl/asn-supl/KeyIdentity.h index e435fb9cb..40ad14347 100644 --- a/src/core/libs/supl/asn-supl/KeyIdentity.h +++ b/src/core/libs/supl/asn-supl/KeyIdentity.h @@ -6,8 +6,8 @@ * found in "../supl-init.asn" */ -#ifndef _KeyIdentity_H_ -#define _KeyIdentity_H_ +#ifndef _KeyIdentity_H +#define _KeyIdentity_H #include diff --git a/src/core/libs/supl/asn-supl/KeyIdentity4.h b/src/core/libs/supl/asn-supl/KeyIdentity4.h index 4b3361a71..232391331 100644 --- a/src/core/libs/supl/asn-supl/KeyIdentity4.h +++ b/src/core/libs/supl/asn-supl/KeyIdentity4.h @@ -6,8 +6,8 @@ * found in "../supl-response.asn" */ -#ifndef _KeyIdentity4_H_ -#define _KeyIdentity4_H_ +#ifndef _KeyIdentity4_H +#define _KeyIdentity4_H #include diff --git a/src/core/libs/supl/asn-supl/LocationId.h b/src/core/libs/supl/asn-supl/LocationId.h index e26a7b919..94d13da83 100644 --- a/src/core/libs/supl/asn-supl/LocationId.h +++ b/src/core/libs/supl/asn-supl/LocationId.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _LocationId_H_ -#define _LocationId_H_ +#ifndef _LocationId_H +#define _LocationId_H #include diff --git a/src/core/libs/supl/asn-supl/MAC.h b/src/core/libs/supl/asn-supl/MAC.h index 4ce4175e9..69ab89aae 100644 --- a/src/core/libs/supl/asn-supl/MAC.h +++ b/src/core/libs/supl/asn-supl/MAC.h @@ -6,8 +6,8 @@ * found in "../supl-init.asn" */ -#ifndef _MAC_H_ -#define _MAC_H_ +#ifndef _MAC_H +#define _MAC_H #include diff --git a/src/core/libs/supl/asn-supl/MeasuredResults.h b/src/core/libs/supl/asn-supl/MeasuredResults.h index dc193e7c2..275589d36 100644 --- a/src/core/libs/supl/asn-supl/MeasuredResults.h +++ b/src/core/libs/supl/asn-supl/MeasuredResults.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _MeasuredResults_H_ -#define _MeasuredResults_H_ +#ifndef _MeasuredResults_H +#define _MeasuredResults_H #include diff --git a/src/core/libs/supl/asn-supl/MeasuredResultsList.h b/src/core/libs/supl/asn-supl/MeasuredResultsList.h index a95e65adb..a75e01d49 100644 --- a/src/core/libs/supl/asn-supl/MeasuredResultsList.h +++ b/src/core/libs/supl/asn-supl/MeasuredResultsList.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _MeasuredResultsList_H_ -#define _MeasuredResultsList_H_ +#ifndef _MeasuredResultsList_H +#define _MeasuredResultsList_H #include diff --git a/src/core/libs/supl/asn-supl/NMR.h b/src/core/libs/supl/asn-supl/NMR.h index da002fb09..022afedb2 100644 --- a/src/core/libs/supl/asn-supl/NMR.h +++ b/src/core/libs/supl/asn-supl/NMR.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _NMR_H_ -#define _NMR_H_ +#ifndef _NMR_H +#define _NMR_H #include diff --git a/src/core/libs/supl/asn-supl/NMRelement.h b/src/core/libs/supl/asn-supl/NMRelement.h index 510c19d35..2bb4aed2b 100644 --- a/src/core/libs/supl/asn-supl/NMRelement.h +++ b/src/core/libs/supl/asn-supl/NMRelement.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _NMRelement_H_ -#define _NMRelement_H_ +#ifndef _NMRelement_H +#define _NMRelement_H #include diff --git a/src/core/libs/supl/asn-supl/NativeEnumerated.h b/src/core/libs/supl/asn-supl/NativeEnumerated.h index 08ed4b343..3810dc5e9 100644 --- a/src/core/libs/supl/asn-supl/NativeEnumerated.h +++ b/src/core/libs/supl/asn-supl/NativeEnumerated.h @@ -9,8 +9,8 @@ * will do). * This type may be used when integer range is limited by subtype constraints. */ -#ifndef _NativeEnumerated_H_ -#define _NativeEnumerated_H_ +#ifndef _NativeEnumerated_H +#define _NativeEnumerated_H #include diff --git a/src/core/libs/supl/asn-supl/NativeInteger.h b/src/core/libs/supl/asn-supl/NativeInteger.h index 4f83ee84f..438871f22 100644 --- a/src/core/libs/supl/asn-supl/NativeInteger.h +++ b/src/core/libs/supl/asn-supl/NativeInteger.h @@ -9,8 +9,8 @@ * will do). * This type may be used when integer range is limited by subtype constraints. */ -#ifndef _NativeInteger_H_ -#define _NativeInteger_H_ +#ifndef _NativeInteger_H +#define _NativeInteger_H #include #include diff --git a/src/core/libs/supl/asn-supl/Notification.h b/src/core/libs/supl/asn-supl/Notification.h index 01aac3fa2..4dbb4fc40 100644 --- a/src/core/libs/supl/asn-supl/Notification.h +++ b/src/core/libs/supl/asn-supl/Notification.h @@ -6,8 +6,8 @@ * found in "../supl-init.asn" */ -#ifndef _Notification_H_ -#define _Notification_H_ +#ifndef _Notification_H +#define _Notification_H #include diff --git a/src/core/libs/supl/asn-supl/NotificationType.h b/src/core/libs/supl/asn-supl/NotificationType.h index bb0d75c1a..db96d4ec1 100644 --- a/src/core/libs/supl/asn-supl/NotificationType.h +++ b/src/core/libs/supl/asn-supl/NotificationType.h @@ -6,8 +6,8 @@ * found in "../supl-init.asn" */ -#ifndef _NotificationType_H_ -#define _NotificationType_H_ +#ifndef _NotificationType_H +#define _NotificationType_H #include diff --git a/src/core/libs/supl/asn-supl/OCTET_STRING.h b/src/core/libs/supl/asn-supl/OCTET_STRING.h index f7cd37b16..79ad0be55 100644 --- a/src/core/libs/supl/asn-supl/OCTET_STRING.h +++ b/src/core/libs/supl/asn-supl/OCTET_STRING.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _OCTET_STRING_H_ -#define _OCTET_STRING_H_ +#ifndef _OCTET_STRING_H +#define _OCTET_STRING_H #include diff --git a/src/core/libs/supl/asn-supl/Pathloss.h b/src/core/libs/supl/asn-supl/Pathloss.h index c3e1b3b08..80e263c3d 100644 --- a/src/core/libs/supl/asn-supl/Pathloss.h +++ b/src/core/libs/supl/asn-supl/Pathloss.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _Pathloss_H_ -#define _Pathloss_H_ +#ifndef _Pathloss_H +#define _Pathloss_H #include diff --git a/src/core/libs/supl/asn-supl/PosMethod.h b/src/core/libs/supl/asn-supl/PosMethod.h index 7b447763f..679ee4c9e 100644 --- a/src/core/libs/supl/asn-supl/PosMethod.h +++ b/src/core/libs/supl/asn-supl/PosMethod.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _PosMethod_H_ -#define _PosMethod_H_ +#ifndef _PosMethod_H +#define _PosMethod_H #include diff --git a/src/core/libs/supl/asn-supl/PosPayLoad.h b/src/core/libs/supl/asn-supl/PosPayLoad.h index ea1ae1723..3591cc2f6 100644 --- a/src/core/libs/supl/asn-supl/PosPayLoad.h +++ b/src/core/libs/supl/asn-supl/PosPayLoad.h @@ -6,8 +6,8 @@ * found in "../supl-pos.asn" */ -#ifndef _PosPayLoad_H_ -#define _PosPayLoad_H_ +#ifndef _PosPayLoad_H +#define _PosPayLoad_H #include diff --git a/src/core/libs/supl/asn-supl/PosProtocol.h b/src/core/libs/supl/asn-supl/PosProtocol.h index 0ce9c6b18..ec0f04f36 100644 --- a/src/core/libs/supl/asn-supl/PosProtocol.h +++ b/src/core/libs/supl/asn-supl/PosProtocol.h @@ -6,8 +6,8 @@ * found in "../supl-start.asn" */ -#ifndef _PosProtocol_H_ -#define _PosProtocol_H_ +#ifndef _PosProtocol_H +#define _PosProtocol_H #include diff --git a/src/core/libs/supl/asn-supl/PosTechnology.h b/src/core/libs/supl/asn-supl/PosTechnology.h index a289d65a0..077b43cc5 100644 --- a/src/core/libs/supl/asn-supl/PosTechnology.h +++ b/src/core/libs/supl/asn-supl/PosTechnology.h @@ -6,8 +6,8 @@ * found in "../supl-start.asn" */ -#ifndef _PosTechnology_H_ -#define _PosTechnology_H_ +#ifndef _PosTechnology_H +#define _PosTechnology_H #include diff --git a/src/core/libs/supl/asn-supl/Position.h b/src/core/libs/supl/asn-supl/Position.h index 21c9b7056..73c332c9b 100644 --- a/src/core/libs/supl/asn-supl/Position.h +++ b/src/core/libs/supl/asn-supl/Position.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _Position_H_ -#define _Position_H_ +#ifndef _Position_H +#define _Position_H #include diff --git a/src/core/libs/supl/asn-supl/PositionEstimate.h b/src/core/libs/supl/asn-supl/PositionEstimate.h index b78686956..cc846de93 100644 --- a/src/core/libs/supl/asn-supl/PositionEstimate.h +++ b/src/core/libs/supl/asn-supl/PositionEstimate.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _PositionEstimate_H_ -#define _PositionEstimate_H_ +#ifndef _PositionEstimate_H +#define _PositionEstimate_H #include diff --git a/src/core/libs/supl/asn-supl/PrefMethod.h b/src/core/libs/supl/asn-supl/PrefMethod.h index 1181eccae..70ad754b4 100644 --- a/src/core/libs/supl/asn-supl/PrefMethod.h +++ b/src/core/libs/supl/asn-supl/PrefMethod.h @@ -6,8 +6,8 @@ * found in "../supl-start.asn" */ -#ifndef _PrefMethod_H_ -#define _PrefMethod_H_ +#ifndef _PrefMethod_H +#define _PrefMethod_H #include diff --git a/src/core/libs/supl/asn-supl/PrimaryCCPCH-RSCP.h b/src/core/libs/supl/asn-supl/PrimaryCCPCH-RSCP.h index 20705080e..2af7898df 100644 --- a/src/core/libs/supl/asn-supl/PrimaryCCPCH-RSCP.h +++ b/src/core/libs/supl/asn-supl/PrimaryCCPCH-RSCP.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _PrimaryCCPCH_RSCP_H_ -#define _PrimaryCCPCH_RSCP_H_ +#ifndef _PrimaryCCPCH_RSCP_H +#define _PrimaryCCPCH_RSCP_H #include diff --git a/src/core/libs/supl/asn-supl/PrimaryCPICH-Info.h b/src/core/libs/supl/asn-supl/PrimaryCPICH-Info.h index 9bd4b2d5a..9145bb6b3 100644 --- a/src/core/libs/supl/asn-supl/PrimaryCPICH-Info.h +++ b/src/core/libs/supl/asn-supl/PrimaryCPICH-Info.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _PrimaryCPICH_Info_H_ -#define _PrimaryCPICH_Info_H_ +#ifndef _PrimaryCPICH_Info_H +#define _PrimaryCPICH_Info_H #include diff --git a/src/core/libs/supl/asn-supl/QoP.h b/src/core/libs/supl/asn-supl/QoP.h index e45e57688..fbb2974b0 100644 --- a/src/core/libs/supl/asn-supl/QoP.h +++ b/src/core/libs/supl/asn-supl/QoP.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _QoP_H_ -#define _QoP_H_ +#ifndef _QoP_H +#define _QoP_H #include diff --git a/src/core/libs/supl/asn-supl/RequestedAssistData.h b/src/core/libs/supl/asn-supl/RequestedAssistData.h index 7933aa546..924a2e1ba 100644 --- a/src/core/libs/supl/asn-supl/RequestedAssistData.h +++ b/src/core/libs/supl/asn-supl/RequestedAssistData.h @@ -6,8 +6,8 @@ * found in "../supl-posinit.asn" */ -#ifndef _RequestedAssistData_H_ -#define _RequestedAssistData_H_ +#ifndef _RequestedAssistData_H +#define _RequestedAssistData_H #include diff --git a/src/core/libs/supl/asn-supl/SETAuthKey.h b/src/core/libs/supl/asn-supl/SETAuthKey.h index df6c0b530..a28a41d33 100644 --- a/src/core/libs/supl/asn-supl/SETAuthKey.h +++ b/src/core/libs/supl/asn-supl/SETAuthKey.h @@ -6,8 +6,8 @@ * found in "../supl-response.asn" */ -#ifndef _SETAuthKey_H_ -#define _SETAuthKey_H_ +#ifndef _SETAuthKey_H +#define _SETAuthKey_H #include diff --git a/src/core/libs/supl/asn-supl/SETCapabilities.h b/src/core/libs/supl/asn-supl/SETCapabilities.h index 0faec944b..98b76a49a 100644 --- a/src/core/libs/supl/asn-supl/SETCapabilities.h +++ b/src/core/libs/supl/asn-supl/SETCapabilities.h @@ -6,8 +6,8 @@ * found in "../supl-start.asn" */ -#ifndef _SETCapabilities_H_ -#define _SETCapabilities_H_ +#ifndef _SETCapabilities_H +#define _SETCapabilities_H #include diff --git a/src/core/libs/supl/asn-supl/SETId.h b/src/core/libs/supl/asn-supl/SETId.h index 8727bc963..817a2afc6 100644 --- a/src/core/libs/supl/asn-supl/SETId.h +++ b/src/core/libs/supl/asn-supl/SETId.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _SETId_H_ -#define _SETId_H_ +#ifndef _SETId_H +#define _SETId_H #include diff --git a/src/core/libs/supl/asn-supl/SLPAddress.h b/src/core/libs/supl/asn-supl/SLPAddress.h index b4d5408d7..188fec67d 100644 --- a/src/core/libs/supl/asn-supl/SLPAddress.h +++ b/src/core/libs/supl/asn-supl/SLPAddress.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _SLPAddress_H_ -#define _SLPAddress_H_ +#ifndef _SLPAddress_H +#define _SLPAddress_H #include diff --git a/src/core/libs/supl/asn-supl/SLPMode.h b/src/core/libs/supl/asn-supl/SLPMode.h index 25fb01d7e..e270ac864 100644 --- a/src/core/libs/supl/asn-supl/SLPMode.h +++ b/src/core/libs/supl/asn-supl/SLPMode.h @@ -6,8 +6,8 @@ * found in "../supl-init.asn" */ -#ifndef _SLPMode_H_ -#define _SLPMode_H_ +#ifndef _SLPMode_H +#define _SLPMode_H #include diff --git a/src/core/libs/supl/asn-supl/SUPLEND.h b/src/core/libs/supl/asn-supl/SUPLEND.h index baeccd3c4..8921e747a 100644 --- a/src/core/libs/supl/asn-supl/SUPLEND.h +++ b/src/core/libs/supl/asn-supl/SUPLEND.h @@ -6,8 +6,8 @@ * found in "../supl-end.asn" */ -#ifndef _SUPLEND_H_ -#define _SUPLEND_H_ +#ifndef _SUPLEND_H +#define _SUPLEND_H #include diff --git a/src/core/libs/supl/asn-supl/SUPLINIT.h b/src/core/libs/supl/asn-supl/SUPLINIT.h index 0f4a05e14..4cb326b62 100644 --- a/src/core/libs/supl/asn-supl/SUPLINIT.h +++ b/src/core/libs/supl/asn-supl/SUPLINIT.h @@ -6,8 +6,8 @@ * found in "../supl-init.asn" */ -#ifndef _SUPLINIT_H_ -#define _SUPLINIT_H_ +#ifndef _SUPLINIT_H +#define _SUPLINIT_H #include diff --git a/src/core/libs/supl/asn-supl/SUPLPOS.h b/src/core/libs/supl/asn-supl/SUPLPOS.h index da5019f70..d2d90bb12 100644 --- a/src/core/libs/supl/asn-supl/SUPLPOS.h +++ b/src/core/libs/supl/asn-supl/SUPLPOS.h @@ -6,8 +6,8 @@ * found in "../supl-pos.asn" */ -#ifndef _SUPLPOS_H_ -#define _SUPLPOS_H_ +#ifndef _SUPLPOS_H +#define _SUPLPOS_H #include diff --git a/src/core/libs/supl/asn-supl/SUPLPOSINIT.h b/src/core/libs/supl/asn-supl/SUPLPOSINIT.h index 9d14eed63..fb820d5d5 100644 --- a/src/core/libs/supl/asn-supl/SUPLPOSINIT.h +++ b/src/core/libs/supl/asn-supl/SUPLPOSINIT.h @@ -6,8 +6,8 @@ * found in "../supl-posinit.asn" */ -#ifndef _SUPLPOSINIT_H_ -#define _SUPLPOSINIT_H_ +#ifndef _SUPLPOSINIT_H +#define _SUPLPOSINIT_H #include diff --git a/src/core/libs/supl/asn-supl/SUPLRESPONSE.h b/src/core/libs/supl/asn-supl/SUPLRESPONSE.h index cd363f717..450a4eac7 100644 --- a/src/core/libs/supl/asn-supl/SUPLRESPONSE.h +++ b/src/core/libs/supl/asn-supl/SUPLRESPONSE.h @@ -6,8 +6,8 @@ * found in "../supl-response.asn" */ -#ifndef _SUPLRESPONSE_H_ -#define _SUPLRESPONSE_H_ +#ifndef _SUPLRESPONSE_H +#define _SUPLRESPONSE_H #include diff --git a/src/core/libs/supl/asn-supl/SUPLSTART.h b/src/core/libs/supl/asn-supl/SUPLSTART.h index 604ffa80d..fa0eb6080 100644 --- a/src/core/libs/supl/asn-supl/SUPLSTART.h +++ b/src/core/libs/supl/asn-supl/SUPLSTART.h @@ -6,8 +6,8 @@ * found in "../supl-start.asn" */ -#ifndef _SUPLSTART_H_ -#define _SUPLSTART_H_ +#ifndef _SUPLSTART_H +#define _SUPLSTART_H #include diff --git a/src/core/libs/supl/asn-supl/SatelliteInfo.h b/src/core/libs/supl/asn-supl/SatelliteInfo.h index 9657a5103..d59e2e266 100644 --- a/src/core/libs/supl/asn-supl/SatelliteInfo.h +++ b/src/core/libs/supl/asn-supl/SatelliteInfo.h @@ -6,8 +6,8 @@ * found in "../supl-posinit.asn" */ -#ifndef _SatelliteInfo_H_ -#define _SatelliteInfo_H_ +#ifndef _SatelliteInfo_H +#define _SatelliteInfo_H #include diff --git a/src/core/libs/supl/asn-supl/SatelliteInfoElement.h b/src/core/libs/supl/asn-supl/SatelliteInfoElement.h index e940935dc..d5f562b7d 100644 --- a/src/core/libs/supl/asn-supl/SatelliteInfoElement.h +++ b/src/core/libs/supl/asn-supl/SatelliteInfoElement.h @@ -6,8 +6,8 @@ * found in "../supl-posinit.asn" */ -#ifndef _SatelliteInfoElement_H_ -#define _SatelliteInfoElement_H_ +#ifndef _SatelliteInfoElement_H +#define _SatelliteInfoElement_H #include diff --git a/src/core/libs/supl/asn-supl/SessionID.h b/src/core/libs/supl/asn-supl/SessionID.h index 14b4575eb..f7ad508d1 100644 --- a/src/core/libs/supl/asn-supl/SessionID.h +++ b/src/core/libs/supl/asn-supl/SessionID.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _SessionID_H_ -#define _SessionID_H_ +#ifndef _SessionID_H +#define _SessionID_H #include diff --git a/src/core/libs/supl/asn-supl/SetSessionID.h b/src/core/libs/supl/asn-supl/SetSessionID.h index ea7070b3a..7704ac6da 100644 --- a/src/core/libs/supl/asn-supl/SetSessionID.h +++ b/src/core/libs/supl/asn-supl/SetSessionID.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _SetSessionID_H_ -#define _SetSessionID_H_ +#ifndef _SetSessionID_H +#define _SetSessionID_H #include diff --git a/src/core/libs/supl/asn-supl/SlpSessionID.h b/src/core/libs/supl/asn-supl/SlpSessionID.h index b329d0f79..07ff89d47 100644 --- a/src/core/libs/supl/asn-supl/SlpSessionID.h +++ b/src/core/libs/supl/asn-supl/SlpSessionID.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _SlpSessionID_H_ -#define _SlpSessionID_H_ +#ifndef _SlpSessionID_H +#define _SlpSessionID_H #include diff --git a/src/core/libs/supl/asn-supl/Status.h b/src/core/libs/supl/asn-supl/Status.h index a5f02774c..ade12157a 100644 --- a/src/core/libs/supl/asn-supl/Status.h +++ b/src/core/libs/supl/asn-supl/Status.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _Status_H_ -#define _Status_H_ +#ifndef _Status_H +#define _Status_H #include diff --git a/src/core/libs/supl/asn-supl/StatusCode.h b/src/core/libs/supl/asn-supl/StatusCode.h index cdfdeb376..d4d1f2939 100644 --- a/src/core/libs/supl/asn-supl/StatusCode.h +++ b/src/core/libs/supl/asn-supl/StatusCode.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _StatusCode_H_ -#define _StatusCode_H_ +#ifndef _StatusCode_H +#define _StatusCode_H #include diff --git a/src/core/libs/supl/asn-supl/TGSN.h b/src/core/libs/supl/asn-supl/TGSN.h index 6451fc808..fded121d8 100644 --- a/src/core/libs/supl/asn-supl/TGSN.h +++ b/src/core/libs/supl/asn-supl/TGSN.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _TGSN_H_ -#define _TGSN_H_ +#ifndef _TGSN_H +#define _TGSN_H #include diff --git a/src/core/libs/supl/asn-supl/TimeslotISCP-List.h b/src/core/libs/supl/asn-supl/TimeslotISCP-List.h index 199020331..9e48dc20e 100644 --- a/src/core/libs/supl/asn-supl/TimeslotISCP-List.h +++ b/src/core/libs/supl/asn-supl/TimeslotISCP-List.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _TimeslotISCP_List_H_ -#define _TimeslotISCP_List_H_ +#ifndef _TimeslotISCP_List_H +#define _TimeslotISCP_List_H #include diff --git a/src/core/libs/supl/asn-supl/TimeslotISCP.h b/src/core/libs/supl/asn-supl/TimeslotISCP.h index e892c6838..d054c8de3 100644 --- a/src/core/libs/supl/asn-supl/TimeslotISCP.h +++ b/src/core/libs/supl/asn-supl/TimeslotISCP.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _TimeslotISCP_H_ -#define _TimeslotISCP_H_ +#ifndef _TimeslotISCP_H +#define _TimeslotISCP_H #include diff --git a/src/core/libs/supl/asn-supl/UARFCN.h b/src/core/libs/supl/asn-supl/UARFCN.h index c6a71a319..495b017ad 100644 --- a/src/core/libs/supl/asn-supl/UARFCN.h +++ b/src/core/libs/supl/asn-supl/UARFCN.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _UARFCN_H_ -#define _UARFCN_H_ +#ifndef _UARFCN_H +#define _UARFCN_H #include diff --git a/src/core/libs/supl/asn-supl/ULP-PDU.h b/src/core/libs/supl/asn-supl/ULP-PDU.h index be196bf9f..248f95644 100644 --- a/src/core/libs/supl/asn-supl/ULP-PDU.h +++ b/src/core/libs/supl/asn-supl/ULP-PDU.h @@ -6,8 +6,8 @@ * found in "../supl-ulp.asn" */ -#ifndef _ULP_PDU_H_ -#define _ULP_PDU_H_ +#ifndef _ULP_PDU_H +#define _ULP_PDU_H #include diff --git a/src/core/libs/supl/asn-supl/UTCTime.h b/src/core/libs/supl/asn-supl/UTCTime.h index da1062c6e..fd6fcb620 100644 --- a/src/core/libs/supl/asn-supl/UTCTime.h +++ b/src/core/libs/supl/asn-supl/UTCTime.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _UTCTime_H_ -#define _UTCTime_H_ +#ifndef _UTCTime_H +#define _UTCTime_H #include diff --git a/src/core/libs/supl/asn-supl/UTRA-CarrierRSSI.h b/src/core/libs/supl/asn-supl/UTRA-CarrierRSSI.h index 1d93b226f..c2a9402e6 100644 --- a/src/core/libs/supl/asn-supl/UTRA-CarrierRSSI.h +++ b/src/core/libs/supl/asn-supl/UTRA-CarrierRSSI.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _UTRA_CarrierRSSI_H_ -#define _UTRA_CarrierRSSI_H_ +#ifndef _UTRA_CarrierRSSI_H +#define _UTRA_CarrierRSSI_H #include diff --git a/src/core/libs/supl/asn-supl/UlpMessage.h b/src/core/libs/supl/asn-supl/UlpMessage.h index 8dd44fdca..ee31cde8d 100644 --- a/src/core/libs/supl/asn-supl/UlpMessage.h +++ b/src/core/libs/supl/asn-supl/UlpMessage.h @@ -6,8 +6,8 @@ * found in "../supl-ulp.asn" */ -#ifndef _UlpMessage_H_ -#define _UlpMessage_H_ +#ifndef _UlpMessage_H +#define _UlpMessage_H #include diff --git a/src/core/libs/supl/asn-supl/Velocity.h b/src/core/libs/supl/asn-supl/Velocity.h index f2bad9790..9804323cd 100644 --- a/src/core/libs/supl/asn-supl/Velocity.h +++ b/src/core/libs/supl/asn-supl/Velocity.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _Velocity_H_ -#define _Velocity_H_ +#ifndef _Velocity_H +#define _Velocity_H #include diff --git a/src/core/libs/supl/asn-supl/Ver.h b/src/core/libs/supl/asn-supl/Ver.h index e272c6209..84cc167b1 100644 --- a/src/core/libs/supl/asn-supl/Ver.h +++ b/src/core/libs/supl/asn-supl/Ver.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _Ver_H_ -#define _Ver_H_ +#ifndef _Ver_H +#define _Ver_H #include diff --git a/src/core/libs/supl/asn-supl/Version.h b/src/core/libs/supl/asn-supl/Version.h index fdb978554..11861507b 100644 --- a/src/core/libs/supl/asn-supl/Version.h +++ b/src/core/libs/supl/asn-supl/Version.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _Version_H_ -#define _Version_H_ +#ifndef _Version_H +#define _Version_H #include diff --git a/src/core/libs/supl/asn-supl/VisibleString.h b/src/core/libs/supl/asn-supl/VisibleString.h index 097025ab7..80eed5023 100644 --- a/src/core/libs/supl/asn-supl/VisibleString.h +++ b/src/core/libs/supl/asn-supl/VisibleString.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _VisibleString_H_ -#define _VisibleString_H_ +#ifndef _VisibleString_H +#define _VisibleString_H #include diff --git a/src/core/libs/supl/asn-supl/WcdmaCellInformation.h b/src/core/libs/supl/asn-supl/WcdmaCellInformation.h index 781537d3c..42b53a153 100644 --- a/src/core/libs/supl/asn-supl/WcdmaCellInformation.h +++ b/src/core/libs/supl/asn-supl/WcdmaCellInformation.h @@ -6,8 +6,8 @@ * found in "../supl-common.asn" */ -#ifndef _WcdmaCellInformation_H_ -#define _WcdmaCellInformation_H_ +#ifndef _WcdmaCellInformation_H +#define _WcdmaCellInformation_H #include diff --git a/src/core/libs/supl/asn-supl/XNavigationModel.h b/src/core/libs/supl/asn-supl/XNavigationModel.h index 259215f37..de27c9631 100644 --- a/src/core/libs/supl/asn-supl/XNavigationModel.h +++ b/src/core/libs/supl/asn-supl/XNavigationModel.h @@ -6,8 +6,8 @@ * found in "../supl-posinit.asn" */ -#ifndef _XNavigationModel_H_ -#define _XNavigationModel_H_ +#ifndef _XNavigationModel_H +#define _XNavigationModel_H #include diff --git a/src/core/libs/supl/asn-supl/asn_application.h b/src/core/libs/supl/asn-supl/asn_application.h index 48610350c..d2fdf8e79 100644 --- a/src/core/libs/supl/asn-supl/asn_application.h +++ b/src/core/libs/supl/asn-supl/asn_application.h @@ -5,8 +5,8 @@ /* * Application-level ASN.1 callbacks. */ -#ifndef _ASN_APPLICATION_H_ -#define _ASN_APPLICATION_H_ +#ifndef _ASN_APPLICATION_H +#define _ASN_APPLICATION_H // clang-format off #include "asn_system.h" /* for platform-dependent types */ diff --git a/src/core/libs/supl/asn-supl/asn_codecs.h b/src/core/libs/supl/asn-supl/asn_codecs.h index 827ad94ef..cba39649e 100644 --- a/src/core/libs/supl/asn-supl/asn_codecs.h +++ b/src/core/libs/supl/asn-supl/asn_codecs.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _ASN_CODECS_H_ -#define _ASN_CODECS_H_ +#ifndef _ASN_CODECS_H +#define _ASN_CODECS_H #ifdef __cplusplus extern "C" diff --git a/src/core/libs/supl/asn-supl/asn_internal.h b/src/core/libs/supl/asn-supl/asn_internal.h index 2a2c67af6..f418bbcc7 100644 --- a/src/core/libs/supl/asn-supl/asn_internal.h +++ b/src/core/libs/supl/asn-supl/asn_internal.h @@ -5,8 +5,8 @@ /* * Declarations internally useful for the ASN.1 support code. */ -#ifndef _ASN_INTERNAL_H_ -#define _ASN_INTERNAL_H_ +#ifndef _ASN_INTERNAL_H +#define _ASN_INTERNAL_H #include "asn_application.h" /* Application-visible API */ diff --git a/src/core/libs/supl/asn-supl/asn_system.h b/src/core/libs/supl/asn-supl/asn_system.h index fe5cc109a..207f3ec4e 100644 --- a/src/core/libs/supl/asn-supl/asn_system.h +++ b/src/core/libs/supl/asn-supl/asn_system.h @@ -5,8 +5,8 @@ /* * Miscellaneous system-dependent types. */ -#ifndef _ASN_SYSTEM_H_ -#define _ASN_SYSTEM_H_ +#ifndef _ASN_SYSTEM_H +#define _ASN_SYSTEM_H #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/core/libs/supl/asn-supl/ber_decoder.h b/src/core/libs/supl/asn-supl/ber_decoder.h index 1ed0b21c3..c6c75dbe5 100644 --- a/src/core/libs/supl/asn-supl/ber_decoder.h +++ b/src/core/libs/supl/asn-supl/ber_decoder.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _BER_DECODER_H_ -#define _BER_DECODER_H_ +#ifndef _BER_DECODER_H +#define _BER_DECODER_H #include diff --git a/src/core/libs/supl/asn-supl/ber_tlv_length.h b/src/core/libs/supl/asn-supl/ber_tlv_length.h index 5d731374e..06ff18dd5 100644 --- a/src/core/libs/supl/asn-supl/ber_tlv_length.h +++ b/src/core/libs/supl/asn-supl/ber_tlv_length.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _BER_TLV_LENGTH_H_ -#define _BER_TLV_LENGTH_H_ +#ifndef _BER_TLV_LENGTH_H +#define _BER_TLV_LENGTH_H #ifdef __cplusplus extern "C" diff --git a/src/core/libs/supl/asn-supl/ber_tlv_tag.h b/src/core/libs/supl/asn-supl/ber_tlv_tag.h index 9b49c7bba..fc0208c3e 100644 --- a/src/core/libs/supl/asn-supl/ber_tlv_tag.h +++ b/src/core/libs/supl/asn-supl/ber_tlv_tag.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _BER_TLV_TAG_H_ -#define _BER_TLV_TAG_H_ +#ifndef _BER_TLV_TAG_H +#define _BER_TLV_TAG_H #ifdef __cplusplus extern "C" diff --git a/src/core/libs/supl/asn-supl/constr_CHOICE.h b/src/core/libs/supl/asn-supl/constr_CHOICE.h index f7b924517..72d91c20d 100644 --- a/src/core/libs/supl/asn-supl/constr_CHOICE.h +++ b/src/core/libs/supl/asn-supl/constr_CHOICE.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _CONSTR_CHOICE_H_ -#define _CONSTR_CHOICE_H_ +#ifndef _CONSTR_CHOICE_H +#define _CONSTR_CHOICE_H #include diff --git a/src/core/libs/supl/asn-supl/constr_SEQUENCE.h b/src/core/libs/supl/asn-supl/constr_SEQUENCE.h index 0345b6728..73490fb43 100644 --- a/src/core/libs/supl/asn-supl/constr_SEQUENCE.h +++ b/src/core/libs/supl/asn-supl/constr_SEQUENCE.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _CONSTR_SEQUENCE_H_ -#define _CONSTR_SEQUENCE_H_ +#ifndef _CONSTR_SEQUENCE_H +#define _CONSTR_SEQUENCE_H #include diff --git a/src/core/libs/supl/asn-supl/constr_SEQUENCE_OF.h b/src/core/libs/supl/asn-supl/constr_SEQUENCE_OF.h index 196c49322..cc353e427 100644 --- a/src/core/libs/supl/asn-supl/constr_SEQUENCE_OF.h +++ b/src/core/libs/supl/asn-supl/constr_SEQUENCE_OF.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _CONSTR_SEQUENCE_OF_H_ -#define _CONSTR_SEQUENCE_OF_H_ +#ifndef _CONSTR_SEQUENCE_OF_H +#define _CONSTR_SEQUENCE_OF_H #include #include /* Implemented using SET OF */ diff --git a/src/core/libs/supl/asn-supl/constr_SET_OF.h b/src/core/libs/supl/asn-supl/constr_SET_OF.h index 0cbef4190..2269ea338 100644 --- a/src/core/libs/supl/asn-supl/constr_SET_OF.h +++ b/src/core/libs/supl/asn-supl/constr_SET_OF.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _CONSTR_SET_OF_H_ -#define _CONSTR_SET_OF_H_ +#ifndef _CONSTR_SET_OF_H +#define _CONSTR_SET_OF_H #include diff --git a/src/core/libs/supl/asn-supl/constr_TYPE.h b/src/core/libs/supl/asn-supl/constr_TYPE.h index 5c40e17ae..76e840460 100644 --- a/src/core/libs/supl/asn-supl/constr_TYPE.h +++ b/src/core/libs/supl/asn-supl/constr_TYPE.h @@ -8,8 +8,8 @@ * This structure even contains pointer to these encoding and decoding routines * for each defined ASN.1 type. */ -#ifndef _CONSTR_TYPE_H_ -#define _CONSTR_TYPE_H_ +#ifndef _CONSTR_TYPE_H +#define _CONSTR_TYPE_H #include #include diff --git a/src/core/libs/supl/asn-supl/constraints.h b/src/core/libs/supl/asn-supl/constraints.h index 23ad25218..719009f9f 100644 --- a/src/core/libs/supl/asn-supl/constraints.h +++ b/src/core/libs/supl/asn-supl/constraints.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _ASN1_CONSTRAINTS_VALIDATOR_H_ -#define _ASN1_CONSTRAINTS_VALIDATOR_H_ +#ifndef _ASN1_CONSTRAINTS_VALIDATOR_H +#define _ASN1_CONSTRAINTS_VALIDATOR_H #include /* Platform-dependent types */ diff --git a/src/core/libs/supl/asn-supl/der_encoder.h b/src/core/libs/supl/asn-supl/der_encoder.h index 07187151b..2060abb0e 100644 --- a/src/core/libs/supl/asn-supl/der_encoder.h +++ b/src/core/libs/supl/asn-supl/der_encoder.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _DER_ENCODER_H_ -#define _DER_ENCODER_H_ +#ifndef _DER_ENCODER_H +#define _DER_ENCODER_H #include diff --git a/src/core/libs/supl/asn-supl/per_decoder.h b/src/core/libs/supl/asn-supl/per_decoder.h index 0d96c605b..3bca95c96 100644 --- a/src/core/libs/supl/asn-supl/per_decoder.h +++ b/src/core/libs/supl/asn-supl/per_decoder.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _PER_DECODER_H_ -#define _PER_DECODER_H_ +#ifndef _PER_DECODER_H +#define _PER_DECODER_H #include #include diff --git a/src/core/libs/supl/asn-supl/per_encoder.h b/src/core/libs/supl/asn-supl/per_encoder.h index 8b91c6879..b0d461e6f 100644 --- a/src/core/libs/supl/asn-supl/per_encoder.h +++ b/src/core/libs/supl/asn-supl/per_encoder.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _PER_ENCODER_H_ -#define _PER_ENCODER_H_ +#ifndef _PER_ENCODER_H +#define _PER_ENCODER_H #include #include diff --git a/src/core/libs/supl/asn-supl/per_opentype.h b/src/core/libs/supl/asn-supl/per_opentype.h index cc8f8180e..14d3b867c 100644 --- a/src/core/libs/supl/asn-supl/per_opentype.h +++ b/src/core/libs/supl/asn-supl/per_opentype.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _PER_OPENTYPE_H_ -#define _PER_OPENTYPE_H_ +#ifndef _PER_OPENTYPE_H +#define _PER_OPENTYPE_H #ifdef __cplusplus extern "C" diff --git a/src/core/libs/supl/asn-supl/per_support.h b/src/core/libs/supl/asn-supl/per_support.h index 873f4d7f9..c3f958b81 100644 --- a/src/core/libs/supl/asn-supl/per_support.h +++ b/src/core/libs/supl/asn-supl/per_support.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _PER_SUPPORT_H_ -#define _PER_SUPPORT_H_ +#ifndef _PER_SUPPORT_H +#define _PER_SUPPORT_H #include /* Platform-specific types */ diff --git a/src/core/libs/supl/asn-supl/xer_decoder.h b/src/core/libs/supl/asn-supl/xer_decoder.h index 1f3d0966f..3d2dfa2d8 100644 --- a/src/core/libs/supl/asn-supl/xer_decoder.h +++ b/src/core/libs/supl/asn-supl/xer_decoder.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _XER_DECODER_H_ -#define _XER_DECODER_H_ +#ifndef _XER_DECODER_H +#define _XER_DECODER_H #include diff --git a/src/core/libs/supl/asn-supl/xer_encoder.h b/src/core/libs/supl/asn-supl/xer_encoder.h index 5787c8701..c6dfebe73 100644 --- a/src/core/libs/supl/asn-supl/xer_encoder.h +++ b/src/core/libs/supl/asn-supl/xer_encoder.h @@ -2,8 +2,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _XER_ENCODER_H_ -#define _XER_ENCODER_H_ +#ifndef _XER_ENCODER_H +#define _XER_ENCODER_H #include diff --git a/src/core/libs/supl/asn-supl/xer_support.h b/src/core/libs/supl/asn-supl/xer_support.h index 5773dcae5..0645e47a7 100644 --- a/src/core/libs/supl/asn-supl/xer_support.h +++ b/src/core/libs/supl/asn-supl/xer_support.h @@ -3,8 +3,8 @@ * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ -#ifndef _XER_SUPPORT_H_ -#define _XER_SUPPORT_H_ +#ifndef _XER_SUPPORT_H +#define _XER_SUPPORT_H #include /* Platform-specific types */ diff --git a/src/core/monitor/gnss_synchro_udp_sink.h b/src/core/monitor/gnss_synchro_udp_sink.h index 20cdc6746..9b02eb258 100644 --- a/src/core/monitor/gnss_synchro_udp_sink.h +++ b/src/core/monitor/gnss_synchro_udp_sink.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GNSS_SYNCHRO_UDP_SINK_H_ -#define GNSS_SDR_GNSS_SYNCHRO_UDP_SINK_H_ +#ifndef GNSS_SDR_GNSS_SYNCHRO_UDP_SINK_H +#define GNSS_SDR_GNSS_SYNCHRO_UDP_SINK_H #include "gnss_synchro.h" #include "serdes_gnss_synchro.h" @@ -56,4 +56,4 @@ private: }; -#endif // GNSS_SDR_GNSS_SYNCHRO_UDP_SINK_H_ +#endif // GNSS_SDR_GNSS_SYNCHRO_UDP_SINK_H diff --git a/src/core/monitor/serdes_gnss_synchro.h b/src/core/monitor/serdes_gnss_synchro.h index 9dc1be1bc..e76141b89 100644 --- a/src/core/monitor/serdes_gnss_synchro.h +++ b/src/core/monitor/serdes_gnss_synchro.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_SERDES_GNSS_SYNCHRO_H_ -#define GNSS_SDR_SERDES_GNSS_SYNCHRO_H_ +#ifndef GNSS_SDR_SERDES_GNSS_SYNCHRO_H +#define GNSS_SDR_SERDES_GNSS_SYNCHRO_H #include "gnss_synchro.h" #include "gnss_synchro.pb.h" // file created by Protocol Buffers at compile time @@ -167,4 +167,4 @@ private: gnss_sdr::Observables observables{}; }; -#endif // GNSS_SDR_SERDES_GNSS_SYNCHRO_H_ +#endif // GNSS_SDR_SERDES_GNSS_SYNCHRO_H diff --git a/src/core/receiver/concurrent_map.h b/src/core/receiver/concurrent_map.h index 46f4e4db3..1ff0ffe34 100644 --- a/src/core/receiver/concurrent_map.h +++ b/src/core/receiver/concurrent_map.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CONCURRENT_MAP_H_ -#define GNSS_SDR_CONCURRENT_MAP_H_ +#ifndef GNSS_SDR_CONCURRENT_MAP_H +#define GNSS_SDR_CONCURRENT_MAP_H #include #include @@ -88,4 +88,4 @@ private: mutable std::mutex the_mutex; }; -#endif // GNSS_SDR_CONCURRENT_MAP_H_ +#endif // GNSS_SDR_CONCURRENT_MAP_H diff --git a/src/core/receiver/concurrent_queue.h b/src/core/receiver/concurrent_queue.h index f89fff674..3a5b16cd3 100644 --- a/src/core/receiver/concurrent_queue.h +++ b/src/core/receiver/concurrent_queue.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CONCURRENT_QUEUE_H_ -#define GNSS_SDR_CONCURRENT_QUEUE_H_ +#ifndef GNSS_SDR_CONCURRENT_QUEUE_H +#define GNSS_SDR_CONCURRENT_QUEUE_H #include #include @@ -97,4 +97,4 @@ private: std::condition_variable the_condition_variable; }; -#endif // GNSS_SDR_CONCURRENT_QUEUE_H_ +#endif // GNSS_SDR_CONCURRENT_QUEUE_H diff --git a/src/core/receiver/control_thread.h b/src/core/receiver/control_thread.h index 038f3c96f..98e25df5c 100644 --- a/src/core/receiver/control_thread.h +++ b/src/core/receiver/control_thread.h @@ -21,8 +21,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_CONTROL_THREAD_H_ -#define GNSS_SDR_CONTROL_THREAD_H_ +#ifndef GNSS_SDR_CONTROL_THREAD_H +#define GNSS_SDR_CONTROL_THREAD_H #include "agnss_ref_location.h" // for Agnss_Ref_Location #include "agnss_ref_time.h" // for Agnss_Ref_Time @@ -199,4 +199,4 @@ private: #endif }; -#endif // GNSS_SDR_CONTROL_THREAD_H_ +#endif // GNSS_SDR_CONTROL_THREAD_H diff --git a/src/core/receiver/file_configuration.h b/src/core/receiver/file_configuration.h index e5433912c..bb2fb0ec4 100644 --- a/src/core/receiver/file_configuration.h +++ b/src/core/receiver/file_configuration.h @@ -22,8 +22,8 @@ */ -#ifndef GNSS_SDR_FILE_CONFIGURATION_H_ -#define GNSS_SDR_FILE_CONFIGURATION_H_ +#ifndef GNSS_SDR_FILE_CONFIGURATION_H +#define GNSS_SDR_FILE_CONFIGURATION_H #include "configuration_interface.h" #include @@ -71,4 +71,4 @@ private: int error_{}; }; -#endif // GNSS_SDR_FILE_CONFIGURATION_H_ +#endif // GNSS_SDR_FILE_CONFIGURATION_H diff --git a/src/core/receiver/gnss_block_factory.h b/src/core/receiver/gnss_block_factory.h index d154a5e98..a669b8641 100644 --- a/src/core/receiver/gnss_block_factory.h +++ b/src/core/receiver/gnss_block_factory.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_BLOCK_FACTORY_H_ -#define GNSS_SDR_BLOCK_FACTORY_H_ +#ifndef GNSS_SDR_BLOCK_FACTORY_H +#define GNSS_SDR_BLOCK_FACTORY_H #include "concurrent_queue.h" #include @@ -124,4 +124,4 @@ private: unsigned int out_streams); }; -#endif // GNSS_SDR_BLOCK_FACTORY_H_ +#endif // GNSS_SDR_BLOCK_FACTORY_H diff --git a/src/core/receiver/gnss_flowgraph.h b/src/core/receiver/gnss_flowgraph.h index ddc9262b7..89e64d8b1 100644 --- a/src/core/receiver/gnss_flowgraph.h +++ b/src/core/receiver/gnss_flowgraph.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GNSS_FLOWGRAPH_H_ -#define GNSS_SDR_GNSS_FLOWGRAPH_H_ +#ifndef GNSS_SDR_GNSS_FLOWGRAPH_H +#define GNSS_SDR_GNSS_FLOWGRAPH_H #include "channel_status_msg_receiver.h" #include "concurrent_queue.h" @@ -233,4 +233,4 @@ private: std::vector split_string(const std::string& s, char delim); }; -#endif // GNSS_SDR_GNSS_FLOWGRAPH_H_ +#endif // GNSS_SDR_GNSS_FLOWGRAPH_H diff --git a/src/core/receiver/in_memory_configuration.h b/src/core/receiver/in_memory_configuration.h index ec5f59d55..7e17f64fe 100644 --- a/src/core/receiver/in_memory_configuration.h +++ b/src/core/receiver/in_memory_configuration.h @@ -21,8 +21,8 @@ */ -#ifndef GNSS_SDR_IN_MEMORY_CONFIGURATION_H_ -#define GNSS_SDR_IN_MEMORY_CONFIGURATION_H_ +#ifndef GNSS_SDR_IN_MEMORY_CONFIGURATION_H +#define GNSS_SDR_IN_MEMORY_CONFIGURATION_H #include "configuration_interface.h" #include @@ -63,4 +63,4 @@ private: std::unique_ptr converter_; }; -#endif // GNSS_SDR_IN_MEMORY_CONFIGURATION_H_ +#endif // GNSS_SDR_IN_MEMORY_CONFIGURATION_H diff --git a/src/core/receiver/tcp_cmd_interface.h b/src/core/receiver/tcp_cmd_interface.h index c1bd05d92..e4acb8c85 100644 --- a/src/core/receiver/tcp_cmd_interface.h +++ b/src/core/receiver/tcp_cmd_interface.h @@ -17,8 +17,8 @@ * * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TCP_CMD_INTERFACE_H_ -#define GNSS_SDR_TCP_CMD_INTERFACE_H_ +#ifndef GNSS_SDR_TCP_CMD_INTERFACE_H +#define GNSS_SDR_TCP_CMD_INTERFACE_H #include "concurrent_queue.h" @@ -79,4 +79,4 @@ private: std::shared_ptr PVT_sptr_; }; -#endif // GNSS_SDR_TCP_CMD_INTERFACE_H_ +#endif // GNSS_SDR_TCP_CMD_INTERFACE_H diff --git a/src/core/system_parameters/Beidou_B1I.h b/src/core/system_parameters/Beidou_B1I.h index f70c9b1cf..6acdf3b2d 100644 --- a/src/core/system_parameters/Beidou_B1I.h +++ b/src/core/system_parameters/Beidou_B1I.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_BEIDOU_B1I_H_ -#define GNSS_SDR_BEIDOU_B1I_H_ +#ifndef GNSS_SDR_BEIDOU_B1I_H +#define GNSS_SDR_BEIDOU_B1I_H #include "MATH_CONSTANTS.h" #include @@ -47,4 +47,4 @@ const int32_t BEIDOU_B1I_TELEMETRY_SYMBOL_PERIOD_MS = BEIDOU_B1I_TELEMETRY_SYMBO const int32_t BEIDOU_B1I_TELEMETRY_RATE_SYMBOLS_SECOND = BEIDOU_B1I_TELEMETRY_RATE_BITS_SECOND * BEIDOU_B1I_TELEMETRY_SYMBOLS_PER_BIT; -#endif // GNSS_SDR_BEIDOU_B1I_H_ +#endif // GNSS_SDR_BEIDOU_B1I_H diff --git a/src/core/system_parameters/Beidou_B3I.h b/src/core/system_parameters/Beidou_B3I.h index bee5192fc..4a9442423 100644 --- a/src/core/system_parameters/Beidou_B3I.h +++ b/src/core/system_parameters/Beidou_B3I.h @@ -17,8 +17,8 @@ */ -#ifndef GNSS_SDR_BEIDOU_B3I_H_ -#define GNSS_SDR_BEIDOU_B3I_H_ +#ifndef GNSS_SDR_BEIDOU_B3I_H +#define GNSS_SDR_BEIDOU_B3I_H #include "MATH_CONSTANTS.h" #include @@ -46,4 +46,4 @@ const int32_t BEIDOU_B3I_TELEMETRY_SYMBOL_PERIOD_MS = BEIDOU_B3I_TELEMETRY_SYMBO const int32_t BEIDOU_B3I_TELEMETRY_RATE_SYMBOLS_SECOND = BEIDOU_B3I_TELEMETRY_RATE_BITS_SECOND * BEIDOU_B3I_TELEMETRY_SYMBOLS_PER_BIT; -#endif // GNSS_SDR_BEIDOU_B3I_H_ +#endif // GNSS_SDR_BEIDOU_B3I_H diff --git a/src/core/system_parameters/Beidou_DNAV.h b/src/core/system_parameters/Beidou_DNAV.h index 604d79279..920a10c8b 100644 --- a/src/core/system_parameters/Beidou_DNAV.h +++ b/src/core/system_parameters/Beidou_DNAV.h @@ -17,8 +17,8 @@ */ -#ifndef GNSS_SDR_BEIDOU_DNAV_H_ -#define GNSS_SDR_BEIDOU_DNAV_H_ +#ifndef GNSS_SDR_BEIDOU_DNAV_H +#define GNSS_SDR_BEIDOU_DNAV_H #include "MATH_CONSTANTS.h" #include @@ -287,4 +287,4 @@ const std::vector > D2_OMEGA({{269, 32}}); // D2 NAV, SUBFRAME 1, PAGE 10 const std::vector > D2_IDOT({{52, 1}, {61, 13}}); -#endif // GNSS_SDR_BEIDOU_DNAV_H_ +#endif // GNSS_SDR_BEIDOU_DNAV_H diff --git a/src/core/system_parameters/GLONASS_L1_L2_CA.h b/src/core/system_parameters/GLONASS_L1_L2_CA.h index 1e6f4d6b0..8c18781b0 100644 --- a/src/core/system_parameters/GLONASS_L1_L2_CA.h +++ b/src/core/system_parameters/GLONASS_L1_L2_CA.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_GLONASS_L1_L2_CA_H_ -#define GNSS_SDR_GLONASS_L1_L2_CA_H_ +#ifndef GNSS_SDR_GLONASS_L1_L2_CA_H +#define GNSS_SDR_GLONASS_L1_L2_CA_H #include "MATH_CONSTANTS.h" #include "gnss_frequencies.h" @@ -316,4 +316,4 @@ const std::vector> H_N_A({{72, 5}}); const std::vector> B1({{6, 11}}); const std::vector> B2({{17, 10}}); -#endif // GNSS_SDR_GLONASS_L1_L2_CA_H_ +#endif // GNSS_SDR_GLONASS_L1_L2_CA_H diff --git a/src/core/system_parameters/GPS_CNAV.h b/src/core/system_parameters/GPS_CNAV.h index e569e8f74..29ae7d331 100644 --- a/src/core/system_parameters/GPS_CNAV.h +++ b/src/core/system_parameters/GPS_CNAV.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GPS_CNAV_H_ -#define GNSS_SDR_GPS_CNAV_H_ +#ifndef GNSS_SDR_GPS_CNAV_H +#define GNSS_SDR_GPS_CNAV_H #include "MATH_CONSTANTS.h" #include @@ -168,4 +168,4 @@ const int32_t CNAV_DELTA_TLSF_LSB = 1; // TODO: Add more frames (Almanac, etc...) -#endif // GNSS_SDR_GPS_CNAV_H_ +#endif // GNSS_SDR_GPS_CNAV_H diff --git a/src/core/system_parameters/GPS_L1_CA.h b/src/core/system_parameters/GPS_L1_CA.h index 0e173f88d..e444c95e0 100644 --- a/src/core/system_parameters/GPS_L1_CA.h +++ b/src/core/system_parameters/GPS_L1_CA.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GPS_L1_CA_H_ -#define GNSS_SDR_GPS_L1_CA_H_ +#ifndef GNSS_SDR_GPS_L1_CA_H +#define GNSS_SDR_GPS_L1_CA_H #include "MATH_CONSTANTS.h" #include "gnss_frequencies.h" @@ -242,4 +242,4 @@ const std::vector> HEALTH_SV22({{247, 6}}); const std::vector> HEALTH_SV23({{253, 6}}); const std::vector> HEALTH_SV24({{259, 6}}); -#endif // GNSS_SDR_GPS_L1_CA_H_ +#endif // GNSS_SDR_GPS_L1_CA_H diff --git a/src/core/system_parameters/GPS_L2C.h b/src/core/system_parameters/GPS_L2C.h index a73820a76..aa18abfdf 100644 --- a/src/core/system_parameters/GPS_L2C.h +++ b/src/core/system_parameters/GPS_L2C.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GPS_L2C_H_ -#define GNSS_SDR_GPS_L2C_H_ +#ifndef GNSS_SDR_GPS_L2C_H +#define GNSS_SDR_GPS_L2C_H #include "GPS_CNAV.h" @@ -93,4 +93,4 @@ const int32_t GPS_L2_SAMPLES_PER_SYMBOL = 1; const int32_t GPS_L2_CNAV_DATA_PAGE_SYMBOLS = 600; const int32_t GPS_L2_CNAV_DATA_PAGE_DURATION_S = 12; -#endif // GNSS_SDR_GPS_L2C_H_ +#endif // GNSS_SDR_GPS_L2C_H diff --git a/src/core/system_parameters/GPS_L5.h b/src/core/system_parameters/GPS_L5.h index b054de326..3723466b1 100644 --- a/src/core/system_parameters/GPS_L5.h +++ b/src/core/system_parameters/GPS_L5.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GPS_L5_H_ -#define GNSS_SDR_GPS_L5_H_ +#ifndef GNSS_SDR_GPS_L5_H +#define GNSS_SDR_GPS_L5_H #include "GPS_CNAV.h" #include "MATH_CONSTANTS.h" @@ -182,4 +182,4 @@ const int32_t GPS_L5Q_NH_CODE_LENGTH = 20; const int32_t GPS_L5Q_NH_CODE[20] = {0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0}; const std::string GPS_L5Q_NH_CODE_STR = "00000100110101001110"; -#endif // GNSS_SDR_GPS_L5_H_ +#endif // GNSS_SDR_GPS_L5_H diff --git a/src/core/system_parameters/Galileo_E1.h b/src/core/system_parameters/Galileo_E1.h index 4281790f2..aca3d2c42 100644 --- a/src/core/system_parameters/Galileo_E1.h +++ b/src/core/system_parameters/Galileo_E1.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E1_H_ -#define GNSS_SDR_GALILEO_E1_H_ +#ifndef GNSS_SDR_GALILEO_E1_H +#define GNSS_SDR_GALILEO_E1_H #include "MATH_CONSTANTS.h" #include "gnss_frequencies.h" @@ -398,4 +398,4 @@ const std::string GALILEO_E1_C_PRIMARY_CODE[GALILEO_E1_NUMBER_OF_CODES] = { const std::string GALILEO_E1_C_SECONDARY_CODE = "0011100000001010110110010"; -#endif // GNSS_SDR_GALILEO_E1_H_ +#endif // GNSS_SDR_GALILEO_E1_H diff --git a/src/core/system_parameters/Galileo_E5a.h b/src/core/system_parameters/Galileo_E5a.h index 1486945c1..0a1d8fd4d 100644 --- a/src/core/system_parameters/Galileo_E5a.h +++ b/src/core/system_parameters/Galileo_E5a.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_E5A_H_ -#define GNSS_SDR_GALILEO_E5A_H_ +#ifndef GNSS_SDR_GALILEO_E5A_H +#define GNSS_SDR_GALILEO_E5A_H #include "MATH_CONSTANTS.h" #include "gnss_frequencies.h" @@ -377,4 +377,4 @@ const std::string GALILEO_E5A_Q_SECONDARY_CODE[GALILEO_E5A_NUMBER_OF_CODES] = { }; -#endif // GNSS_SDR_GALILEO_E5A_H_ +#endif // GNSS_SDR_GALILEO_E5A_H diff --git a/src/core/system_parameters/MATH_CONSTANTS.h b/src/core/system_parameters/MATH_CONSTANTS.h index e49c00bb4..4089bdca8 100644 --- a/src/core/system_parameters/MATH_CONSTANTS.h +++ b/src/core/system_parameters/MATH_CONSTANTS.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_MATH_CONSTANTS_H_ -#define GNSS_SDR_MATH_CONSTANTS_H_ +#ifndef GNSS_SDR_MATH_CONSTANTS_H +#define GNSS_SDR_MATH_CONSTANTS_H #include @@ -108,4 +108,4 @@ const double SPEED_OF_LIGHT = 299792458.0; //!< [m/s] const double SPEED_OF_LIGHT_MS = 299792.4580; //!< [m/ms] const double AU = 149597870691.0; //!< 1 Astronomical Unit AU (m) distance from Earth to the Sun. -#endif // GNSS_SDR_MATH_CONSTANTS_H_ +#endif // GNSS_SDR_MATH_CONSTANTS_H diff --git a/src/core/system_parameters/agnss_ref_location.h b/src/core/system_parameters/agnss_ref_location.h index 1d746efad..ec20e1289 100644 --- a/src/core/system_parameters/agnss_ref_location.h +++ b/src/core/system_parameters/agnss_ref_location.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_AGNSS_REF_LOCATION_H_ -#define GNSS_SDR_AGNSS_REF_LOCATION_H_ +#ifndef GNSS_SDR_AGNSS_REF_LOCATION_H +#define GNSS_SDR_AGNSS_REF_LOCATION_H #include diff --git a/src/core/system_parameters/agnss_ref_time.h b/src/core/system_parameters/agnss_ref_time.h index a3ecee2f2..0e764d910 100644 --- a/src/core/system_parameters/agnss_ref_time.h +++ b/src/core/system_parameters/agnss_ref_time.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_AGNSS_REF_TIME_H_ -#define GNSS_SDR_AGNSS_REF_TIME_H_ +#ifndef GNSS_SDR_AGNSS_REF_TIME_H +#define GNSS_SDR_AGNSS_REF_TIME_H #include diff --git a/src/core/system_parameters/beidou_dnav_almanac.h b/src/core/system_parameters/beidou_dnav_almanac.h index ef2d04f19..dd58afbf2 100644 --- a/src/core/system_parameters/beidou_dnav_almanac.h +++ b/src/core/system_parameters/beidou_dnav_almanac.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_BEIDOU_DNAV_ALMANAC_H_ -#define GNSS_SDR_BEIDOU_DNAV_ALMANAC_H_ +#ifndef GNSS_SDR_BEIDOU_DNAV_ALMANAC_H +#define GNSS_SDR_BEIDOU_DNAV_ALMANAC_H #include diff --git a/src/core/system_parameters/beidou_dnav_ephemeris.h b/src/core/system_parameters/beidou_dnav_ephemeris.h index 93517e44f..9ba9ad4e0 100644 --- a/src/core/system_parameters/beidou_dnav_ephemeris.h +++ b/src/core/system_parameters/beidou_dnav_ephemeris.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_BEIDOU_DNAV_EPHEMERIS_H_ -#define GNSS_SDR_BEIDOU_DNAV_EPHEMERIS_H_ +#ifndef GNSS_SDR_BEIDOU_DNAV_EPHEMERIS_H +#define GNSS_SDR_BEIDOU_DNAV_EPHEMERIS_H #include #include diff --git a/src/core/system_parameters/beidou_dnav_iono.h b/src/core/system_parameters/beidou_dnav_iono.h index 818d72227..531de8ec8 100644 --- a/src/core/system_parameters/beidou_dnav_iono.h +++ b/src/core/system_parameters/beidou_dnav_iono.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_BEIDOU_DNAV_IONO_H_ -#define GNSS_SDR_BEIDOU_DNAV_IONO_H_ +#ifndef GNSS_SDR_BEIDOU_DNAV_IONO_H +#define GNSS_SDR_BEIDOU_DNAV_IONO_H #include diff --git a/src/core/system_parameters/beidou_dnav_navigation_message.h b/src/core/system_parameters/beidou_dnav_navigation_message.h index 74825bb51..68cb7d5ed 100644 --- a/src/core/system_parameters/beidou_dnav_navigation_message.h +++ b/src/core/system_parameters/beidou_dnav_navigation_message.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_BEIDOU_DNAV_NAVIGATION_MESSAGE_H_ -#define GNSS_SDR_BEIDOU_DNAV_NAVIGATION_MESSAGE_H_ +#ifndef GNSS_SDR_BEIDOU_DNAV_NAVIGATION_MESSAGE_H +#define GNSS_SDR_BEIDOU_DNAV_NAVIGATION_MESSAGE_H #include "Beidou_B1I.h" diff --git a/src/core/system_parameters/beidou_dnav_utc_model.h b/src/core/system_parameters/beidou_dnav_utc_model.h index dee2a0165..72c4f32c7 100644 --- a/src/core/system_parameters/beidou_dnav_utc_model.h +++ b/src/core/system_parameters/beidou_dnav_utc_model.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_BEIDOU_DNAV_UTC_MODEL_H_ -#define GNSS_SDR_BEIDOU_DNAV_UTC_MODEL_H_ +#ifndef GNSS_SDR_BEIDOU_DNAV_UTC_MODEL_H +#define GNSS_SDR_BEIDOU_DNAV_UTC_MODEL_H #include diff --git a/src/core/system_parameters/display.h b/src/core/system_parameters/display.h index beb84ce7c..ad6498a14 100644 --- a/src/core/system_parameters/display.h +++ b/src/core/system_parameters/display.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_DISPLAY_H_ -#define GNSS_SDR_DISPLAY_H_ +#ifndef GNSS_SDR_DISPLAY_H +#define GNSS_SDR_DISPLAY_H #include @@ -69,4 +69,4 @@ const std::string TEXT_BOLD_WHITE = ""; #endif // DISPLAY_COLORS -#endif // GNSS_SDR_DISPLAY_H_ +#endif // GNSS_SDR_DISPLAY_H diff --git a/src/core/system_parameters/galileo_almanac.h b/src/core/system_parameters/galileo_almanac.h index 8ef1223d7..c09fe5ed5 100644 --- a/src/core/system_parameters/galileo_almanac.h +++ b/src/core/system_parameters/galileo_almanac.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GALILEO_ALMANAC_H_ -#define GNSS_SDR_GALILEO_ALMANAC_H_ +#ifndef GNSS_SDR_GALILEO_ALMANAC_H +#define GNSS_SDR_GALILEO_ALMANAC_H #include #include diff --git a/src/core/system_parameters/galileo_almanac_helper.h b/src/core/system_parameters/galileo_almanac_helper.h index 2ff1a193c..34b457d4a 100644 --- a/src/core/system_parameters/galileo_almanac_helper.h +++ b/src/core/system_parameters/galileo_almanac_helper.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_ALMANAC_HELPER_H_ -#define GNSS_SDR_GALILEO_ALMANAC_HELPER_H_ +#ifndef GNSS_SDR_GALILEO_ALMANAC_HELPER_H +#define GNSS_SDR_GALILEO_ALMANAC_HELPER_H #include "galileo_almanac.h" #include diff --git a/src/core/system_parameters/galileo_ephemeris.h b/src/core/system_parameters/galileo_ephemeris.h index a1ea33846..d4763d55c 100644 --- a/src/core/system_parameters/galileo_ephemeris.h +++ b/src/core/system_parameters/galileo_ephemeris.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_GALILEO_EPHEMERIS_H_ -#define GNSS_SDR_GALILEO_EPHEMERIS_H_ +#ifndef GNSS_SDR_GALILEO_EPHEMERIS_H +#define GNSS_SDR_GALILEO_EPHEMERIS_H #include #include diff --git a/src/core/system_parameters/galileo_fnav_message.h b/src/core/system_parameters/galileo_fnav_message.h index 9edb2ccc5..8a2daedc9 100644 --- a/src/core/system_parameters/galileo_fnav_message.h +++ b/src/core/system_parameters/galileo_fnav_message.h @@ -23,8 +23,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_FNAV_MESSAGE_H_ -#define GNSS_SDR_GALILEO_FNAV_MESSAGE_H_ +#ifndef GNSS_SDR_GALILEO_FNAV_MESSAGE_H +#define GNSS_SDR_GALILEO_FNAV_MESSAGE_H #include "Galileo_E5a.h" @@ -198,4 +198,4 @@ private: // bool omega_flag; }; -#endif // GNSS_SDR_GALILEO_FNAV_MESSAGE_H_ +#endif // GNSS_SDR_GALILEO_FNAV_MESSAGE_H diff --git a/src/core/system_parameters/galileo_iono.h b/src/core/system_parameters/galileo_iono.h index 7172cdfa1..cf882eebe 100644 --- a/src/core/system_parameters/galileo_iono.h +++ b/src/core/system_parameters/galileo_iono.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GALILEO_IONO_H_ -#define GNSS_SDR_GALILEO_IONO_H_ +#ifndef GNSS_SDR_GALILEO_IONO_H +#define GNSS_SDR_GALILEO_IONO_H #include #include diff --git a/src/core/system_parameters/galileo_navigation_message.h b/src/core/system_parameters/galileo_navigation_message.h index 01963adb4..b544b77c9 100644 --- a/src/core/system_parameters/galileo_navigation_message.h +++ b/src/core/system_parameters/galileo_navigation_message.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GALILEO_NAVIGATION_MESSAGE_H_ -#define GNSS_SDR_GALILEO_NAVIGATION_MESSAGE_H_ +#ifndef GNSS_SDR_GALILEO_NAVIGATION_MESSAGE_H +#define GNSS_SDR_GALILEO_NAVIGATION_MESSAGE_H #include "Galileo_E1.h" #include "galileo_almanac_helper.h" @@ -285,4 +285,4 @@ private: int64_t read_navigation_signed(std::bitset bits, const std::vector >& parameter); }; -#endif // GNSS_SDR_GALILEO_NAVIGATION_MESSAGE_H_ +#endif // GNSS_SDR_GALILEO_NAVIGATION_MESSAGE_H diff --git a/src/core/system_parameters/galileo_utc_model.h b/src/core/system_parameters/galileo_utc_model.h index c8dec42ef..96971d74a 100644 --- a/src/core/system_parameters/galileo_utc_model.h +++ b/src/core/system_parameters/galileo_utc_model.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_GALILEO_UTC_MODEL_H_ -#define GNSS_SDR_GALILEO_UTC_MODEL_H_ +#ifndef GNSS_SDR_GALILEO_UTC_MODEL_H +#define GNSS_SDR_GALILEO_UTC_MODEL_H #include #include diff --git a/src/core/system_parameters/glonass_gnav_almanac.h b/src/core/system_parameters/glonass_gnav_almanac.h index f2b94e10d..1a3c769ca 100644 --- a/src/core/system_parameters/glonass_gnav_almanac.h +++ b/src/core/system_parameters/glonass_gnav_almanac.h @@ -20,8 +20,8 @@ */ -#ifndef GNSS_SDR_GLONASS_ALMANAC_H_ -#define GNSS_SDR_GLONASS_ALMANAC_H_ +#ifndef GNSS_SDR_GLONASS_ALMANAC_H +#define GNSS_SDR_GLONASS_ALMANAC_H #include #include diff --git a/src/core/system_parameters/glonass_gnav_ephemeris.h b/src/core/system_parameters/glonass_gnav_ephemeris.h index b32fa084c..b0a474509 100644 --- a/src/core/system_parameters/glonass_gnav_ephemeris.h +++ b/src/core/system_parameters/glonass_gnav_ephemeris.h @@ -20,8 +20,8 @@ */ -#ifndef GNSS_SDR_GLONASS_GNAV_EPHEMERIS_H_ -#define GNSS_SDR_GLONASS_GNAV_EPHEMERIS_H_ +#ifndef GNSS_SDR_GLONASS_GNAV_EPHEMERIS_H +#define GNSS_SDR_GLONASS_GNAV_EPHEMERIS_H #include // for ptime diff --git a/src/core/system_parameters/glonass_gnav_navigation_message.h b/src/core/system_parameters/glonass_gnav_navigation_message.h index 03272082a..510bddf62 100644 --- a/src/core/system_parameters/glonass_gnav_navigation_message.h +++ b/src/core/system_parameters/glonass_gnav_navigation_message.h @@ -20,8 +20,8 @@ */ -#ifndef GNSS_SDR_GLONASS_GNAV_NAVIGATION_MESSAGE_H_ -#define GNSS_SDR_GLONASS_GNAV_NAVIGATION_MESSAGE_H_ +#ifndef GNSS_SDR_GLONASS_GNAV_NAVIGATION_MESSAGE_H +#define GNSS_SDR_GLONASS_GNAV_NAVIGATION_MESSAGE_H #include "GLONASS_L1_L2_CA.h" diff --git a/src/core/system_parameters/glonass_gnav_utc_model.h b/src/core/system_parameters/glonass_gnav_utc_model.h index 5f17606a6..26e82bae8 100644 --- a/src/core/system_parameters/glonass_gnav_utc_model.h +++ b/src/core/system_parameters/glonass_gnav_utc_model.h @@ -20,8 +20,8 @@ */ -#ifndef GNSS_SDR_GLONASS_GNAV_UTC_MODEL_H_ -#define GNSS_SDR_GLONASS_GNAV_UTC_MODEL_H_ +#ifndef GNSS_SDR_GLONASS_GNAV_UTC_MODEL_H +#define GNSS_SDR_GLONASS_GNAV_UTC_MODEL_H #include #include diff --git a/src/core/system_parameters/gnss_frequencies.h b/src/core/system_parameters/gnss_frequencies.h index b321d4bdb..cc1eae123 100644 --- a/src/core/system_parameters/gnss_frequencies.h +++ b/src/core/system_parameters/gnss_frequencies.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_GNSS_FREQUENCIES_H_ -#define GNSS_SDR_GNSS_FREQUENCIES_H_ +#ifndef GNSS_SDR_GNSS_FREQUENCIES_H +#define GNSS_SDR_GNSS_FREQUENCIES_H const double FREQ1 = 1.57542e9; //!< L1/E1 frequency (Hz) const double FREQ2 = 1.22760e9; //!< L2 frequency (Hz) diff --git a/src/core/system_parameters/gnss_obs_codes.h b/src/core/system_parameters/gnss_obs_codes.h index 211822101..be765a03e 100644 --- a/src/core/system_parameters/gnss_obs_codes.h +++ b/src/core/system_parameters/gnss_obs_codes.h @@ -19,8 +19,8 @@ */ -#ifndef GNSS_SDR_GNSS_OBS_CODES_H_ -#define GNSS_SDR_GNSS_OBS_CODES_H_ +#ifndef GNSS_SDR_GNSS_OBS_CODES_H +#define GNSS_SDR_GNSS_OBS_CODES_H #include diff --git a/src/core/system_parameters/gnss_satellite.h b/src/core/system_parameters/gnss_satellite.h index fcd73594d..4ecc45d79 100644 --- a/src/core/system_parameters/gnss_satellite.h +++ b/src/core/system_parameters/gnss_satellite.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GNSS_SATELLITE_H_ -#define GNSS_SDR_GNSS_SATELLITE_H_ +#ifndef GNSS_SDR_GNSS_SATELLITE_H +#define GNSS_SDR_GNSS_SATELLITE_H #include #include diff --git a/src/core/system_parameters/gnss_signal.h b/src/core/system_parameters/gnss_signal.h index 895cb70df..575e40cf0 100644 --- a/src/core/system_parameters/gnss_signal.h +++ b/src/core/system_parameters/gnss_signal.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GNSS_SIGNAL_H_ -#define GNSS_SDR_GNSS_SIGNAL_H_ +#ifndef GNSS_SDR_GNSS_SIGNAL_H +#define GNSS_SDR_GNSS_SIGNAL_H #include "gnss_satellite.h" #include diff --git a/src/core/system_parameters/gnss_synchro.h b/src/core/system_parameters/gnss_synchro.h index f673e5a6b..abb4cee4f 100644 --- a/src/core/system_parameters/gnss_synchro.h +++ b/src/core/system_parameters/gnss_synchro.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_GNSS_SYNCHRO_H_ -#define GNSS_SDR_GNSS_SYNCHRO_H_ +#ifndef GNSS_SDR_GNSS_SYNCHRO_H +#define GNSS_SDR_GNSS_SYNCHRO_H #include "gnss_signal.h" #include diff --git a/src/core/system_parameters/gps_acq_assist.h b/src/core/system_parameters/gps_acq_assist.h index 4536ecc31..8b8d714a7 100644 --- a/src/core/system_parameters/gps_acq_assist.h +++ b/src/core/system_parameters/gps_acq_assist.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GPS_ACQ_ASSIST_H_ -#define GNSS_SDR_GPS_ACQ_ASSIST_H_ +#ifndef GNSS_SDR_GPS_ACQ_ASSIST_H +#define GNSS_SDR_GPS_ACQ_ASSIST_H #include diff --git a/src/core/system_parameters/gps_almanac.h b/src/core/system_parameters/gps_almanac.h index e114bdd1b..c06af1465 100644 --- a/src/core/system_parameters/gps_almanac.h +++ b/src/core/system_parameters/gps_almanac.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GPS_ALMANAC_H_ -#define GNSS_SDR_GPS_ALMANAC_H_ +#ifndef GNSS_SDR_GPS_ALMANAC_H +#define GNSS_SDR_GPS_ALMANAC_H #include #include diff --git a/src/core/system_parameters/gps_cnav_ephemeris.h b/src/core/system_parameters/gps_cnav_ephemeris.h index b99f28926..d36be3ae7 100644 --- a/src/core/system_parameters/gps_cnav_ephemeris.h +++ b/src/core/system_parameters/gps_cnav_ephemeris.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GPS_CNAV_EPHEMERIS_H_ -#define GNSS_SDR_GPS_CNAV_EPHEMERIS_H_ +#ifndef GNSS_SDR_GPS_CNAV_EPHEMERIS_H +#define GNSS_SDR_GPS_CNAV_EPHEMERIS_H #include #include diff --git a/src/core/system_parameters/gps_cnav_iono.h b/src/core/system_parameters/gps_cnav_iono.h index 732733602..12d240d83 100644 --- a/src/core/system_parameters/gps_cnav_iono.h +++ b/src/core/system_parameters/gps_cnav_iono.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GPS_CNAV_IONO_H_ -#define GNSS_SDR_GPS_CNAV_IONO_H_ +#ifndef GNSS_SDR_GPS_CNAV_IONO_H +#define GNSS_SDR_GPS_CNAV_IONO_H #include diff --git a/src/core/system_parameters/gps_cnav_navigation_message.h b/src/core/system_parameters/gps_cnav_navigation_message.h index 582d1fe1f..bec82bb48 100644 --- a/src/core/system_parameters/gps_cnav_navigation_message.h +++ b/src/core/system_parameters/gps_cnav_navigation_message.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GPS_CNAV_NAVIGATION_MESSAGE_H_ -#define GNSS_SDR_GPS_CNAV_NAVIGATION_MESSAGE_H_ +#ifndef GNSS_SDR_GPS_CNAV_NAVIGATION_MESSAGE_H +#define GNSS_SDR_GPS_CNAV_NAVIGATION_MESSAGE_H #include "GPS_CNAV.h" diff --git a/src/core/system_parameters/gps_cnav_utc_model.h b/src/core/system_parameters/gps_cnav_utc_model.h index b8f678d4b..8ec9daca1 100644 --- a/src/core/system_parameters/gps_cnav_utc_model.h +++ b/src/core/system_parameters/gps_cnav_utc_model.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GPS_CNAV_UTC_MODEL_H_ -#define GNSS_SDR_GPS_CNAV_UTC_MODEL_H_ +#ifndef GNSS_SDR_GPS_CNAV_UTC_MODEL_H +#define GNSS_SDR_GPS_CNAV_UTC_MODEL_H #include #include diff --git a/src/core/system_parameters/gps_ephemeris.h b/src/core/system_parameters/gps_ephemeris.h index a8c436503..84a158385 100644 --- a/src/core/system_parameters/gps_ephemeris.h +++ b/src/core/system_parameters/gps_ephemeris.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GPS_EPHEMERIS_H_ -#define GNSS_SDR_GPS_EPHEMERIS_H_ +#ifndef GNSS_SDR_GPS_EPHEMERIS_H +#define GNSS_SDR_GPS_EPHEMERIS_H #include diff --git a/src/core/system_parameters/gps_iono.h b/src/core/system_parameters/gps_iono.h index d3b43812d..7d68df41f 100644 --- a/src/core/system_parameters/gps_iono.h +++ b/src/core/system_parameters/gps_iono.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GPS_IONO_H_ -#define GNSS_SDR_GPS_IONO_H_ +#ifndef GNSS_SDR_GPS_IONO_H +#define GNSS_SDR_GPS_IONO_H #include diff --git a/src/core/system_parameters/gps_navigation_message.h b/src/core/system_parameters/gps_navigation_message.h index cfbd2b6c0..1ba9aa7cc 100644 --- a/src/core/system_parameters/gps_navigation_message.h +++ b/src/core/system_parameters/gps_navigation_message.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GPS_NAVIGATION_MESSAGE_H_ -#define GNSS_SDR_GPS_NAVIGATION_MESSAGE_H_ +#ifndef GNSS_SDR_GPS_NAVIGATION_MESSAGE_H +#define GNSS_SDR_GPS_NAVIGATION_MESSAGE_H #include "GPS_L1_CA.h" diff --git a/src/core/system_parameters/gps_utc_model.h b/src/core/system_parameters/gps_utc_model.h index d0ccf7808..1bc3aacbe 100644 --- a/src/core/system_parameters/gps_utc_model.h +++ b/src/core/system_parameters/gps_utc_model.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_GPS_UTC_MODEL_H_ -#define GNSS_SDR_GPS_UTC_MODEL_H_ +#ifndef GNSS_SDR_GPS_UTC_MODEL_H +#define GNSS_SDR_GPS_UTC_MODEL_H #include #include diff --git a/src/core/system_parameters/sbas_ephemeris.h b/src/core/system_parameters/sbas_ephemeris.h index 0b344572b..69644c9b4 100644 --- a/src/core/system_parameters/sbas_ephemeris.h +++ b/src/core/system_parameters/sbas_ephemeris.h @@ -18,8 +18,8 @@ */ -#ifndef GNSS_SDR_SBAS_EPHEMERIS_H_ -#define GNSS_SDR_SBAS_EPHEMERIS_H_ +#ifndef GNSS_SDR_SBAS_EPHEMERIS_H +#define GNSS_SDR_SBAS_EPHEMERIS_H #include @@ -44,4 +44,4 @@ public: }; -#endif // GNSS_SDR_SBAS_EPHEMERIS_H_ +#endif // GNSS_SDR_SBAS_EPHEMERIS_H diff --git a/src/tests/common-files/gnuplot_i.h b/src/tests/common-files/gnuplot_i.h index b2cedfb30..881ae935c 100644 --- a/src/tests/common-files/gnuplot_i.h +++ b/src/tests/common-files/gnuplot_i.h @@ -33,8 +33,8 @@ */ -#ifndef GNSS_SDR_GNUPLOT_I_H_ -#define GNSS_SDR_GNUPLOT_I_H_ +#ifndef GNSS_SDR_GNUPLOT_I_H +#define GNSS_SDR_GNUPLOT_I_H #include #include diff --git a/src/tests/common-files/observable_tests_flags.h b/src/tests/common-files/observable_tests_flags.h index 3ead614f7..755de6592 100644 --- a/src/tests/common-files/observable_tests_flags.h +++ b/src/tests/common-files/observable_tests_flags.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_OBSERVABLE_TESTS_FLAGS_H_ -#define GNSS_SDR_OBSERVABLE_TESTS_FLAGS_H_ +#ifndef GNSS_SDR_OBSERVABLE_TESTS_FLAGS_H +#define GNSS_SDR_OBSERVABLE_TESTS_FLAGS_H #include #include diff --git a/src/tests/common-files/signal_generator_flags.h b/src/tests/common-files/signal_generator_flags.h index 22ef465e1..1fbf1b9cd 100644 --- a/src/tests/common-files/signal_generator_flags.h +++ b/src/tests/common-files/signal_generator_flags.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_SIGNAL_GENERATOR_FLAGS_H_ -#define GNSS_SDR_SIGNAL_GENERATOR_FLAGS_H_ +#ifndef GNSS_SDR_SIGNAL_GENERATOR_FLAGS_H +#define GNSS_SDR_SIGNAL_GENERATOR_FLAGS_H #include #include diff --git a/src/tests/common-files/test_flags.h b/src/tests/common-files/test_flags.h index beffe4101..d283d85cf 100644 --- a/src/tests/common-files/test_flags.h +++ b/src/tests/common-files/test_flags.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TEST_FLAGS_H_ -#define GNSS_SDR_TEST_FLAGS_H_ +#ifndef GNSS_SDR_TEST_FLAGS_H +#define GNSS_SDR_TEST_FLAGS_H #include #include diff --git a/src/tests/common-files/tracking_tests_flags.h b/src/tests/common-files/tracking_tests_flags.h index 6ffc774db..464accc58 100644 --- a/src/tests/common-files/tracking_tests_flags.h +++ b/src/tests/common-files/tracking_tests_flags.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TRACKING_TESTS_FLAGS_H_ -#define GNSS_SDR_TRACKING_TESTS_FLAGS_H_ +#ifndef GNSS_SDR_TRACKING_TESTS_FLAGS_H +#define GNSS_SDR_TRACKING_TESTS_FLAGS_H #include #include diff --git a/src/tests/system-tests/libs/position_test_flags.h b/src/tests/system-tests/libs/position_test_flags.h index 5df8b330b..646719c26 100644 --- a/src/tests/system-tests/libs/position_test_flags.h +++ b/src/tests/system-tests/libs/position_test_flags.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_POSITION_TEST_FLAGS_H_ -#define GNSS_SDR_POSITION_TEST_FLAGS_H_ +#ifndef GNSS_SDR_POSITION_TEST_FLAGS_H +#define GNSS_SDR_POSITION_TEST_FLAGS_H #include #include diff --git a/src/tests/system-tests/libs/rtklib_solver_dump_reader.h b/src/tests/system-tests/libs/rtklib_solver_dump_reader.h index 6a378ecec..2f9ae5e2b 100644 --- a/src/tests/system-tests/libs/rtklib_solver_dump_reader.h +++ b/src/tests/system-tests/libs/rtklib_solver_dump_reader.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_RTKLIB_SOLVER_DUMP_READER_H_ -#define GNSS_SDR_RTKLIB_SOLVER_DUMP_READER_H_ +#ifndef GNSS_SDR_RTKLIB_SOLVER_DUMP_READER_H +#define GNSS_SDR_RTKLIB_SOLVER_DUMP_READER_H #include #include @@ -74,4 +74,4 @@ private: std::ifstream d_dump_file; }; -#endif // GNSS_SDR_RTKLIB_SOLVER_DUMP_READER_H_ +#endif // GNSS_SDR_RTKLIB_SOLVER_DUMP_READER_H diff --git a/src/tests/system-tests/libs/spirent_motion_csv_dump_reader.h b/src/tests/system-tests/libs/spirent_motion_csv_dump_reader.h index 6474a0ead..f43e496df 100644 --- a/src/tests/system-tests/libs/spirent_motion_csv_dump_reader.h +++ b/src/tests/system-tests/libs/spirent_motion_csv_dump_reader.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H_ -#define GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H_ +#ifndef GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H +#define GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H #include #include @@ -83,4 +83,4 @@ private: bool parse_vector(std::vector &vec); }; -#endif // GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H_ +#endif // GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H diff --git a/src/tests/unit-tests/signal-processing-blocks/libs/acquisition_dump_reader.h b/src/tests/unit-tests/signal-processing-blocks/libs/acquisition_dump_reader.h index 0678297e4..05b51313c 100644 --- a/src/tests/unit-tests/signal-processing-blocks/libs/acquisition_dump_reader.h +++ b/src/tests/unit-tests/signal-processing-blocks/libs/acquisition_dump_reader.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_ACQUISITION_DUMP_READER_H_ -#define GNSS_SDR_ACQUISITION_DUMP_READER_H_ +#ifndef GNSS_SDR_ACQUISITION_DUMP_READER_H +#define GNSS_SDR_ACQUISITION_DUMP_READER_H #include #include @@ -72,4 +72,4 @@ private: std::string d_dump_filename; }; -#endif // GNSS_SDR_ACQUISITION_DUMP_READER_H_ +#endif // GNSS_SDR_ACQUISITION_DUMP_READER_H diff --git a/src/tests/unit-tests/signal-processing-blocks/libs/acquisition_msg_rx.h b/src/tests/unit-tests/signal-processing-blocks/libs/acquisition_msg_rx.h index 46026a4fd..169093676 100644 --- a/src/tests/unit-tests/signal-processing-blocks/libs/acquisition_msg_rx.h +++ b/src/tests/unit-tests/signal-processing-blocks/libs/acquisition_msg_rx.h @@ -19,8 +19,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_ACQUISITION_MSG_RX_H_ -#define GNSS_SDR_ACQUISITION_MSG_RX_H_ +#ifndef GNSS_SDR_ACQUISITION_MSG_RX_H +#define GNSS_SDR_ACQUISITION_MSG_RX_H #include #include @@ -48,4 +48,4 @@ public: }; -#endif // GNSS_SDR_ACQUISITION_MSG_RX_H_ +#endif // GNSS_SDR_ACQUISITION_MSG_RX_H diff --git a/src/tests/unit-tests/signal-processing-blocks/libs/observables_dump_reader.h b/src/tests/unit-tests/signal-processing-blocks/libs/observables_dump_reader.h index aee178155..121a3ba73 100644 --- a/src/tests/unit-tests/signal-processing-blocks/libs/observables_dump_reader.h +++ b/src/tests/unit-tests/signal-processing-blocks/libs/observables_dump_reader.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_OBSERVABLES_DUMP_READER_H_ -#define GNSS_SDR_OBSERVABLES_DUMP_READER_H_ +#ifndef GNSS_SDR_OBSERVABLES_DUMP_READER_H +#define GNSS_SDR_OBSERVABLES_DUMP_READER_H #include #include @@ -51,4 +51,4 @@ private: std::ifstream d_dump_file; }; -#endif // GNSS_SDR_OBSERVABLES_DUMP_READER_H_ +#endif // GNSS_SDR_OBSERVABLES_DUMP_READER_H diff --git a/src/tests/unit-tests/signal-processing-blocks/libs/tlm_dump_reader.h b/src/tests/unit-tests/signal-processing-blocks/libs/tlm_dump_reader.h index ed19a61b1..7193a586b 100644 --- a/src/tests/unit-tests/signal-processing-blocks/libs/tlm_dump_reader.h +++ b/src/tests/unit-tests/signal-processing-blocks/libs/tlm_dump_reader.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TLM_DUMP_READER_H_ -#define GNSS_SDR_TLM_DUMP_READER_H_ +#ifndef GNSS_SDR_TLM_DUMP_READER_H +#define GNSS_SDR_TLM_DUMP_READER_H #include #include @@ -44,4 +44,4 @@ private: std::ifstream d_dump_file; }; -#endif // GNSS_SDR_TLM_DUMP_READER_H_ +#endif // GNSS_SDR_TLM_DUMP_READER_H diff --git a/src/tests/unit-tests/signal-processing-blocks/libs/tracking_dump_reader.h b/src/tests/unit-tests/signal-processing-blocks/libs/tracking_dump_reader.h index dbe73b865..3ac3ba5ec 100644 --- a/src/tests/unit-tests/signal-processing-blocks/libs/tracking_dump_reader.h +++ b/src/tests/unit-tests/signal-processing-blocks/libs/tracking_dump_reader.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TRACKING_DUMP_READER_H_ -#define GNSS_SDR_TRACKING_DUMP_READER_H_ +#ifndef GNSS_SDR_TRACKING_DUMP_READER_H +#define GNSS_SDR_TRACKING_DUMP_READER_H #include #include @@ -79,4 +79,4 @@ private: std::ifstream d_dump_file; }; -#endif // GNSS_SDR_TRACKING_DUMP_READER_H_ +#endif // GNSS_SDR_TRACKING_DUMP_READER_H diff --git a/src/tests/unit-tests/signal-processing-blocks/libs/tracking_true_obs_reader.h b/src/tests/unit-tests/signal-processing-blocks/libs/tracking_true_obs_reader.h index b3c6ae031..3a8555208 100644 --- a/src/tests/unit-tests/signal-processing-blocks/libs/tracking_true_obs_reader.h +++ b/src/tests/unit-tests/signal-processing-blocks/libs/tracking_true_obs_reader.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TRACKING_TRUE_OBS_READER_H_ -#define GNSS_SDR_TRACKING_TRUE_OBS_READER_H_ +#ifndef GNSS_SDR_TRACKING_TRUE_OBS_READER_H +#define GNSS_SDR_TRACKING_TRUE_OBS_READER_H #include #include @@ -47,4 +47,4 @@ private: std::ifstream d_dump_file; }; -#endif // GNSS_SDR_RACKING_TRUE_OBS_READER_H_ +#endif // GNSS_SDR_RACKING_TRUE_OBS_READER_H diff --git a/src/tests/unit-tests/signal-processing-blocks/libs/true_observables_reader.h b/src/tests/unit-tests/signal-processing-blocks/libs/true_observables_reader.h index 66acdc864..baa9a525c 100644 --- a/src/tests/unit-tests/signal-processing-blocks/libs/true_observables_reader.h +++ b/src/tests/unit-tests/signal-processing-blocks/libs/true_observables_reader.h @@ -17,8 +17,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_TRUE_OBSERVABLES_READER_H_ -#define GNSS_SDR_TRUE_OBSERVABLES_READER_H_ +#ifndef GNSS_SDR_TRUE_OBSERVABLES_READER_H +#define GNSS_SDR_TRUE_OBSERVABLES_READER_H #include #include @@ -47,4 +47,4 @@ private: std::ifstream d_dump_file; }; -#endif // GNSS_SDR_TRUE_OBSERVABLES_READER_H_ +#endif // GNSS_SDR_TRUE_OBSERVABLES_READER_H diff --git a/src/utils/front-end-cal/front_end_cal.h b/src/utils/front-end-cal/front_end_cal.h index 19c3e78ae..c32f913ae 100644 --- a/src/utils/front-end-cal/front_end_cal.h +++ b/src/utils/front-end-cal/front_end_cal.h @@ -18,8 +18,8 @@ * ------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_FRONT_END_CAL_H_ -#define GNSS_SDR_FRONT_END_CAL_H_ +#ifndef GNSS_SDR_FRONT_END_CAL_H +#define GNSS_SDR_FRONT_END_CAL_H #include #include