18 #ifndef GNSS_SDR_UIO_FPGA_H 19 #define GNSS_SDR_UIO_FPGA_H 29 const std::string uio_dir(
"/sys/class/uio/");
30 const std::string uio_filename(
"uio");
31 const std::string uio_subdir_name(
"/name");
38 const std::string &device_name,
44 #endif // GNSS_SDR_UIO_FPGA_H int32_t find_uio_dev_file_name(std::string &device_file_name, const std::string &device_name, uint32_t device_num)
This function finds the uio device driver device file name out of the device name and the device numb...