- Mar 05, 2020
-
-
Jens Georg authored
This is to support when running under Boost::Test which will swallow the message otherwise and print the confusing ~AppBase() message of not being properly shut down
-
- Feb 26, 2020
-
-
Martin Christoph Hierholzer authored
-
- Feb 05, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
This can be overridden by a newly introduced boolean argument. Including the return channel was causing problems e.g. when propagating the DataValidity flag.
-
- Feb 04, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 31, 2020
-
-
Jens Georg authored
-
- Jan 29, 2020
-
-
Martin Killenberg authored
- Exception handling decorator does not allow to leave testable mode before devices are up - Test facility makes sure that testable mode counter is zero at the end of startApplication()
-
- Jan 26, 2020
-
-
Martin Killenberg authored
- first part of #102 - Existing tests passing - New tests not activated yet
-
- Jan 23, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 22, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
wip #47: register accessor for write after open in DeviceModule if write cannot be performed in initialisation phase
-
- Jan 21, 2020
-
-
Martin Killenberg authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Tomasz Kozak authored
change declaration of 'decrementDataFaultCounter' in 'EntityOwner' to take a bool parameter and adjust rest of the code to it implement 'decrementDataFaultCounter' in 'ApplicationModule' according to ticket #95 -> rewrite all outputs when 'faultCounter' goes from 1 to 0
-
Tomasz Kozak authored
-
Jan H. K. Timm authored
writeAfterOpen writes constants to devices remove writeAfterOpen in recovery loop that should be in writeRecoveryOpen extend testProcessVariableRecovery for constants
-
Tomasz Kozak authored
-
Tomasz Kozak authored
remove commented part of ExceptionHandlingDecorator - 'void doPreRead() override' and its implementation
-
Tomasz Kozak authored
-
- Jan 20, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Tomasz Kozak authored
removed doPreRead() / doPreWrite() , doPostRead() / doPostWrite() from ExceptionHandlingDecorator - tests are now failing
-
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.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer 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
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 17, 2020
-
-
Martin Christoph Hierholzer authored
-
Tomasz Kozak authored
-