added bufconfig support
This commit is contained in:
parent
01a017f515
commit
a9105f1a8d
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ int comedi_get_n_ranges(comedi_t *it,unsigned int subdevice,unsigned int chan);
|
|||
int comedi_range_is_chan_specific(comedi_t *it,unsigned int subdevice);
|
||||
int comedi_maxdata_is_chan_specific(comedi_t *it,unsigned int subdevice);
|
||||
|
||||
int comedi_get_buffer_size(comedi_t *it,unsigned int subdevice);
|
||||
int comedi_get_max_buffer_size(comedi_t *it,unsigned int subdevice);
|
||||
int comedi_set_buffer_size(comedi_t *it,unsigned int subdevice,int len);
|
||||
|
||||
/* triggers and commands */
|
||||
|
||||
int comedi_cancel(comedi_t *it,unsigned int subdevice);
|
||||
|
|
Loading…
Add table
Reference in a new issue