1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 12:10:34 +00:00

Add doxygen group

This commit is contained in:
Carles Fernandez 2020-11-29 13:41:30 +01:00
parent 821223aff0
commit 14147cce32
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -24,6 +24,11 @@
#include <cstdint>
#include <string>
/** \addtogroup Core
* \{ */
/** \addtogroup Core_Receiver_Library
* \{ */
const std::string uio_dir("/sys/class/uio/");
const std::string uio_filename("uio");
const std::string uio_subdir_name("/name");
@ -37,4 +42,6 @@ int32_t find_uio_dev_file_name(std::string &device_file_name,
uint32_t device_num);
/** \} */
/** \} */
#endif // GNSS_SDR_UIO_FPGA_H