ChimeraTK / ControlSystemAdapter

An adapter layer which allows to use control applications with different control system software environments.
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Unification of the interface with DeviceAccess #6

Closed mhier closed 8 years ago

mhier commented 8 years ago

Unifiy the interfaces of the ProcessVariable with the NDRegisterAccessor of DeviceAccess. Along with this merge the ProcessScalar is removed (use instead a ProcessArray of the length 1).

The interface change is slightly incompatible, since send()/receive() has been renamed to write()/readNonBlocking(), and isSender()/isReceiver() to isWritable()/isReadable(). The functionality should remain unchanged.