summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-23make vxi_write accept the datastring as an unnamed parameterMichael J. Chudobiak
2013-01-24Expand a bit more on the perl stuffdaniel
2013-01-24Add a little readmedaniel
2013-01-24add default values for waitforlockdaniel
2013-01-24named parameters for read()daniel
2013-01-24Named parameters for write()daniel
2013-01-24nameddaniel
2013-01-23fix the handling of int getting passed back.. returning the address of the ↵daniel
int is not what we want.
2013-01-23Make readstb make sense :)daniel
2013-01-23Correct buffer null check blockdaniel
2013-01-23Add missing filedaniel
2013-01-23Add the missing arg for read in the c clientdaniel
2013-01-23Merge branch 'vxi' of grenfell.avtechpulse.com:Instrument into vxidaniel
Conflicts: libvxi11client/perlbits/testscript.pl
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-22mark testscript.pl as user-executableMichael J. Chudobiak
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-18convert read to the OUTLIST style.daniel
2013-01-18add a lazy way to call writedaniel
2013-01-17not sure what happens with strings once they get into perl, but this keeps ↵daniel
the last event picked up from the interrupt queue around until polling again when should be good enough.
2013-01-17If a client disconnects while holding a lock, clear the lockdaniel
2013-01-17make module perlish (object methods)daniel
2013-01-17Merge branch 'vxi' of grenfell.avtechpulse.com:Instrument into vxidaniel
2013-01-17Everything for multiple instruments on the C sidedaniel
2013-01-17add a "context" for handling multiple instrumentsdaniel
2013-01-16added missing includeMichael J. Chudobiak
2013-01-14use ExtUtils::PkgConfig to get the libs and headers for glib/gthreaddaniel
2013-01-13add missing headerdaniel
2013-01-13clean up compiler warnings in the serverdaniel
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-12fix double freedaniel
2013-01-12Add the ability to wait for interruptsdaniel
2013-01-11The perl interface is cleaner at least. Need to work out how to get the call ↵daniel
back working
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-11testing interrupt channel, worksdaniel
2013-01-11add the missing srq enable, disable checks in gpib for nowdaniel
2013-01-11more wiring updaniel
2013-01-11start feeding the stuff from write into the parserdaniel
2013-01-11Merge branch 'master' into vxidaniel
Conflicts: instr-daemon.c
2013-01-10add all of the locking calls to the calls that can be locked outdaniel
2013-01-10missing filedaniel
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