Ian Abbott
ddec51884b
include/comedi.h: synced with comedi
...
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
2013-03-21 16:27:56 +00:00
Ian Abbott
ee2986755a
include/comedi.h: synced with comedi
...
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
2012-04-16 14:53:28 +01:00
Ian Abbott
cceb2bc250
Fix a couple of typos.
...
A couple of the include files are missing the 'p' in 'published' in the
file header comment.
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
2011-05-11 12:05:55 +01:00
Ian Abbott
91a3504623
Add comedilib_version.h header, produced by ./configure,
...
included by comedilib.h, containing COMEDILIB_VERSION_MAJOR,
COMEDILIB_VERSION_MINOR, COMEDILIB_VERSION_MICRO, and
COMEDILIB_CHECK_VERSION(major,minor,micro). This can be used to perform
C pre-processor checks for API changes in comedilib.
2011-01-26 16:29:34 +00:00
Ian Abbott
eb57419204
Tag comedi_sv_measure's data as a swig output in comedilib.h.
...
Patch from W. Trevor King.
2010-12-16 11:29:10 +00:00
Ian Abbott
b8a4f1a265
Added channel parameter to comedi_set_clock_source() and
...
comedi_get_clock_source(). Bumped library version to 0.10.0.
2010-03-19 13:44:56 +00:00
Ian Abbott
f2fdf25018
Move "comedi_errno.h" into "include/" and install it.
2009-02-18 14:47:06 +00:00
Ian Abbott
24147c08a4
Allow swig to include comedi.h and comedilib.h from comedi.i to avoid
...
duplication.
2009-01-30 14:51:38 +00:00
Frank Mori Hess
ac9f5f248f
synced with comedi.
2008-09-16 14:01:38 +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
2edd66775b
synced with comedi.
2008-03-28 15:29:16 +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
4d07ce9969
Moved some wrappers for INSN_CONFIG instructions into comedilib.
...
Will add some reference documentation for the new functions soon.
2008-01-15 21:01:40 +00:00
Bernd Porr
9493cf1b47
Synced this with comedi. PWM support.
2008-01-13 23:18:05 +00:00
Ian Abbott
df5e7fde3f
Synced with comedi.
2007-11-30 12:24:08 +00:00
Frank Mori Hess
c73ce599a6
synced with comedi.
2007-10-29 00:58:41 +00:00
Frank Mori Hess
334b16aabe
Synced with comedi.
2007-10-17 20:17:43 +00:00
Frank Mori Hess
e8ad2b3498
Sync with comedi.
2007-09-28 19:02:02 +00:00
Frank Mori Hess
e448dd685e
Got rid of redundant EXTRA_DIST
2007-08-27 20:32:07 +00:00
Frank Mori Hess
da5769b50f
synced with comedi.
2007-08-13 21:18:47 +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
2d7d5f9bf3
Took comedi_dio_bitfield out of _COMEDILIB_DEPRECATED for release,
...
until bindings are updated.
2007-07-31 14:27:21 +00:00
Frank Mori Hess
c8ff80779b
Synced with comedi.
2007-07-16 15:01:06 +00:00
Frank Mori Hess
23acd1d5bd
Sync with comedi.
2007-07-13 20:32:43 +00:00
Frank Mori Hess
c5bd91e4c8
sync with comedi
2007-07-12 14:56:21 +00:00
Frank Mori Hess
9804a8c81d
Demo program for quadrature encoder counting with NI GPCT, from
...
Anders Blomdell <anders.blomdell@control.lth.se>
2007-06-28 01:22:38 +00:00
Frank Mori Hess
88d88b1f41
synced with comedi.
2007-02-26 17:24:24 +00:00
Frank Mori Hess
a5cbc369a1
synced with comedi.
2007-01-08 21:54:15 +00:00
Frank Mori Hess
98b683b85d
synced with comedi
2007-01-05 20:39:17 +00:00
Frank Mori Hess
261de96d3a
Sync'd with comedi
2006-10-24 20:36:33 +00:00
Frank Mori Hess
a31d71f349
Sync'ed with comedi.
2006-10-24 15:07:08 +00:00
Frank Mori Hess
4cdf1b09a9
Added choose_clock and choose_routing demo programs. Synced comedi.h
...
with comedi. Made dio demo simply configure the line direction based
on the command line argument.
2006-10-23 19:35:24 +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
fe9d8704c2
sync with comedi
2006-09-08 15:41:05 +00:00
Frank Mori Hess
1421d0919e
Added some primative support for using software calibration in a way
...
that can be integrated with boards that don't use software calibrations.
2006-09-07 19:09:04 +00:00
Frank Mori Hess
d686d1278f
First pass at parsing additional calibration file elements which
...
support software calibration.
2006-08-22 18:14:22 +00:00
Frank Mori Hess
c548e18087
sync with comedi
2006-03-03 01:00:50 +00:00
Frank Mori Hess
adac86b5d9
synced with comedi
2006-01-08 16:37:59 +00:00
Frank Mori Hess
8ff9586edb
sync comedi.h with comedi
2005-11-02 00:18:27 +00:00
Frank Mori Hess
111541c2d3
sync with comedi
2005-03-17 17:27:12 +00:00
Frank Mori Hess
2a720182e4
added comedi_dio_get_config()
2005-03-06 17:42:56 +00:00
Frank Mori Hess
1e601cbd3f
sync with comedi
2005-03-06 17:35:04 +00:00
Frank Mori Hess
def0e9bf8e
add license header to scxi.c, and caleb as author
2005-02-06 16:25:16 +00:00
Frank Mori Hess
cd07b7217b
fix license headers, and prevent multiple includes of comedilib_scxi.h
2005-02-06 16:22:41 +00:00
Frank Mori Hess
3a85b2d898
patch from beat.zahnd@phim.unibe.ch (Beat ZAHND), he says:
...
I extendended the SCXI support for the 1122 module and moved the
scxi_boards structure to scxi.c
2005-02-06 16:17:51 +00:00
Frank Mori Hess
5d4729b9ec
mmap works for output waveforms now.
2005-01-23 03:11:30 +00:00
Frank Mori Hess
9f6b16e004
added comedi_mark_buffer_written() (untested)
2005-01-10 00:46:28 +00:00
Frank Mori Hess
c3422f0c0f
changed a parameter name
2004-10-17 15:25:04 +00:00