- Dec 19, 2018
-
-
Martin Christoph Hierholzer authored
-
- Nov 29, 2018
-
-
Martin Christoph Hierholzer authored
-
- Nov 06, 2018
-
-
vargheseg authored
-
- Sep 25, 2018
-
-
Martin Christoph Hierholzer authored
-
- Sep 05, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Sep 04, 2018
-
-
Martin Christoph Hierholzer authored
-
- Jul 20, 2018
-
-
Martin Christoph Hierholzer authored
Include descriptions of the owning Module in the descriptions of each process variable to make them more complete.
-
- Jul 11, 2018
-
-
Martin Christoph Hierholzer authored
-
- Jun 25, 2018
-
-
Martin Christoph Hierholzer authored
fixed not creating some of the application varibales with wait_for_new_data despite they were specified as push inputs
-
- Jun 21, 2018
-
-
Martin Christoph Hierholzer authored
-
- Jun 08, 2018
-
-
Martin Christoph Hierholzer authored
Updated to use the new ReadAnyGroup instead of the old readAny function. Some tests are still hanging or failing (mostly due to shutdown issues)
-
- Jun 07, 2018
-
-
Jens Georg authored
Use one file per class. Also, use boost::core::demangle instead of checking for abi::__cxa_demangle by ourselves.
-
- Jun 05, 2018
-
-
Jens Georg authored
We have a visitor now for generating - the XML - the Module's dot graph - the textual dump of the VariableNetwork - the dot graph of the VariableNetwork
-
- May 30, 2018
-
-
Jens Georg authored
It inherits two functions from its two base classes. Explicitly use the one from ApplicationBase.
-
- May 03, 2018
-
-
Jens Georg authored
-
- Apr 05, 2018
-
-
Martin Christoph Hierholzer authored
use a different work around for the thread_local problem: moving the code using the thread_local specifier to the cc file also solved the problem and does not require a complicated work around using a map...
-
Martin Christoph Hierholzer authored
-
- Dec 19, 2017
-
-
Martin Christoph Hierholzer authored
-
- Dec 15, 2017
-
-
Martin Christoph Hierholzer authored
-
- Nov 28, 2017
-
-
Martin Christoph Hierholzer authored
-
- Nov 27, 2017
-
-
Martin Christoph Hierholzer authored
-
- Nov 24, 2017
-
-
Martin Christoph Hierholzer authored
necessary changes for the latest DeviceAccess update (readAsync() return type no longer a reference, and other related changes)
-
- Nov 21, 2017
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Nov 20, 2017
-
-
Martin Christoph Hierholzer authored
Changed an exception into an assert, since the function is only internally used and the exception is never thrown. Clafiried the documentation about this.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
removed incorrect implementation of operator[] and operator() in ApplicationModule (and use the implementations of ModuleImpl instead)
-
- Nov 16, 2017
-
-
Martin Christoph Hierholzer authored
refactored a type if-then-else monster into a for_each loop and exlcuded a pure cout function from the converage report
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
fixed bug that using poll-type transfers in testable mode could sometimes lead to stalled tests or assert failures.
-
- Nov 15, 2017
-
-
Martin Christoph Hierholzer authored
-
- Nov 14, 2017
-
-
Martin Christoph Hierholzer authored
- clarified some comments
-
- Nov 13, 2017
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Nov 09, 2017
-
-
Martin Christoph Hierholzer authored
added move-assignment operators for the accessors, which is required to use move-assignment operators of modules containing accessors
-
Martin Christoph Hierholzer authored
Proper implementation of move constructors and move assignment operators for all module types (including tests for the assignment operator)
-
- Oct 12, 2017
-
-
Martin Christoph Hierholzer authored
-
- Oct 11, 2017
-
-
Martin Christoph Hierholzer authored
fixed connectTo() so it now uses the dynamic/virtual model and thus obeys e.g. eliminated hierarchies etc.
-