Документ взят из кэша поисковой машины. Адрес оригинального документа : http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-set-max-buffer-size.html
Дата изменения: Unknown
Дата индексирования: Fri Dec 28 19:53:15 2007
Кодировка:
comedi_set_max_buffer_size

comedi_set_max_buffer_size

Name

comedi_set_max_buffer_size -- streaming buffer size of subdevice

Synopsis

#include <comedilib.h>

int comedi_set_max_buffer_size(comedi_t * device, unsigned int subdevice, unsigned int max_size);

Description

The function comedi_set_max_buffer_size() changes the maximum allowable size (in bytes) of the streaming buffer for the subdevice specified by device and subdevice. Changing the maximum buffer size requires appropriate privileges. If sucessful, the old buffer size is returned. On error, -1 is returned.