- Jan 22, 2020
-
-
Martin Killenberg authored
They return as soon as the condition is fulfilled, so there is no harm in having long timeouts in case the tests are successful. The only drawback is that it takes longer in case of errors.
-
- Jan 21, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
Issue81
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Jan H. K. Timm authored
-
Jan H. K. Timm authored
add bool thereHaveBeenExceptions write test for taht testExceptionsDummyDevice.cc
-
Jan H. K. Timm authored
writeAfterOpen writes constants to devices remove writeAfterOpen in recovery loop that should be in writeRecoveryOpen extend testProcessVariableRecovery for constants
-
- Jan 20, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Christoph Kampmeyer authored
- Handle illegal writes to read-only accessors in doPreWrite(). Otherwise, attempting to write to the recovery accessor would result in a nullpointer access. - Related test case.
-
Jan H. K. Timm authored
Ticket #79 - documentation for addRecoveryAccessor() and getRecoverySharedMutex()
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
-
Tomasz Kozak authored
-
Christoph Kampmeyer authored
- Cleaned up comments - Place using-declaration of buffer_2D to class definition so the base class name can be omitted in the implementation
-
- Jan 18, 2020
-
-
Martin Killenberg authored
-
- Jan 17, 2020
-
-
Nadeem Shehzad authored
-
Martin Killenberg authored
forgot to commit latest change: testProcessVariableRecovery now tries to get exception by reading (not writing), currently failing
-
Martin Killenberg authored
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
-
Tomasz Kozak authored
-
Tomasz Kozak authored
- remove "void ExceptionHandlingDecorator::setDataValidity(DataValidity newValidity)" - add "void ExceptionHandlingDecorator::setOwner(EntityOwner* owner)" and remove owner setting in constructor
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
-
Jan H. K. Timm authored
- add list with shared ptr of transferElements for recovery write - add shared mutex
-
Tomasz Kozak authored
-
- Jan 16, 2020
-
-
Martin Killenberg authored
-
tkozak authored
-
Christoph Kampmeyer authored
- Cleanup: - Reorder code in Application::createDeviceVariable - Separated ExceptionHandlingDecorator constructors for writable and non-writable registers - cleaned up doPreWrite
-
vargheseg authored
FixMe: These tests have to be revised; they do not test the framework interfaces but implementation details. They miss checking if the invalidation reflects on control system variables.
-
vargheseg authored
- New flag parameter for ExceptionHandlingDecorator::genericTransfer. Method does not invalidate data if flag invalidateOnFailure is set to false. - Write related methods in ExceptionHandlingDecorator set invalidateOnFailure flag to false Changes resolve ticket #57.
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
-
tkozak authored
Adjust CMakeList to use add_dependency instead of FIND_PACKAGE for DeviceAccess library - now all path to headers are correctly added to the project when ControlSystemAdapter lib and DeviceAccess lib are installed in different directories.
-
- Jan 15, 2020
-
-
Christoph Kampmeyer authored
- First compiling version, tests pass, hope it works... - Needs some tweaking
-