- Jun 30, 2020
-
-
Christoph Kampmeyer authored
-
- Apr 17, 2020
-
-
Martin Killenberg authored
Now the writing in the DeviceModule is working. Fixes #159
-
- Apr 14, 2020
-
-
Martin Christoph Hierholzer authored
allows to control whether to wait for device recoveries in stepApplication
-
- Apr 08, 2020
-
-
Martin Killenberg authored
-
Jens Georg authored
Fixes #144
-
- 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
-
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 02, 2020
-
-
Christoph Kampmeyer authored
This partly reverts the last commit as would trigger writeAll from typedMtypedMakeConnections and causes errors.
-
- Feb 28, 2020
-
-
Christoph Kampmeyer authored
-
- 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
-
- Feb 26, 2020
-
-
Martin Christoph Hierholzer authored
-
- Feb 04, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 31, 2020
-
-
Jens Georg authored
-
- 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
-
- Jan 22, 2020
-
-
Martin Christoph Hierholzer authored
-
- Jan 21, 2020
-
-
Martin Christoph Hierholzer authored
-
- Jan 20, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 17, 2020
-
-
Martin Christoph Hierholzer authored
-
Tomasz Kozak authored
- remove "void ExceptionHandlingDecorator::setDataValidity(DataValidity newValidity)" - add "void ExceptionHandlingDecorator::setOwner(EntityOwner* owner)" and remove owner setting in constructor
-
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
-
- Jan 15, 2020
-
-
Christoph Kampmeyer authored
- First compiling version, tests pass, hope it works... - Needs some tweaking
-
- 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)
-
- Oct 21, 2019
-
-
Martin Killenberg authored
Moved setting the initial version number for all ApplicationModules from Application::initialise() to Application::run(), so the version numbers of the persisted values from the control system are smaller.
-
- May 22, 2019
-
-
Martin Christoph Hierholzer authored
-
- May 13, 2019
-
-
Martin Christoph Hierholzer authored
-
- May 08, 2019
-
-
Martin Christoph Hierholzer authored
-
- May 06, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Nadeem Shehzad authored
changed: deviceModule run is called before readLatest for comusming direction variables. removed: impl->write() for NodeType::Device.
-
- May 02, 2019
-
-
Nadeem Shehzad authored
Test still does not work. -Unable to get the exception status for the device throwing exception. -Second device only works it has it's own trigger.
-
- Apr 29, 2019
-
-
Martin Christoph Hierholzer authored
- removed debug output - made implementation for not-fixed feeders (i.e. ApplicationModule feeders) of the trigger network identical to the implementation for fixed feeders
-
Martin Christoph Hierholzer authored
TriggerFanOut must catch exceptions when reading from the TransferGroup, since this cannot be handled by the decorator
-
Martin Christoph Hierholzer authored
-