- Jan 23, 2020
-
-
Martin Christoph Hierholzer authored
-
- Jan 22, 2020
-
-
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 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
-
Martin Christoph Hierholzer authored
-
Tomasz Kozak authored
-
Tomasz Kozak authored
remove commented part of ExceptionHandlingDecorator - 'void doPreRead() override' and its implementation
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Tomasz Kozak authored
-
- Jan 20, 2020
-
-
Martin Killenberg authored
-
Tomasz Kozak authored
removed doPreRead() / doPreWrite() , doPostRead() / doPostWrite() from ExceptionHandlingDecorator - tests are now failing
-
Jan H. K. Timm authored
Ticket #79 - documentation for addRecoveryAccessor() and getRecoverySharedMutex()
-
Martin Christoph Hierholzer authored
do not read initial values in TestFacility if testable mode is disabled, as this is subject to race conditions then
-
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
-
Martin Christoph Hierholzer authored
Need to wait until the internal fan out threads have been launched and acquired the testable mode lock before continuing with app starting and testing to avoid race conditions.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer 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
-
Jan H. K. Timm authored
- add list with shared ptr of transferElements for recovery write - add shared mutex
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Tomasz Kozak authored
-
- Jan 16, 2020
-
-
Christoph Kampmeyer authored
- Cleanup: - Reorder code in Application::createDeviceVariable - Separated ExceptionHandlingDecorator constructors for writable and non-writable registers - cleaned up doPreWrite
-
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.
-
- Jan 15, 2020
-
-
Christoph Kampmeyer authored
- First compiling version, tests pass, hope it works... - Needs some tweaking
-
- Jan 13, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
- ConfigReader is in ApplicationCore.h, but was including ApplicationCore.h itself - Added include guards to ApplicationCore.h, although it's not stricktly needed (all included headers have one). Might speed up complilation because it makes it easier for the parser.
-
- Jan 10, 2020
-
-
Martin Christoph Hierholzer authored
wip: fix propagation of initial values from control system variables (persistence layer) and device registers (just the current value)
-
- Jan 09, 2020
-
-
Klaus Zenker (HZDR) authored
-
- Jan 08, 2020
-
-
Klaus Zenker (HZDR) authored
This is needed to add all device variables to e.g. the history module.
-
- Nov 19, 2019
-
-
Martin Killenberg authored
-