diff --git a/.gitignore b/.gitignore index a128f1558..96a025531 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ thirdparty/ cmake-build-debug/ /install .DS_Store +.pydevproject diff --git a/CMakeLists.txt b/CMakeLists.txt index e26aa7688..f9a035feb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,6 +87,7 @@ add_feature_info(ENABLE_FPGA ENABLE_FPGA "Enables building of processing blocks # Building and packaging options option(ENABLE_GENERIC_ARCH "Builds a portable binary" OFF) +add_feature_info(ENABLE_GENERIC_ARCH ENABLE_GENERIC_ARCH "When disabled, flags such as '-march=native' are passed to the compiler.") option(ENABLE_PACKAGING "Enable software packaging" OFF) add_feature_info(ENABLE_PACKAGING ENABLE_PACKAGING "Enables software packaging.") diff --git a/src/algorithms/PVT/gnuradio_blocks/CMakeLists.txt b/src/algorithms/PVT/gnuradio_blocks/CMakeLists.txt index 69dd5c022..37f5de8fe 100644 --- a/src/algorithms/PVT/gnuradio_blocks/CMakeLists.txt +++ b/src/algorithms/PVT/gnuradio_blocks/CMakeLists.txt @@ -64,9 +64,9 @@ check_cxx_source_compiles(" #include int main() { std::put_time(nullptr, \"\"); }" - HAS_PUT_TIME + has_put_time ) -if(${HAS_PUT_TIME}) +if(${has_put_time}) target_compile_definitions(pvt_gr_blocks PRIVATE -DHAS_PUT_TIME=1) endif() diff --git a/src/algorithms/libs/rtklib/rtklib.h b/src/algorithms/libs/rtklib/rtklib.h index f4305a75a..1b8cd9cbe 100644 --- a/src/algorithms/libs/rtklib/rtklib.h +++ b/src/algorithms/libs/rtklib/rtklib.h @@ -193,12 +193,7 @@ const int NSATGLO = 0; const int NSYSGLO = 0; #endif -/* -const int MINPRNGLO = 1; //!< min satellite slot number of GLONASS -const int MAXPRNGLO = 27; //!< max satellite slot number of GLONASS -const int NSATGLO = (MAXPRNGLO - MINPRNGLO + 1); //!< number of GLONASS satellites -const int NSYSGLO = 1; -*/ + const int MINPRNGAL = 1; //!< min satellite PRN number of Galileo const int MAXPRNGAL = 36; //!< max satellite PRN number of Galileo const int NSATGAL = (MAXPRNGAL - MINPRNGAL + 1); //!< number of Galileo satellites diff --git a/src/algorithms/libs/rtklib/rtklib_ionex.cc b/src/algorithms/libs/rtklib/rtklib_ionex.cc index 8ba2bb950..8b8d39ade 100644 --- a/src/algorithms/libs/rtklib/rtklib_ionex.cc +++ b/src/algorithms/libs/rtklib/rtklib_ionex.cc @@ -1,5 +1,5 @@ /*! - * \file rtklib_ionex.h + * \file rtklib_ionex.cc * \brief ionex functions * \authors