Closed killenb closed 4 years ago
Implementations to be adapted in this ticket:
BidirectionalProcessArray<T>::doPostRead
: Version number update and user buffer swapBidirectionalProcessArray<T>::doReadTransferAsync
: Set hasNewData
in postRead
callTypeChangingDecorator::doPostRead
: User buffer swap in convertAndCopyFromImpl
testTypeChangingDecorator.cpp
: Pass new parameter to postReadWrite in the testDecorator
function (to be fixed in #27)UnidirectionalProcessArray<T>::doPostRead
: Version number update and user buffer swapPlease also check for side effects of ChimeraTK/DeviceAccess#117:
I removed the urgent flag. The urgent part was to make it compile again.
Child of ChimeraTK/ApplicationCore#123 Depends on ChimeraTK/DeviceAccess#116
Adapt to the changes in DeviceAccess:
ChimeraTK/DeviceAccess#116 introduce API-breaking changes to postRead/Write. Add the new argument to the function overloads.
Check whether the arguments should be used. For instance
[x] Extend the API so the code compiles again.
[x] Check if you have to adapt functionality. No in this ticket where changes were made.
Check that all tests are still OK.