index
:
Instrument.git
master
pinmuxindt
vxi
The instrument daemon
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libvxi11client
/
libvxi11client.c
Age
Commit message (
Expand
)
Author
2013-01-30
disable vxi debugging printfs for now
Michael J. Chudobiak
2013-01-30
Data lengths sent to the server shouldn't include the terminator.
daniel
2013-01-30
Make it easier to tell if a zero read/write happened or an error
daniel
2013-01-30
Make interrupt timeout configurable
daniel
2013-01-29
update some comments
daniel
2013-01-29
Endian fixes.
daniel
2013-01-26
Add a "hack" to report back to the vxi11 service code when a link dies.
daniel
2013-01-25
fix docmd
daniel
2013-01-25
String termination fix try 2
daniel
2013-01-23
Make readstb make sense :)
daniel
2013-01-23
Correct buffer null check block
daniel
2013-01-23
Update docs, add the "global" functions to the export list, add the reason fr...
daniel
2013-01-19
Add another debug message to confirm the port is actually set by the other th...
daniel
2013-01-19
use fancy glib stuff to wait for the interrupt thread to start instead of spi...
daniel
2013-01-18
Add prefix, fix read (probably leaks..).
daniel
2013-01-18
add a lazy way to call write
daniel
2013-01-17
make module perlish (object methods)
daniel
2013-01-17
Everything for multiple instruments on the C side
daniel
2013-01-17
add a "context" for handling multiple instruments
daniel
2013-01-13
clean up some compiler warnings in the client
daniel
2013-01-13
Would help to actually pass the data read back out
daniel
2013-01-13
fire the interrupt from the right place
daniel
2013-01-11
most of it seems to work in perl now
daniel
2013-01-11
add more tests and a top level for perl wrapping
daniel
2013-01-11
add callback for interrupt
daniel
2013-01-11
add the missing srq enable, disable checks in gpib for now
daniel
2013-01-10
more filling out on the server side
daniel
2013-01-10
remove the sleep
daniel
2013-01-10
More interrupt channel bits
daniel
2013-01-10
the interrupt channel works now.
daniel
2013-01-10
Interrupt channel work
daniel
2013-01-10
working abort channel
daniel
2013-01-10
add support for the abort channel on the client side
daniel
2013-01-09
add a waitlock parameter to all of the calls that care about it
daniel
2013-01-09
More clean ups, add some more tests
daniel
2013-01-09
A few more clean ups
daniel
2013-01-09
Some little clean ups for the client library before I turn it into a perl module
daniel
2013-01-05
A bit more fleshing out of the VXI server and client
daniel
2013-01-05
complete the stubs in the client..
daniel
2013-01-05
add a work in progress "vxi-11 client library" and test client.. this will be...
daniel