Frank Mori Hess
758813e955
Added description of return value from comedi_internal_trigger().
2008-03-28 21:11:49 +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
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
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
2d4cc8f6d0
Updated and added some links to reference for asynchronous command
...
functions.
2008-02-12 17:01:43 +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
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
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
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
Frank Mori Hess
a06bba542a
Added more INSN_CONFIG wrappers: comedi_get_clock_source(),
...
comedi_get_gate_source(), and comedi_get_routing(). Added "channel"
parameter to some of the INSN_CONFIG wrappers.
2008-01-23 18:56:52 +00:00
Frank Mori Hess
76791bfeed
Added comedi_set_filter() and comedi_set_routing() configuration
...
instruction wrappers.
2008-01-18 16:37:32 +00:00
Frank Mori Hess
b3627840ac
Added reference entries for new configuration instruction wrappers.
2008-01-17 17:03:01 +00:00
Frank Mori Hess
8e610500f3
Split function references into subsections. Always build docs in
...
$(srcdir).
2008-01-14 22:15:07 +00:00
Frank Mori Hess
624228b8fe
Added a little more description of return value from
...
comedi_mark_buffer_read(), from Jan Gukelberger <g.u.g.i@gmx.de>.
2007-12-17 00:06:39 +00:00
Frank Mori Hess
a630001ef0
Fixed name of comedi_cleanup_calibration()
2007-11-13 03:18:32 +00:00
Ian Abbott
605fd55655
Fix use of INSN_GTOD so it works on 64-bit platforms.
...
A struct timeval is not the same size as a pair of lsampl_t's for 64-bit,
so can't point 'data' in a comedi_insn to a struct timeval and expect it
to work!
2007-11-07 13:01:50 +00:00
Frank Mori Hess
d2708571d4
Patch from Tobias Blaser <tblaser@freesurf.ch>:
...
Here is a patch to CVS which adds the DESTDIR variable to the installation
rules in the comedilib doc Makefile. Convenient when creating packages.
2007-08-19 18:39:03 +00:00
Frank Mori Hess
c1082cee65
Fixed comedi_get_cmd_generic_timed() by adding a chanlist_len
...
parameter. Old version is still available in library, thanks to the
magic of the version_script.
2007-08-02 19:46:44 +00:00
Frank Mori Hess
d11d8a69be
sync with comedi
2007-08-02 19:43:04 +00:00
Frank Mori Hess
2b73533b8b
Got rid of doccomedilib, use "configure --docdir=blah" and related
...
options. Fixed some problems with "make distcheck".
2007-07-31 17:43:18 +00:00
Frank Mori Hess
1e3e40f1f1
synced with comedi
2007-07-31 14:20:44 +00:00
Frank Mori Hess
68e1efcdbc
Synced with comedi.
2007-07-30 03:50:30 +00:00
Ian Abbott
2f7cc6c6f2
synced with comedi
2007-07-24 13:50:45 +00:00
Ian Abbott
fc1be39d47
Add closing tags for <glosssee> and <glossseealso>.
2007-07-24 13:06:40 +00:00
Frank Mori Hess
5868ebdb99
Corrected comments describing read_subdevice and write_subdevice members
...
of comedi_devinfo
2007-07-16 14:01:40 +00:00
Frank Mori Hess
2d38396fcb
Added a table with descriptions of a few configuration instructions.
2006-10-25 19:57:49 +00:00
Frank Mori Hess
01da122c40
Updated to docbook 4.2. Fixed broken </link> in tutorial.sgml
2006-10-25 18:53:42 +00:00
Frank Mori Hess
53747a7f0a
Updated RTSI documentation to reflect my changes.
2006-10-24 15:07:41 +00:00
Frank Mori Hess
34b9800e40
Added const qualifiers to some char* return values. Added new
...
experimental comedi_dio_bitfield2() function which works with
> 32 channels. Only works properly with ni_65xx currently.
Will post a request for review by any interested
parties to list before I bother making the rest of the drivers
work with it.
2006-10-17 18:19:29 +00:00
Frank Mori Hess
4ccca1c790
Added description of SDF_SOFT_CALIBRATED flag.
2006-09-11 13:55:22 +00:00
Frank Mori Hess
905b99fb60
Added brief description of enum comedi_conversion_direction
2006-09-08 19:40:15 +00:00