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

Adapt to changes in ChimeraTK/DeviceAccess#117 #25

Closed killenb closed 4 years ago

killenb commented 4 years ago

Child of ChimeraTK/ApplicationCore#123

All the doXxxTransfer functions must not be called any more. You have to use xxxTransfer (without do) any more. Currently the code does not even compile any more because the doXxxTransfer functions are now protected.