mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	Use C++ comments for final #endif in headers
This commit is contained in:
		| @@ -52,4 +52,4 @@ void beidou_b1i_code_gen_complex_sampled(gsl::span<std::complex<float>> _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<std::complex<float>> _dest, uint32_t _prn, int32_t _fs, uint32_t _chip_shift); | ||||
|  | ||||
| #endif /* BEIDOU_B1I_SDR_SIGNAL_PROCESSING_H_ */ | ||||
| #endif  // GNSS_SDR_BEIDOU_B1I_SDR_SIGNAL_PROCESSING_H_ | ||||
|   | ||||
| @@ -52,4 +52,4 @@ void beidou_b3i_code_gen_complex_sampled(gsl::span<std::complex<float>> _dest, u | ||||
| //! Generates complex BeiDou B3I code for the desired SV ID and code shift | ||||
| void beidou_b3i_code_gen_complex_sampled(gsl::span<std::complex<float>> _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_ | ||||
|   | ||||
| @@ -76,4 +76,4 @@ void galileo_e1_code_gen_complex_sampled(gsl::span<std::complex<float>> _dest, c | ||||
| void galileo_e1_code_gen_complex_sampled(gsl::span<std::complex<float>> _dest, const std::array<char, 3>& _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_ | ||||
|   | ||||
| @@ -53,4 +53,4 @@ void galileo_e5_a_code_gen_complex_sampled(gsl::span<std::complex<float>> _dest, | ||||
|     const std::array<char, 3>& _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_ | ||||
|   | ||||
| @@ -46,4 +46,4 @@ void glonass_l1_ca_code_gen_complex_sampled(gsl::span<std::complex<float>> _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<std::complex<float>> _dest, int32_t _fs, uint32_t _chip_shift); | ||||
|  | ||||
| #endif /* GNSS_SDR_GLONASS_SDR_SIGNAL_PROCESSING_H_ */ | ||||
| #endif  // GNSS_SDR_GLONASS_SDR_SIGNAL_PROCESSING_H_ | ||||
|   | ||||
| @@ -46,4 +46,4 @@ void glonass_l2_ca_code_gen_complex_sampled(gsl::span<std::complex<float>> _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<std::complex<float>> _dest, int32_t _fs, uint32_t _chip_shift); | ||||
|  | ||||
| #endif /* GNSS_SDR_GLONASS_L2_SIGNAL_PROCESSING_H_ */ | ||||
| #endif  // GNSS_SDR_GLONASS_L2_SIGNAL_PROCESSING_H_ | ||||
|   | ||||
| @@ -149,4 +149,4 @@ void Gnss_circular_deque<T>::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_ | ||||
|   | ||||
| @@ -72,4 +72,4 @@ void resampler(const gsl::span<float> _from, gsl::span<float> _dest, | ||||
| void resampler(gsl::span<const std::complex<float>> _from, gsl::span<std::complex<float>> _dest, | ||||
|     float _fs_in, float _fs_out); | ||||
|  | ||||
| #endif /* GNSS_SDR_GNSS_SIGNAL_PROCESSING_H_ */ | ||||
| #endif  // GNSS_SDR_GNSS_SIGNAL_PROCESSING_H_ | ||||
|   | ||||
| @@ -44,4 +44,4 @@ void gps_l2c_m_code_gen_float(gsl::span<float> _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<std::complex<float>> _dest, uint32_t _prn, int32_t _fs); | ||||
|  | ||||
| #endif /* GNSS_GPS_L2C_SIGNAL_H_ */ | ||||
| #endif  // GNSS_SDR_GPS_L2C_SIGNAL_H_ | ||||
|   | ||||
| @@ -56,4 +56,4 @@ void gps_l5i_code_gen_complex_sampled(gsl::span<std::complex<float>> _dest, uint | ||||
| void gps_l5q_code_gen_complex_sampled(gsl::span<std::complex<float>> _dest, uint32_t _prn, int32_t _fs); | ||||
|  | ||||
|  | ||||
| #endif /* GNSS_SDR_GPS_L5_SIGNAL_H_ */ | ||||
| #endif  // GNSS_SDR_GPS_L5_SIGNAL_H_ | ||||
|   | ||||
| @@ -52,4 +52,4 @@ void gps_l1_ca_code_gen_complex_sampled(gsl::span<std::complex<float>> _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<std::complex<float>> _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_ | ||||
|   | ||||
| @@ -97,4 +97,4 @@ private: | ||||
|     bool inverted_spectrum; | ||||
| }; | ||||
|  | ||||
| #endif /*GNSS_SDR_PASS_THROUGH_H_*/ | ||||
| #endif  // GNSS_SDR_PASS_THROUGH_H_ | ||||
|   | ||||
| @@ -60,4 +60,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_ | ||||
|   | ||||
| @@ -92,4 +92,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_ | ||||
|   | ||||
| @@ -87,4 +87,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_ | ||||
|   | ||||
| @@ -162,4 +162,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_ | ||||
|   | ||||
| @@ -286,4 +286,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_ | ||||
|   | ||||
| @@ -160,4 +160,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_ | ||||
|   | ||||
| @@ -126,4 +126,4 @@ void volk_gnsssdr_free(void *ptr) | ||||
|  | ||||
| #endif  // _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600 || HAVE_POSIX_MEMALIGN | ||||
|  | ||||
| //#endif // _ISOC11_SOURCE | ||||
| //#endif  //_ISOC11_SOURCE | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez