Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-range.html
Дата изменения: Unknown
Дата индексирования: Sat Sep 11 20:31:13 2010
Кодировка:

Поисковые слова: arp 220
comedi_get_range

comedi_get_range

Name

comedi_get_range -- range information of channel

Synopsis

#include <comedilib.h>

comedi_range * comedi_get_range(comedi_t * device, unsigned int subdevice, unsigned int channel, unsigned int range);

Description

The function comedi_get_range() returns a pointer to a comedi_range structure that contains information that can be used to convert sample values to or from physical units. The pointer is valid until the Comedi device device is closed. If there is an error, NULL is returned.