- Nov 19, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 21, 2019
-
-
Martin Killenberg authored
TestableMode: ApplicationModule guarantees that the main loop thread had the testableModeLock at least once. Solves #66
-
- Oct 17, 2019
-
-
Martin Killenberg authored
(first part of #65)
-
- Sep 11, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Aug 22, 2019
-
-
Jens Georg authored
size_t has different types on 32 vs 64 bit systems. UL is correct for 64. Just use the ::size_type define to help it figure it out properly
-
- Aug 05, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Aug 02, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
- Exception handling decorator and ThreadedFanOut send condition variable notificatios via the DeviceModule - FanOut sends terminate to impl and all slaves. Solves (some?) shutdown issues, but breaks bi-directional array test.
-
- Jul 30, 2019
-
-
Martin Killenberg authored
supposedly fixed implementation, but tests are conceptually broken and/or implementation cannot be terminated
-
- Jul 29, 2019
-
-
Martin Killenberg authored
-
- Jul 25, 2019
-
-
Martin Killenberg authored
-
- Jul 24, 2019
-
-
Martin Killenberg authored
first implementation of device initialisation handler. Simple test passes, but needs to be extended.
-
- Jul 23, 2019
-
-
Martin Killenberg authored
implemented first interface change in DeviceModule to support initialisationHandlers. Test in place but failing due to missing implementation.
-
- Jul 11, 2019
-
-
Jens Georg authored
Fixes #39
-
- Jun 26, 2019
-
-
Martin Christoph Hierholzer authored
added missing implementations of writeDestructively() - the inherited ones from the DeviceAccess classes are not doing the right thing...
-
- Jun 25, 2019
-
-
Martin Christoph Hierholzer authored
rename VersionNumberUpdatingRegisterDecorator into MetaDataPropagatingRegisterDecorator, as it does more than just updating the VersionNumber now
-
Martin Christoph Hierholzer authored
-
- Jun 13, 2019
-
-
Jens Georg authored
So that the compiler complains if one accidentally uses it through implicit type conversion "" -> bool and the hierarchy is screwed up
-
- Jun 07, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jun 06, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jun 05, 2019
-
-
Martin Christoph Hierholzer authored
moved exception handling documentation into its own dox file and added documentation about DataValidity flag propagation
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- May 22, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- May 07, 2019
-
-
Martin Christoph Hierholzer authored
-
- May 06, 2019
-
-
Martin Christoph Hierholzer authored
-
Nadeem Shehzad authored
changed: device is not intialized in constructor anymore.
-
- May 03, 2019
-
-
Martin Christoph Hierholzer authored
-
- 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.
-
-