GNU Radio 3.5.1 C++ API
|
Go to the source code of this file.
Classes | |
class | comedi_source_s |
source using COMEDI More... | |
Functions | |
comedi_source_s_sptr | comedi_make_source_s (int sampling_freq, const std::string dev="/dev/comedi0") |
make a COMEDI source. |
comedi_source_s_sptr comedi_make_source_s | ( | int | sampling_freq, |
const std::string | dev = "/dev/comedi0" |
||
) |
make a COMEDI source.
sampling_freq | sampling rate in Hz |
dev | COMEDI device name, e.g., "/dev/comedi0" |