Commit graph

13 commits

Author SHA1 Message Date
Frank Mori Hess
933be9aae4 use SDF_RUNNING flag to test for completion of ao command 2005-03-16 19:05:34 +00:00
Frank Mori Hess
8fdb92784a patch from Ian Abbott <abbotti@mev.co.uk>:
I was running "comedi_test -v" on my new analog output driver and
noticed that it was getting stuck in a loop during the
"cmd_write_fast_1_chan" test.

It turned out that the test had written more data to the buffer than was
required to complete the acquisition (it was using cmd->stop_src =
TRIG_COUNT) and then got stuck in a loop waiting for the buffer to empty.

The attached patch stops the test_cmd_write_fast_1chan function writing
more data than is required to complete the acquisition.
2005-02-27 22:45:14 +00:00
Frank Mori Hess
2afaa069bd insert usleep() in loop 2004-07-25 00:39:39 +00:00
Frank Mori Hess
c673de7c79 fix internal trigger when testing write command, and fix test when
write command uses stop_src==TRIG_NONE instead of TRIG_COUNT
2004-07-24 16:09:01 +00:00
David Schleef
847fb8c86c Fix for cases where the command doesn't allow source choices 2002-11-22 07:15:09 +00:00
David Schleef
b7d115eafa added output command test 2002-03-18 21:48:14 +00:00
David Schleef
52b66f2c89 Disabled streaming output on many of the command tests 2002-02-06 22:08:50 +00:00
David Schleef
b1aea5d077 Changed prototype of comedi_get_cmd_generic_timed 2001-07-15 22:47:14 +00:00
David Schleef
59568d2029 Moved chatter behind if(verbose) 2001-07-09 02:41:18 +00:00
David Schleef
e93771f219 Added realtime command line option. Fixed tests to use realtime
flag.  Added internal trigger test.
2001-06-12 10:41:09 +00:00
David Schleef
698938d995 additional tests, fixes, move some functions to ../lib 2001-05-28 02:39:00 +00:00
David Schleef
981a9e2c22 testing additions 2000-11-30 22:57:04 +00:00
David Schleef
5199a302ae added command test 2000-10-13 09:22:05 +00:00