From: David Schleef Date: Thu, 1 Mar 2001 21:57:33 +0000 (+0000) Subject: added bufconfig support X-Git-Tag: r0_7_15~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a9105f1a8d3e78784fede408ee293fb39493a68d;p=comedilib.git added bufconfig support --- diff --git a/include/comedilib.h b/include/comedilib.h index 03ff9a6..26a3a06 100644 --- a/include/comedilib.h +++ b/include/comedilib.h @@ -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);