comedilib/doc
Ian Abbott aff4937e03 Added some more buffer position functions for use with mmap
Added comedi_get_buffer_read_offset(), comedi_get_buffer_write_offset(),
comedi_get_buffer_read_count(), and comedi_get_buffer_write_count().

comedi_get_buffer_read_offset() is the same as
comedi_get_buffer_offset(), which has now been documented as deprecated,
but is currently still declared in "comedilib.h" by default.  It gets
the read position within the buffer as an offset from the start of the
buffer (modulo the buffer size).

comedi_get_buffer_write_offset() gets the write position within the
buffer as an offset from the start of the buffer (modulo the buffer
size).

comedi_get_buffer_read_count() gets the number of bytes read from the
buffer, modulo UINT_MAX+1.

comedi_get_buffer_write_count() gets the number of bytes written to the
buffer, modulo UINT_MAX+1.
2016-05-13 15:14:47 +01:00
..
po Eine .po Datei auf deutsch 2001-08-19 01:19:50 +00:00
acq-seq.gif provide prebuilt docs in distribution tarballs 2003-12-24 01:48:51 +00:00
bindings.xml doc: add a section about Python bindings 2012-10-29 17:08:09 +00:00
calibration_funcref.txt doc: corrected link content comedi_cleanup_calibration_file 2016-05-12 19:08:31 +01:00
comedilib.css Some minor tweaks. 2008-02-07 19:58:13 +00:00
comedilib.ent Add comedi_disarm() and bump to 0.11.0 2016-03-21 11:28:29 +00:00
comedilib.xml doc: update copyright years 2015-05-28 13:45:18 +01:00
comedilib_dblatex_config.xsl doc/comedilib_dblatex_config.xsl: Set function.parens to "1". 2012-05-09 17:28:58 +01:00
comedilib_html_config.xsl doc/comedilib_html_config.xsl: Use numbered sections. 2012-05-10 14:33:33 +01:00
command_funcref.txt Added some more buffer position functions for use with mmap 2016-05-13 15:14:47 +01:00
deprecated_funcref.txt Added some more buffer position functions for use with mmap 2016-05-13 15:14:47 +01:00
dio_funcref.txt doc/dio_funcref.txt: Some DocBook mark-up changes. 2012-05-09 12:32:05 +01:00
drivers.txt update supported hardware list to include NI PXI-6251 2016-03-08 22:42:34 -07:00
driverwriting.xml doc/driverwriting.xml: editing Kbuild 2013-05-14 12:50:14 +01:00
error_funcref.txt doc/error_funcref.txt: Some DocBook mark-up changes. 2012-05-09 14:16:23 +01:00
extensions_funcref.txt Add digital trigger configuration functions 2016-03-21 11:28:29 +00:00
FAQ More questions 2002-06-07 00:17:35 +00:00
funcref doc/funcref: fixed a couple of minor mark-up issues. 2013-07-23 17:43:19 +01:00
glossary.xml doc/glossary.xml: A few DocBook mark-up changes. 2012-05-09 16:05:02 +01:00
install.xml doc/install.xml: Describe comedi_num_legacy_minors. 2012-08-28 11:54:39 +01:00
intro.xml doc/intro.xml: Replace a link to figure 1 with an xref. 2012-05-10 14:14:56 +01:00
Makefile.am doc: add a section about Python bindings 2012-10-29 17:08:09 +00:00
mkdr Rearranged section heirarchy. Made capitalization of section titles 2008-02-11 15:50:36 +00:00
mkref doc/mkref: Add some refmiscinfo for man pages 2012-05-01 16:54:39 +01:00
other.xml Documents stop_arg!=0 when stop_src=TRIG_NONE 2016-03-08 22:47:52 -07:00
reference.xml doc: add a section about Python bindings 2012-10-29 17:08:09 +00:00
tutorial.xml doc: add missing -lm option to command line for compiling tut1 2013-04-15 12:26:05 +01:00