- May 06, 2019
-
-
Martin Christoph Hierholzer authored
-
Nadeem Shehzad authored
changed: device is not intialized in constructor anymore.
-
- 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
allow using the TestFacility without the testable mode, which can be useful for some tests of the framework itself
-
Martin Christoph Hierholzer authored
TriggerFanOut must catch exceptions when reading from the TransferGroup, since this cannot be handled by the decorator
-
Creation of fanOuts is based on externalTriggerImpl (=trigger consumer), not externalTriggerNode (=trigger feeder). - Fixes connection network but not exception handling. - Lots of debug output left in the code for further investigation.
-
-
- Mar 20, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Mar 19, 2019
-
-
Martin Christoph Hierholzer authored
- add test for full exception handling
-
- Mar 18, 2019
-
-
Martin Christoph Hierholzer authored
DeviceModule and ControlSystemModule now do not take the optional prefix argument in their constructors any more. Use the [] operator instead to get the submodule. - Add ExceptionHandlingDecorator and decorate all device variables with it.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Mar 11, 2019
-
-
Martin Christoph Hierholzer authored
move ApplicationModule::appConfig() to ModuleImpl::appConfig() so it can also be used from ModuleGroup
-
- Mar 08, 2019
-
-
Martin Christoph Hierholzer authored
-
- Feb 28, 2019
-
-
Martin Christoph Hierholzer authored
add ConfigReader.h to ApplicationCore.h, as the ConfigReader is now more strongly integrated with ApplicationCore
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 27, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
Implemented first part of #17: A HierarchyModifier can now be specified instead of the eliminateHierarchy boolean flag. No new functionality is yet added.
-
- Feb 22, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 21, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
- added more comments - need to catch exception by reference, else the message seems to be lost - test if the message is correct - test if device is really closed and opened again - changed names of status variables in control system to match the general naming conventions
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
-
- Feb 19, 2019
-
-
Nadeem Shehzad authored
-
- Feb 18, 2019
-
-
Nadeem Shehzad authored
-
- Feb 13, 2019
-
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
-
- Feb 04, 2019
-
-
Martin Christoph Hierholzer authored
- treat the two directions of bidirectional variables properly in testable mode (i.e. as individual variables with each one counter) - fix a data race in testable mode in case a bidirectional variable rejected a value (was not holding a required lock)
-
- Jan 28, 2019
-
-
Martin Christoph Hierholzer authored
Fixed getCurrentVersionNumber() and setCurrentVersionNumber() so they always get/set the version number of the ApplicationModule and not e.g. of a VariableGroup.
-
- Jan 25, 2019
-
-
Martin Christoph Hierholzer authored
- implement ThreadedFanOut version with return channel - add test for ThreadedFanOut with return channel
-
Martin Christoph Hierholzer authored
-
- Jan 24, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-