Frank Mori Hess
fb2bf948b2
Changed comedi_set_calibration() to comedi_apply_calibration(), and
...
made it much faster, it takes <100msec to run instead of >1sec.
It requires linking to libperl now (hope that's
okay). Renamed DEBUG() and _() in libinternal.h to COMEDILIB_DEBUG()
and GETTEXT() in order to avoid conflicts with perl headers.
2003-03-04 00:41:10 +00:00
Frank Mori Hess
afaad08b77
catch errors from find_calibration()
2003-03-01 01:03:39 +00:00
Frank Mori Hess
0a9abb8446
fixed missing dollar signs, and "subdev" should have been "subdevices"
2003-02-28 22:40:52 +00:00
Frank Mori Hess
c63d33ed23
finished implementing comedi_set_calibration() (for real this time),
...
untested
2003-02-28 20:51:04 +00:00
Frank Mori Hess
518159f129
fixed finding calibration based on subdevice. Ignore previous log
...
message about finishing implementation of comedi_set_calibration(), as
it's only half done.
2003-02-26 19:36:56 +00:00
Frank Mori Hess
e36d2e5b3a
finished implementing comedi_set_calibration() (untested)
2003-02-26 19:19:57 +00:00
Frank Mori Hess
723db82ce5
beginnings of comedi_set_calibration()
2003-02-24 22:30:43 +00:00
Frank Mori Hess
b7de679b2f
fixed setting of __comedi_errno after ioctl
2003-02-16 16:45:13 +00:00
Frank Mori Hess
9d4aa91837
include string.h for memset()
2003-01-01 23:08:07 +00:00
David Schleef
365b5ed395
Fix up some versioning mistakes
2002-06-13 00:00:03 +00:00
David Schleef
2851280824
Add symbol versioning. Versions need to be checked with 0.7.18
...
release.
2002-06-12 02:02:05 +00:00
David Schleef
b4fd07f2cf
Add comedi_get_read/write_subdevice()
2002-05-18 22:48:19 +00:00
David Schleef
a915ab1206
Fix up data_read_* code
2002-05-17 02:19:52 +00:00
David Schleef
f6fed64225
Make comedi_ioctl less verbose
2002-05-16 06:31:47 +00:00
David Schleef
85233be248
Added new ioctl() wrapper.
2002-05-16 06:30:54 +00:00
David Schleef
22ae504197
Change cmd tester to check for Comedi version, and then use
...
SDF_CMD flag.
2002-05-15 19:53:34 +00:00
David Schleef
619f6afc47
Remove all the ioctl_ wrappers, because they were dumb.
2002-05-11 07:35:31 +00:00
Frank Mori Hess
75e3c0fcef
some more additions so flags don't cause invalid channel error
2002-04-30 23:07:00 +00:00
Frank Mori Hess
21d7877c2d
Horrible hack to allow passing of CR flags through channel arguments. Made
...
comedi_calibrate use comedi_data_read_n() from main library. Should be able
to add computer boards support to comedi_calibrate soon now.
2002-04-30 22:56:30 +00:00
Frank Mori Hess
e73c24b951
added comedi_data_read_n()
2002-04-29 21:13:13 +00:00
Frank Mori Hess
bf5d20bb9f
added comedi_data_read_hint() and fixed comedi_data_read_n()
2002-04-29 19:50:32 +00:00
Frank Mori Hess
cedfceb9ab
fixed initialization of insn array in comedi_data_read_delayed(), added unnecessary
...
init of ilist
2002-04-29 18:26:46 +00:00
Frank Mori Hess
4a9dd8e9d3
added comedi_data_read_delayed()
2002-04-29 18:22:41 +00:00
David Schleef
99b587482b
Fix BUG in do_test_for_insn_bits() while testing irrelevant subdevices
...
that are busy.
2002-03-08 23:44:25 +00:00
David Schleef
6069b4d60d
Fixed warning by adding header
2001-10-24 22:24:28 +00:00
David Schleef
e380ccedf8
Added SONAME_SUFFIX
2001-10-24 22:23:59 +00:00
David Schleef
67f2ed4254
Change all the file headers to LGPL
2001-10-04 23:44:08 +00:00
David Schleef
2e5c484b24
added function to convert multiple samples to/from phys units
2001-10-04 23:33:14 +00:00
David Schleef
3ed20f03dd
Fix to fast_1chan, so it supports TRIG_INT for analog output.
2001-08-28 23:50:37 +00:00
David Schleef
baa125de2c
Oops. libintl.h needs to be #ifdef'd
2001-08-19 01:30:06 +00:00
David Schleef
c5acd7cc43
gettextization of error messages
2001-08-19 01:27:33 +00:00
David Schleef
6996d2db6e
Random message change
2001-08-19 01:27:16 +00:00
David Schleef
6b3977b508
Separated soname into separate definition
2001-08-19 01:25:04 +00:00
David Schleef
f4f16b883d
Get CFLAGS from ../Config
2001-07-15 23:14:09 +00:00
David Schleef
beb18635c4
Fix comedi_get_cmd_* so that commands are only generated once.
...
More error messages.
2001-07-15 22:46:02 +00:00
David Schleef
494d76f823
Added a bit of __comedi_errno initialization
2001-07-14 00:42:51 +00:00
Frank Mori Hess
f090f06b0a
added a burst-mode-like command to comedi_get_cmd_generic_timed()
2001-07-12 20:34:05 +00:00
Frank Mori Hess
5d2fa2394d
fix for compile warning with range.c
2001-07-10 23:12:16 +00:00
David Schleef
b830e61d3f
Added debug_ptr(). Fixed do_test_for_cmd()
2001-07-10 22:31:16 +00:00
David Schleef
cf7397be84
Added _COMEDILIB_DEPRECATED, 'cuz we still support it internally
2001-06-27 22:17:17 +00:00
David Schleef
95e2ff75f5
Change return value of comedi_close to int
2001-06-27 22:16:42 +00:00
David Schleef
7ea936090e
Added insn ioctl support.
...
Added insn ioctl probing.
Renamed previously misnamed insnlist probing.
Rewrote comedi_data_read_n()
2001-06-12 10:38:50 +00:00
David Schleef
0bd291780c
fixes for cross-compilation
2001-06-12 10:36:25 +00:00
Frank Mori Hess
69b9002a22
fixed bug
2001-05-28 03:35:34 +00:00
David Schleef
8f5391c3ce
added HAVE_COMEDI_POLL
2001-05-28 02:36:41 +00:00
David Schleef
44b5028d60
added cmd.c
2001-05-28 02:36:20 +00:00
David Schleef
64b3584ff7
added cmd related functions
2001-05-28 02:36:03 +00:00
David Schleef
7616ab0880
added get_subdevice_flags()
2001-05-28 02:35:08 +00:00
Frank Mori Hess
798386252d
a small step towards standardized comedi error codes
2001-05-02 00:08:28 +00:00
Frank Mori Hess
0fb94f62e9
put back comedi_get_max_buffer_size
2001-04-27 20:33:36 +00:00