ChimeraTK-DeviceAccess
03.18.00
|
ChimeraTK-DeviceAccess is a device access library which provides an interface for for register based devices. Registers are identified by a name and usually accessed though an accessor
object.
All read and write functions are synchronous, so the functions are blocking until the data transfer is complete.
There are some tutorial examples available in the example directory. All examples are complete and fully functional.