Age | Commit message (Expand) | Author |
2013-02-01 | clarify address and device parameters in docs | Michael J. Chudobiak |
2013-01-31 | change copyright notice | Michael J. Chudobiak |
2013-01-31 | first complete-ish docs | Michael J. Chudobiak |
2013-01-31 | doc tweaks | Michael J. Chudobiak |
1999-12-31 | Merge branch 'master' of ulmo:Instrument | root |
2013-02-01 | Fix return codes section in the docs | daniel |
2013-02-01 | make the function descriptions look more perl | daniel |
2013-02-01 | Merge branch 'master' of grenfell.avtechpulse.com:Instrument | daniel |
2013-02-01 | Merge branch 'master' of grenfell.avtechpulse.com:Instrument | daniel |
2013-02-01 | clean up the function descriptions a bit | daniel |
2013-01-31 | doc updates | Michael J. Chudobiak |
2013-01-31 | clean up formatting a bit | daniel |
2013-01-31 | Return null from open if something failed. | daniel |
2013-01-30 | more doc tweaks | Michael J. Chudobiak |
2013-01-30 | use print instead of printf | Michael J. Chudobiak |
2013-01-30 | tweaked the pod docs | Michael J. Chudobiak |
2013-01-31 | Don't dereference null pointers, don't go passing them to the parser (stops l... | daniel |
2013-01-31 | Add perl documentation. Probably not "perlish". | daniel |
2013-01-31 | Add comments to the perlglue. | daniel |
2013-01-31 | Typo in the readme | daniel |
2013-01-30 | add a real sample script to the pod docsvxi | Michael J. Chudobiak |
2013-01-30 | disable vxi debugging printfs for now | Michael J. Chudobiak |
2013-01-30 | don't fire interrupt every time status is checked | Michael J. Chudobiak |
2013-01-30 | named argument for vxi_wait_for_interrupt | Michael J. Chudobiak |
2013-01-30 | Make wait for interrupt more useful | daniel |
2013-01-30 | Comment out a call to vxi11_fireinterrupt I put in for debugging | daniel |
2013-01-30 | Data lengths sent to the server shouldn't include the terminator. | daniel |
2013-01-30 | Fire an interrupt when a new interrupt channel is requested and one exists, | 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 | debugging printf on vxi11_fireinterrupt | Michael J. Chudobiak |
2013-01-29 | more named parameters | Michael J. Chudobiak |
1999-12-31 | first attempt to disentangle VXI and GPIB STB reporting | root |
1999-12-31 | cancel vxi panel lockout if all vxi connections are gone? | root |
1999-12-31 | Merge branch 'vxi' of ulmo:Instrument into vxi | root |
2013-01-28 | added vxi remote/local functionality | Michael J. Chudobiak |
2013-01-29 | Merge branch 'vxi' of grenfell.avtechpulse.com:Instrument into vxi | daniel |
2013-01-29 | update some comments | daniel |
2013-01-29 | Actually lock the device if requested in the link creation. | daniel |
2013-01-29 | Make the perl test script pass on the BB server | daniel |
2013-01-29 | Check the data returned by read or docmd aren't null first. | daniel |
2013-01-29 | Merge branch 'vxi' of grenfell.avtechpulse.com:Instrument into vxi | daniel |
2013-01-29 | Endian fixes. | daniel |
2013-01-28 | Add a little check to kill off an existing interrupt channel if it's died. | daniel |
2013-01-28 | Implement the abort behaviour as noted in the spec | daniel |
2013-01-28 | Fix duplicate files. Replace with links | daniel |
2013-01-26 | move locking bits around and free the lock if the link destroyed | 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 | docmd and better termination fix | daniel |