GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
uio_fpga.h File Reference

This library contains functions to determine the uio device driver file that corresponds to a hardware accelerator device name in the FPGA. More...

#include <cstdint>
#include <string>

Go to the source code of this file.

Functions

const std::string uio_dir ("/sys/class/uio/")
const std::string uio_filename ("uio")
const std::string uio_subdir_name ("/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 number.
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.

Detailed Description

This library contains functions to determine the uio device driver file that corresponds to a hardware accelerator device name in the FPGA.

Author
Marc Majoral, 2020. mmajoral(at)cttc.es

GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.

Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later


Definition in file uio_fpga.h.