GNU Radio 3.7.1 C++ API
gr::comedi::source_s Class Reference

source using COMEDI More...

#include <source_s.h>

Inheritance diagram for gr::comedi::source_s:

List of all members.

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.

Detailed Description

source using COMEDI

The source has one to many input stream of signed short integers.

Output samples will be in the range [-32768,32767].


Member Typedef Documentation


Member Function Documentation

static sptr gr::comedi::source_s::make ( int  sampling_freq,
const std::string  dev = "/dev/comedi0" 
) [static]

make a COMEDI source.

Parameters:
sampling_freqsampling rate in Hz
devCOMEDI device name, e.g., "/dev/comedi0"

The documentation for this class was generated from the following file: