- Apr 09, 2020
-
-
Jan H. K. Timm authored
-waitting for recovery is now outsourced in function DeviceModule::waitForRecovery() -everywhere where the function is called, the new function is now called.
-
- Mar 23, 2020
-
-
Martin Christoph Hierholzer authored
fix not using a ConsumingFanOut when connecting the two poll-types each with a push-type variable (e.g. control system) this happens frequently when following the modern connectTo() logic and connecting everything with the control system.
-
- Mar 12, 2020
-
-
Martin Killenberg authored
- The direction cannot be determined from the accessor which is being decorated - Fixed wrong usage of feeding/consuming in Applicaton::createDeviceVariable. Was used consistently wrong, so there was no behaviour bug. But the code was confusing because the direction was wrong. Tests still failing.
-
- Mar 11, 2020
-
-
Martin Killenberg authored
- All accessors come up in exception state. - Read-accessors increase counter in init phase Assertion is gone, but tests still failing
-
- Mar 09, 2020
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
- Mar 06, 2020
-
-
Jens Georg authored
-
- Mar 05, 2020
-
-
Martin Christoph Hierholzer authored
-
- Mar 02, 2020
-
-
vargheseg authored
-
- Feb 28, 2020
-
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
- Rewrite on exception counter change - getDataValidity respects exception and dataFault counters
-
- Feb 27, 2020
-
-
Christoph Kampmeyer authored
- EntityOwner has individual counters for both events - Adapted all instances of increment/decrementDataFaultCounter - Not changed getDataValidity() implementation yet - Tests failing
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
- Feb 05, 2020
-
-
Martin Christoph Hierholzer authored
The default value was properly propagated but not visible to the test until a value was sent through the return channel.
-
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
- 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 23, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
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
-