Use C++ comments for final #endif in headers

This commit is contained in:
Carles Fernandez 2020-01-26 22:23:22 +01:00
parent 38527ae263
commit 9023f19794
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
92 changed files with 100 additions and 98 deletions

View File

@ -142,4 +142,4 @@ public:
}
};
#endif /* GNSS_SDR_MONITOR_PVT_H_ */
#endif // GNSS_SDR_MONITOR_PVT_H_

View File

@ -61,4 +61,4 @@ private:
};
#endif /* GNSS_SDR_MONITOR_PVT_UDP_SINK_H_ */
#endif // GNSS_SDR_MONITOR_PVT_UDP_SINK_H_

View File

@ -185,4 +185,4 @@ private:
unsigned int out_streams_;
};
#endif /* GNSS_SDR_BEIDOU_B1I_PCPS_ACQUISITION_H_ */
#endif // GNSS_SDR_BEIDOU_B1I_PCPS_ACQUISITION_H_

View File

@ -184,4 +184,4 @@ private:
unsigned int out_streams_;
};
#endif /* GNSS_SDR_BEIDOU_B3I_PCPS_ACQUISITION_H_ */
#endif // GNSS_SDR_BEIDOU_B3I_PCPS_ACQUISITION_H_

View File

@ -175,4 +175,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_

View File

@ -190,4 +190,4 @@ private:
unsigned int out_streams_;
};
#endif /* GNSS_SDR_GALILEO_E1_PCPS_AMBIGUOUS_ACQUISITION_H_ */
#endif // GNSS_SDR_GALILEO_E1_PCPS_AMBIGUOUS_ACQUISITION_H_

View File

@ -212,4 +212,4 @@ private:
std::vector<uint32_t> 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_

View File

@ -175,4 +175,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_

View File

@ -179,4 +179,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_

View File

@ -178,4 +178,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_

View File

@ -35,8 +35,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_H_
#define 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"
@ -183,4 +183,5 @@ private:
unsigned int out_streams_;
float calculate_threshold(float pfa);
};
#endif /* GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_H_ */
#endif // GNSS_SDR_GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_H_

View File

@ -28,8 +28,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GALILEO_E5A_PCPS_ACQUISITION_H_
#define 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"
@ -179,4 +179,4 @@ private:
Gnss_Synchro* gnss_synchro_;
};
#endif /* GALILEO_E5A_PCPS_ACQUISITION_H_ */
#endif // GNSS_SDR_GALILEO_E5A_PCPS_ACQUISITION_H_

View File

@ -221,4 +221,4 @@ private:
std::vector<uint32_t> 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_

View File

@ -180,4 +180,4 @@ private:
unsigned int out_streams_;
};
#endif /* GNSS_SDR_GLONASS_L1_CA_PCPS_ACQUISITION_H_ */
#endif // GNSS_SDR_GLONASS_L1_CA_PCPS_ACQUISITION_H_

View File

@ -179,4 +179,4 @@ private:
unsigned int out_streams_;
};
#endif /* GNSS_SDR_GLONASS_L2_CA_PCPS_ACQUISITION_H_ */
#endif // GNSS_SDR_GLONASS_L2_CA_PCPS_ACQUISITION_H_

View File

@ -192,4 +192,4 @@ private:
unsigned int out_streams_;
};
#endif /* GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_H_ */
#endif // GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_H_

View File

@ -171,4 +171,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_

View File

@ -216,4 +216,4 @@ private:
std::vector<uint32_t> 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_

View File

@ -168,4 +168,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_

View File

@ -180,4 +180,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_

View File

@ -181,4 +181,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_

View File

@ -180,4 +180,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_

View File

@ -190,4 +190,4 @@ private:
unsigned int num_codes_;
};
#endif /* GNSS_SDR_GPS_L2_M_PCPS_ACQUISITION_H_ */
#endif // GNSS_SDR_GPS_L2_M_PCPS_ACQUISITION_H_

View File

@ -180,4 +180,4 @@ private:
std::vector<uint32_t> 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_

View File

@ -190,4 +190,4 @@ private:
unsigned int out_streams_;
};
#endif /* GNSS_SDR_GPS_L5I_PCPS_ACQUISITION_H_ */
#endif // GNSS_SDR_GPS_L5I_PCPS_ACQUISITION_H_

View File

@ -216,4 +216,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_

View File

@ -35,8 +35,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_CC_H_
#define 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"
@ -257,4 +257,4 @@ private:
unsigned int d_gr_stream_buffer;
};
#endif /* GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_CC_H_ */
#endif // GNSS_SDR_GALILEO_E5A_NONCOHERENT_IQ_ACQUISITION_CAF_CC_H_

View File

@ -229,4 +229,4 @@ private:
std::string d_dump_filename;
};
#endif /* GNSS_SDR_PCPS_8MS_ACQUISITION_CC_H_ */
#endif // GNSS_SDR_PCPS_8MS_ACQUISITION_CC_H_

View File

@ -272,4 +272,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_

View File

@ -233,4 +233,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_

View File

@ -238,4 +238,4 @@ private:
std::string d_dump_filename;
};
#endif /* GNSS_SDR_PCPS_ASSISTED_ACQUISITION_CC_H_ */
#endif // GNSS_SDR_PCPS_ASSISTED_ACQUISITION_CC_H_

View File

@ -228,4 +228,4 @@ private:
std::string d_dump_filename;
};
#endif /* GNSS_SDR_PCPS_CCCWSR_ACQUISITION_CC_H_ */
#endif // GNSS_SDR_PCPS_CCCWSR_ACQUISITION_CC_H_

View File

@ -258,4 +258,4 @@ private:
std::string d_dump_filename;
};
#endif /* GNSS_SDR_PCPS_QUICKSYNC_ACQUISITION_CC_H_ */
#endif // GNSS_SDR_PCPS_QUICKSYNC_ACQUISITION_CC_H_

View File

@ -244,4 +244,4 @@ private:
std::string d_dump_filename;
};
#endif /* GNSS_SDR_PCPS_TONG_ACQUISITION_CC_H_ */
#endif // GNSS_SDR_PCPS_TONG_ACQUISITION_CC_H_

View File

@ -178,4 +178,4 @@ private:
void read_result_valid(uint32_t *result_valid);
};
#endif /* GNSS_SDR_FPGA_ACQUISITION_H_ */
#endif // GNSS_SDR_FPGA_ACQUISITION_H_

View File

@ -86,4 +86,4 @@ private:
gr::block_sptr file_sink_;
};
#endif /* GNSS_SDR_BEAMFORMER_FILTER_H_ */
#endif // GNSS_SDR_BEAMFORMER_FILTER_H_

View File

@ -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_

View File

@ -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_

View File

@ -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_

View File

@ -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_

View File

@ -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_

View File

@ -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_

View File

@ -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_

View File

@ -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_

View File

@ -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_

View File

@ -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_

View File

@ -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_

View File

@ -97,4 +97,4 @@ private:
bool inverted_spectrum;
};
#endif /*GNSS_SDR_PASS_THROUGH_H_*/
#endif // GNSS_SDR_PASS_THROUGH_H_

View File

@ -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_

View File

@ -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_

View File

@ -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_

View File

@ -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_

View File

@ -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_

View File

@ -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_

View File

@ -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

View File

@ -87,4 +87,4 @@ private:
gr::block_sptr file_sink_;
};
#endif /*GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_H_*/
#endif // GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_H_

View File

@ -99,4 +99,4 @@ private:
gr::block_sptr file_sink_;
};
#endif /*GNSS_SDR_FRACTIONAL_RESAMPLER_CONDITIONER_H_*/
#endif // GNSS_SDR_FRACTIONAL_RESAMPLER_CONDITIONER_H_

View File

@ -95,4 +95,5 @@ private:
gr::blocks::file_sink::sptr file_sink_;
std::shared_ptr<Concurrent_Queue<pmt::pmt_t> > queue_;
};
#endif /*GNSS_SDR_SIGNAL_GENERATOR_H_*/
#endif // GNSS_SDR_SIGNAL_GENERATOR_H_

View File

@ -154,4 +154,4 @@ private:
std::normal_distribution<float> normal_dist;
};
#endif /* GNSS_SDR_SIGNAL_GENERATOR_C_H_ */
#endif // GNSS_SDR_SIGNAL_GENERATOR_C_H_

View File

@ -101,4 +101,4 @@ private:
unsigned int out_streams_;
};
#endif /* GNSS_SDR_GALILEO_E5A_TELEMETRY_DECODER_H_ */
#endif // GNSS_SDR_GALILEO_E5A_TELEMETRY_DECODER_H_

View File

@ -125,4 +125,4 @@ private:
int parity_counter(int symbol, int length);
};
#endif /* GNSS_SDR_VITERBI_DECODER_H_ */
#endif // GNSS_SDR_VITERBI_DECODER_H_

View File

@ -104,4 +104,4 @@ private:
unsigned int out_streams_;
};
#endif /* GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_H_ */
#endif // GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_H_

View File

@ -139,4 +139,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_

View File

@ -65,4 +65,4 @@ private:
};
#endif /* GNSS_SDR_CPU_MULTICORRELATOR_H_ */
#endif // GNSS_SDR_CPU_MULTICORRELATOR_H_

View File

@ -65,4 +65,4 @@ private:
};
#endif /* GNSS_SDR_CPU_MULTICORRELATOR_H_ */
#endif // GNSS_SDR_CPU_MULTICORRELATOR_H_

View File

@ -69,4 +69,4 @@ private:
};
#endif /* GNSS_SDR_CPU_MULTICORRELATOR_REAL_CODES_H_ */
#endif // GNSS_SDR_CPU_MULTICORRELATOR_REAL_CODES_H_

View File

@ -168,4 +168,4 @@ private:
};
#endif /* GNSS_SDR_CUDA_MULTICORRELATOR_H_ */
#endif // GNSS_SDR_CUDA_MULTICORRELATOR_H_

View File

@ -265,4 +265,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_

View File

@ -76,4 +76,4 @@ public:
virtual void set_resampler_latency(uint32_t latency_samples) = 0;
};
#endif /* GNSS_SDR_ACQUISITION_INTERFACE */
#endif // GNSS_SDR_ACQUISITION_INTERFACE */

View File

@ -62,4 +62,4 @@ public:
virtual void set_signal(const Gnss_Signal&) = 0;
};
#endif /* GNSS_SDR_CHANNEL_INTERFACE_H_ */
#endif // GNSS_SDR_CHANNEL_INTERFACE_H_

View File

@ -66,4 +66,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_

View File

@ -81,4 +81,4 @@ public:
}
};
#endif /*GNSS_SDR_GNSS_BLOCK_INTERFACE_H_*/
#endif // GNSS_SDR_GNSS_BLOCK_INTERFACE_H_

View File

@ -54,4 +54,4 @@ public:
virtual void reset() = 0;
};
#endif /* GNSS_SDR_OBSERVABLES_INTERFACE_H_ */
#endif // GNSS_SDR_OBSERVABLES_INTERFACE_H_

View File

@ -71,4 +71,4 @@ public:
time_t* UTC_time) = 0;
};
#endif /* GNSS_SDR_PVT_INTERFACE_H_ */
#endif // GNSS_SDR_PVT_INTERFACE_H_

View File

@ -56,4 +56,4 @@ public:
virtual void set_channel(int channel) = 0;
};
#endif /* GNSS_SDR_TELEMETRY_DECODER_INTERFACE_H_ */
#endif // GNSS_SDR_TELEMETRY_DECODER_INTERFACE_H_

View File

@ -61,4 +61,4 @@ public:
virtual void set_channel(unsigned int channel) = 0;
};
#endif /* GNSS_SDR_TRACKING_INTERFACE_H_ */
#endif // GNSS_SDR_TRACKING_INTERFACE_H_

View File

@ -67,4 +67,4 @@ private:
};
#endif /* GNSS_SDR_GNSS_SYNCHRO_UDP_SINK_H_ */
#endif // GNSS_SDR_GNSS_SYNCHRO_UDP_SINK_H_

View File

@ -58,4 +58,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_

View File

@ -57,4 +57,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_

View File

@ -298,4 +298,4 @@ const std::vector<std::pair<int32_t, int32_t> > D2_OMEGA({{269, 32}});
// D2 NAV, SUBFRAME 1, PAGE 10
const std::vector<std::pair<int32_t, int32_t> > D2_IDOT({{52, 1}, {61, 13}});
#endif /* GNSS_SDR_BEIDOU_DNAV_H_ */
#endif // GNSS_SDR_BEIDOU_DNAV_H_

View File

@ -327,4 +327,4 @@ const std::vector<std::pair<int32_t, int32_t>> H_N_A({{72, 5}});
const std::vector<std::pair<int32_t, int32_t>> B1({{6, 11}});
const std::vector<std::pair<int32_t, int32_t>> B2({{17, 10}});
#endif /* GNSS_SDR_GLONASS_L1_L2_CA_H_ */
#endif // GNSS_SDR_GLONASS_L1_L2_CA_H_

View File

@ -179,4 +179,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_

View File

@ -253,4 +253,4 @@ const std::vector<std::pair<int32_t, int32_t>> HEALTH_SV22({{247, 6}});
const std::vector<std::pair<int32_t, int32_t>> HEALTH_SV23({{253, 6}});
const std::vector<std::pair<int32_t, int32_t>> HEALTH_SV24({{259, 6}});
#endif /* GNSS_SDR_GPS_L1_CA_H_ */
#endif // GNSS_SDR_GPS_L1_CA_H_

View File

@ -104,4 +104,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_

View File

@ -193,4 +193,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_

View File

@ -409,4 +409,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_

View File

@ -388,4 +388,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_

View File

@ -119,4 +119,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_

View File

@ -79,4 +79,4 @@ const std::string TEXT_BOLD_CYAN = "";
const std::string TEXT_BOLD_WHITE = "";
#endif /* DISPLAY_COLORS */
#endif /* GNSS_SDR_DISPLAY_H_ */
#endif // GNSS_SDR_DISPLAY_H_

View File

@ -209,4 +209,4 @@ private:
// bool omega_flag;
};
#endif /* GNSS_SDR_GALILEO_FNAV_MESSAGE_H_ */
#endif // GNSS_SDR_GALILEO_FNAV_MESSAGE_H_

View File

@ -296,4 +296,4 @@ private:
int64_t read_navigation_signed(std::bitset<GALILEO_DATA_JK_BITS> bits, const std::vector<std::pair<int32_t, int32_t> >& parameter);
};
#endif /* GALILEO_NAVIGATION_MESSAGE_H_ */
#endif // GNSS_SDR_GALILEO_NAVIGATION_MESSAGE_H_

View File

@ -55,4 +55,4 @@ public:
};
#endif /* GNSS_SDR_SBAS_EPHEMERIS_H_ */
#endif // GNSS_SDR_SBAS_EPHEMERIS_H_