Документ взят из кэша поисковой машины. Адрес оригинального документа : http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-command-test.html
Дата изменения: Unknown
Дата индексирования: Tue Oct 2 09:32:26 2012
Кодировка:

Поисковые слова: южная атлантическая аномалия
comedi_command_test

comedi_command_test

Name

comedi_command_test -- test streaming input/output configuration

Synopsis

#include <comedilib.h>

int comedi_command_test(comedi_t * device, comedi_cmd * command);

Description

The function comedi_command_test() tests the command structure pointed to by the parameter command and returns an integer describing the testing stages that were sucessfully passed. In addition, if elements of the command structure are invalid, they may be modified. Source elements are modified to remove invalid source triggers. Argument elements are adjusted or rounded to the nearest valid value.

XXX return values.