- Feb 21, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jan 23, 2019
-
-
Martin Christoph Hierholzer authored
-
- Sep 05, 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)
-
- Dec 15, 2017
-
-
Martin Christoph Hierholzer authored
-
- Nov 28, 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 20, 2017
-
-
Martin Christoph Hierholzer authored
-
- Sep 15, 2017
-
-
Martin Killenberg authored
-
- Sep 06, 2017
-
-
Martin Christoph Hierholzer authored
-
- Jul 25, 2017
-
-
Martin Christoph Hierholzer authored
update for interface change in DeviceAccess: TransferElement::write() has now the version number as an argument
-
- Apr 28, 2017
-
-
Martin Christoph Hierholzer authored
- use this return type in testable mode to detect when a queue overflow happened (testable mode counter should not increase in that case)
-
- Apr 20, 2017
-
-
Martin Christoph Hierholzer authored
use the new readLatest(), which has been added to the latest DeviceAccess version, to implement the naturally expected behaviour when using a push-type variable with a poll-type accessor
-
- Apr 06, 2017
-
-
Martin Christoph Hierholzer authored
-
- Feb 09, 2017
-
-
Martin Christoph Hierholzer authored
fixed blocking read transfer for the constant accessor: should only return on first read and then block forever
-
- Jan 24, 2017
-
-
Martin Christoph Hierholzer authored
-
- Nov 25, 2016
-
-
Martin Christoph Hierholzer authored
-
- Nov 14, 2016
-
-
Martin Christoph Hierholzer authored
Read all application inputs once before starting the module threads, so the initial values are correctly present. For this purpose, additional changes were necessary: - Added support for constant values as feeders and consumers (just ignore the writes) - Connect all unconnected application accessors to constants after defining the connections and before creating the implementations - Renamed the user-overridden function "initialise()" into "defineConnections()", since more actions are now necessary during initialise(). - The connections are now made (i.e. the implementations are created) during the initialisation phase
-