Changed comedi_set_calibration() to comedi_apply_calibration(), and
authorFrank Mori Hess <fmhess@speakeasy.net>
Tue, 4 Mar 2003 00:41:10 +0000 (00:41 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Tue, 4 Mar 2003 00:41:10 +0000 (00:41 +0000)
commitfb2bf948b2e0c11c7ed657253bdfbe590e7ffe57
treeedcf9b2d2830423415f740385e7ac65fcd9d67a2
parent8a1649bbcd76d62d405b4267cde29c209d1866c8
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.
doc/funcref
include/comedilib.h
lib/Makefile
lib/calib.c
lib/cmd.c
lib/comedi.c
lib/error.c
lib/libinternal.h