- Jul 06, 2020
-
-
Martin Killenberg authored
wip: changed constructor of ExceptionHandlingDecorator to have a VariableNetworkNode as argument instead of a bunch of details
-
Martin Killenberg authored
wip ExceptionHandlingSpec: C.2 ExceptionHandlingDecorator is throwing…
-
- Jul 03, 2020
-
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
It is now inferred from the TransferType in doPostRead of the MetaDataPropagatingRegisterAccessor, if the owning module's version number gets updated.
-
Christoph Kampmeyer authored
-
- Jul 02, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
Rearranged processing of fanouts and their consuming nodes. A list of consuming nodes and implementations is passed to the fanout constructors, so the nodes don't have to added later. This resolves conflicts in the order in which accessors are decorated and added to the fanouts. FanOut constructors could still use refactoring.
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
- removed ExceptionHandlingDecorator::setOwnerValidity()
-
- Jul 01, 2020
-
-
Christoph Kampmeyer authored
-
Martin Killenberg authored
-
Martin Killenberg authored
- removed DeviceModule::waitForRecovery() - ExceptionHandlingDecorator is throwing to skip transfers
-
Martin Killenberg authored
wip ExceptionHandlingSpec: C.2 ExceptionHandlingDecorator is throwing to implement skipping a transfer
-
Christoph Kampmeyer authored
Ongoing refactoring. Consuming fanout works again.
-
Martin Killenberg authored
This reverts commit d025bb5a.
-
Martin Killenberg authored
-
Christoph Kampmeyer authored
-
Martin Killenberg authored
-
- Jun 30, 2020
-
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
This reverts commit b7fb1f68.
-
Christoph Kampmeyer authored
-
Martin Killenberg authored
ExceptionHandling Spec: Changed specification for boost::numeric::bad…
-
- Jun 29, 2020
-
-
Christoph Kampmeyer authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
- doPostRead() only updates user buffer when it should - doPostRead() sets data validity and version number - write() returns false (no data lost), because dropping the data is intentional - implemented interrupt()
-
- Jun 26, 2020
-
-
Christoph Kampmeyer authored
-
Jan H. K. Timm authored
-
Martin Killenberg authored
-
- Jun 25, 2020
-
-
Christoph Kampmeyer authored
-
- Jun 23, 2020
-
-
Martin Killenberg authored
testAppModuleConnections uses BOOST_CHECK_EUQAL instead of BOOST_CHECK at some places for easier debugging
-
- Jun 22, 2020
-
-
Martin Killenberg authored
fix: TestableModeAccessorDecorator::preRead() always released the lock and did not delegate the call to the target
-
Martin Killenberg authored
* Added B.1.3 and B.1.4 : boost::numeric::bad_numeric_cast and boost::thread_interrupted are not treated * Removed B.6 (behaviour for bad_numeric_cast) * Removed C.2.8 (implementation for bad_numeric_cast) * Re-numbered C.2.9 to C.2.8. It is the last section in C.2 and did not contain any anchors, so no references need to be changed.
-
Christoph Kampmeyer authored
-