#include <gr_sync_block.h>#include <string>#include <comedilib.h>#include <stdexcept>

Go to the source code of this file.
Classes | |
| class | comedi_source_s |
| source using COMEDI More... | |
Typedefs | |
| typedef boost::shared_ptr < comedi_source_s > | comedi_source_s_sptr |
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" |
1.5.8