Commit graph

1131 commits

Author SHA1 Message Date
Ian Abbott
64f8e05331 Fix some 64-bit warnings. 2008-04-23 18:53:09 +00:00
Frank Mori Hess
39253a72b3 Added wrappers for comedi_get_hardware_buffer_size and comedi_find_range. 2008-03-31 17:08:33 +00:00
Frank Mori Hess
758813e955 Added description of return value from comedi_internal_trigger(). 2008-03-28 21:11:49 +00:00
Frank Mori Hess
3b34f5f08d Added wrapper for comedi_internal_trigger(). 2008-03-28 21:10:56 +00:00
Frank Mori Hess
8952c74075 Added reference entry for comedi_get_hardware_buffer_size(). 2008-03-28 18:16:45 +00:00
Frank Mori Hess
d0956ca8b5 Added comedi_get_hardware_buffer_size() wrapper function, and made
comedi_strerror return a const char*.
2008-03-28 15:56:35 +00:00
Frank Mori Hess
b3873b7c79 Replaced a perror with comedi_perror 2008-03-28 15:55:03 +00:00
Frank Mori Hess
2edd66775b synced with comedi. 2008-03-28 15:29:16 +00:00
Frank Mori Hess
0f6494cfdc Added default constructors to from_physical and to_physical. Added
missing const qualifier to hardcal_converter and softcal_converter
methods.
2008-03-27 20:44:15 +00:00
Frank Mori Hess
4acda5c777 Fixed compile error. 2008-03-26 19:52:05 +00:00
Frank Mori Hess
0e3150e577 Made comedi::calibration default constructible. Added wrapper classes
for comedi_to/from_physical.
2008-03-26 19:22:38 +00:00
Frank Mori Hess
959b2ebcad Added wrappers for calibration functions. Fixed memory leak in
default_calibration_path() method.
2008-03-14 19:07:22 +00:00
Frank Mori Hess
7e3ad2a0fd Made it very slightly more clear that comedi_apply_calibration is only
useful for hardware-calibrated boards.
2008-03-14 18:22:24 +00:00
Frank Mori Hess
e0b0b89338 Allow comedi_cleanup_calibration to accept a NULL argument. 2008-03-14 17:52:20 +00:00
Frank Mori Hess
5e90332b02 Added perl to EXTRA_DIST 2008-03-11 16:04:23 +00:00
Ian Abbott
051f58fd8b Sync with comedi 2008-02-21 12:59:07 +00:00
Frank Mori Hess
cd0469894b Made mkref script handle the case of a void parameter correctly. Allowed
text lines to begin with any whitespace character (not just space).
2008-02-13 20:14:38 +00:00
Frank Mori Hess
d127a63155 Updated references for error reporting functions. 2008-02-13 20:13:39 +00:00
Frank Mori Hess
7eb7a64566 Updated the dio function reference 2008-02-12 19:31:26 +00:00
Frank Mori Hess
0695475797 Updated comedi_dio_config implementation to reflect logical split
between COMEDI_INPUT/COMEDI_OUTPUT and corresponding config insn ids
(even though they still have the same value).  Made comedi_dio_config
return 0 on success for better consistency in API.
2008-02-12 18:27:00 +00:00
Frank Mori Hess
2d4cc8f6d0 Updated and added some links to reference for asynchronous command
functions.
2008-02-12 17:01:43 +00:00
Frank Mori Hess
0c69850ffc Made comedi_ioctl take its third argument as a void* instead of
and integer type, and got rid of a bunch of casts (and added a few).
2008-02-12 01:12:46 +00:00
Frank Mori Hess
a61ed59402 Fixed return values from comedi_mark_buffer_read/written(). Removed
some redundant assignments of __comedi_errno
2008-02-11 20:50:14 +00:00
Frank Mori Hess
d2809f82d5 Added some "type" elements to docbook output, although they don't really
have much effect.
2008-02-11 16:42:28 +00:00
Frank Mori Hess
a7ece13dbd Added a link and remove some wrong (obsolete?) bits in the description
of comedi_cancel().
2008-02-11 16:25:15 +00:00
Frank Mori Hess
4e7a93e646 Rearranged section heirarchy. Made capitalization of section titles
consistent.
2008-02-11 15:50:36 +00:00
Frank Mori Hess
86a6fa5989 Added section for comedi_subdevice_type enum. 2008-02-08 21:42:25 +00:00
Frank Mori Hess
3a5c3a8fb0 Added some links to core function references, and fixed some bitrot.
Deprecated comedi_set_global_oor_behavior since it only affects
comedi_to_phys (which is already deprecated).
2008-02-08 21:41:32 +00:00
Frank Mori Hess
db048dfa6f Fixed some spelling errors "sucess"->"success". 2008-02-08 19:02:18 +00:00
Frank Mori Hess
e3526fbd7c Removed some wrong or obsolete information. Made it xinclude the
tutorial programs tut1.c and tut2.c
2008-02-08 18:48:27 +00:00
Frank Mori Hess
d73685a254 Minor tweak to comedi_get_softcal_converter description. 2008-02-08 18:28:26 +00:00
Frank Mori Hess
d7434f79bb trivial change to a comment. 2008-02-08 18:23:05 +00:00
Frank Mori Hess
f6a4444de8 Switched to use comedi_to_physical instead of deprecated comedi_to_phys. 2008-02-08 16:23:36 +00:00
Frank Mori Hess
9a472f9f4a Added some checking of return values for errors 2008-02-08 16:22:43 +00:00
Frank Mori Hess
6639f730fc Some minor tweaks. 2008-02-07 19:58:13 +00:00
Frank Mori Hess
cdb1384675 Updated drivers.txt from comedi 0.7.76 2008-01-28 21:34:06 +00:00
Frank Mori Hess
46bd0a16ba comedi_internal_trigger is provided by comedilib now. 2008-01-28 20:38:47 +00:00
Frank Mori Hess
242aa6405f Fixed another problem with mmap test on subdevice using lsampl_t. 2008-01-28 20:35:14 +00:00
Frank Mori Hess
115b6a66c1 Fixed bug in mmap test when run on subdevice with SDF_LSAMPL. 2008-01-28 20:27:19 +00:00
Frank Mori Hess
064f43b4f8 Added css stylesheet for html docs. At the momment, it just gives a
light gray background to display of "programlisting" elements.
2008-01-28 19:30:01 +00:00
Ian Abbott
0145624108 Don't use SDF_WRITEABLE flag to check if read (or write) command is
applicable.  Instead, check that the specified subdevice matches the
read (or write) subdevice.
2008-01-28 16:10:11 +00:00
Frank Mori Hess
32c98f9506 Added some links. 2008-01-25 15:00:01 +00:00
Frank Mori Hess
d5d5d74cf5 Links to http://www.comedi.org everywhere. 2008-01-24 21:35:24 +00:00
Frank Mori Hess
0b172a6493 Did a little editing and updating for bitrotten parts. 2008-01-24 21:09:32 +00:00
Frank Mori Hess
73cf1bf2e6 Use "email" element. 2008-01-24 21:09:05 +00:00
Frank Mori Hess
1a24ec3043 Fixed indentation, shouldn't have made any content changes. 2008-01-24 19:30:00 +00:00
Frank Mori Hess
dfaf144f85 Fixed indentation. Performed some editing of content. Removed some parts
which were wrong, or made no sense to me.
2008-01-24 19:11:18 +00:00
Frank Mori Hess
48a0731a29 Added some missing "para" elements in the legalnotice. Fixed up
indentation.
2008-01-24 15:08:47 +00:00
Frank Mori Hess
ab8d0426c3 Forgot to add this new file, it's part of conversion to docbook-xml. 2008-01-24 01:34:10 +00:00
Frank Mori Hess
a0568092e7 Converted comedilib docs to docbook-xml 4.4, fixing a bunch of
parse errors along the way (mostly unclosed tags).
2008-01-24 01:32:41 +00:00