1COMEDI_SET_BUFFER_SIZE(3) COMEDI_SET_BUFFER_SIZE(3)
2
3
4
6 comedi_set_buffer_size - streaming buffer size of subdevice
7
9 #include <comedilib.h>
10
11 int comedi_set_buffer_size (comedi_t * device, unsigned int subdevice,
12 unsigned int size);
13
15 The function comedi_set_buffer_size() changes the size of the streaming
16 buffer for the subdevice specified by device and subdevice. The param‐
17 eter size must be a multiple of the virtual memory page size.
18
19 The virtual memory page size can be determined using
20 sysconf(_SC_PAGE_SIZE).
21
22 28 October 2007 COMEDI_SET_BUFFER_SIZE(3)