GNU Radio 3.7.1 C++ API
|
source using COMEDI More...
#include <source_s.h>
Public Types | |
typedef boost::shared_ptr < source_s > | sptr |
Static Public Member Functions | |
static sptr | make (int sampling_freq, const std::string dev="/dev/comedi0") |
make a COMEDI source. |
source using COMEDI
The source has one to many input stream of signed short integers.
Output samples will be in the range [-32768,32767].
static sptr gr::comedi::source_s::make | ( | int | sampling_freq, |
const std::string | dev = "/dev/comedi0" |
||
) | [static] |
make a COMEDI source.
sampling_freq | sampling rate in Hz |
dev | COMEDI device name, e.g., "/dev/comedi0" |