summaryrefslogtreecommitdiff
path: root/libvxi11client/perlbits/VXI11-Client.t
AgeCommit message (Collapse)Author
2013-01-29more named parametersMichael J. Chudobiak
2013-01-29Make the perl test script pass on the BB serverdaniel
2013-01-28make vxi feature optional, enable with "diag:eprom:char 225 1"Michael J. Chudobiak
2013-01-25fix docmddaniel
2013-01-25docmd and better termination fixdaniel
2013-01-23make vxi_write accept the datastring as an unnamed parameterMichael J. Chudobiak
2013-01-24add default values for waitforlockdaniel
2013-01-24named parameters for read()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-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-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-17make module perlish (object methods)daniel
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-09fix the typemap so that perl doesn't moan about boolsdaniel
2013-01-09The perl module sort of works now. Need to fill in all of the meta data, add ↵daniel
proper tests etc.
2013-01-22put real IP address in test scripts, add perl headerMichael J. Chudobiak