18#ifndef GNSS_SDR_UIO_FPGA_H
19#define GNSS_SDR_UIO_FPGA_H
29const std::string uio_dir(
"/sys/class/uio/");
30const std::string uio_filename(
"uio");
31const std::string uio_subdir_name(
"/name");
38 const std::string &device_name,
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...
uint32_t get_num_devices(const std::string &device_name)
Returns the number of devices (tracking multicorrelators) of type device_name available in the FPGA.