summaryrefslogtreecommitdiff
path: root/libvxi11client/libvxi11client.c
AgeCommit message (Collapse)Author
2013-02-26longer default vxi IO timeoutsMichael J. Chudobiak
2013-01-30disable vxi debugging printfs for nowMichael J. Chudobiak
2013-01-30Data lengths sent to the server shouldn't include the terminator.daniel
Fix up how the handle gets copied out into perl
2013-01-30Make it easier to tell if a zero read/write happened or an errordaniel
2013-01-30Make interrupt timeout configurabledaniel
2013-01-29update some commentsdaniel
2013-01-29Endian fixes.daniel
2013-01-26Add a "hack" to report back to the vxi11 service code when a link dies.daniel
It's a hack because linux/glibc's RPC implementation doesn't seem to have the ability to set a recv error callback. The hack is to add an extra event to the events poll'd.. that event tells us if the socket died.
2013-01-25fix docmddaniel
2013-01-25String termination fix try 2daniel
2013-01-23Make readstb make sense :)daniel
2013-01-23Correct buffer null check blockdaniel
2013-01-23Update docs, add the "global" functions to the export list, add the reason ↵daniel
from read to the stuff that gets returned.
2013-01-19Add another debug message to confirm the port is actually set by the other ↵daniel
thread
2013-01-19use fancy glib stuff to wait for the interrupt thread to start instead of ↵daniel
spinning
2013-01-18Add prefix, fix read (probably leaks..).daniel
2013-01-18add a lazy way to call writedaniel
2013-01-17make module perlish (object methods)daniel
2013-01-17Everything for multiple instruments on the C sidedaniel
2013-01-17add a "context" for handling multiple instrumentsdaniel
2013-01-13clean up some compiler warnings in the clientdaniel
2013-01-13Would help to actually pass the data read back outdaniel
2013-01-13fire the interrupt from the right placedaniel
2013-01-11most of it seems to work in perl nowdaniel
2013-01-11add more tests and a top level for perl wrappingdaniel
2013-01-11add callback for interruptdaniel
2013-01-11add the missing srq enable, disable checks in gpib for nowdaniel
2013-01-10more filling out on the server sidedaniel
2013-01-10remove the sleepdaniel
2013-01-10More interrupt channel bitsdaniel
2013-01-10the interrupt channel works now.daniel
2013-01-10Interrupt channel workdaniel
2013-01-10working abort channeldaniel
2013-01-10add support for the abort channel on the client sidedaniel
2013-01-09add a waitlock parameter to all of the calls that care about itdaniel
2013-01-09More clean ups, add some more testsdaniel
2013-01-09A few more clean upsdaniel
2013-01-09Some little clean ups for the client library before I turn it into a perl moduledaniel
2013-01-05A bit more fleshing out of the VXI server and clientdaniel
2013-01-05complete the stubs in the client..daniel
2013-01-05add a work in progress "vxi-11 client library" and test client.. this will ↵daniel
become the perl module later