- 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...
-
- May 03, 2019
-
-
Martin Christoph Hierholzer authored
-
- Feb 22, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 21, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 23, 2019
-
-
Martin Christoph Hierholzer authored
bidirectional variables: pass on version numbers in modules from the last blocking read on to any write operations, to resolve conflicts of concurrent variable updates properly
-
- Jan 21, 2019
-
-
Martin Christoph Hierholzer authored
Added preliminary support for bidirectional variables. There are still some known issues, e.g. concurrent updates can still lead to race conditions. This will be addressed soon.
-
- Sep 05, 2018
-
-
Martin Christoph Hierholzer authored
-
- Jul 11, 2018
-
-
Martin Christoph Hierholzer authored
-
- Dec 19, 2017
-
-
Martin Christoph Hierholzer authored
-
- Nov 20, 2017
-
-
Martin Christoph Hierholzer authored
-
- Nov 13, 2017
-
-
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
-
- Sep 28, 2017
-
-
Martin Christoph Hierholzer authored
refactor ArrayAccessor and ScalarAccessor: split off common code and put into common base class InversionOfControlAccessor
-
Martin Christoph Hierholzer authored
-
- Sep 27, 2017
-
-
Martin Christoph Hierholzer authored
-
- Jul 21, 2017
-
-
Martin Christoph Hierholzer authored
allow determining a fully qualified name for application variables (i.e. including qualified name of owning module)
-
- May 16, 2017
-
-
Martin Christoph Hierholzer authored
-
- May 15, 2017
-
-
Martin Christoph Hierholzer authored
-
- May 04, 2017
-
-
Martin Christoph Hierholzer authored
-
- 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 05, 2017
-
-
Martin Christoph Hierholzer authored
-
- Apr 04, 2017
-
-
Martin Christoph Hierholzer authored
added preliminary support for tags to application variables which can be searched for and used to generate virtual modules
-
- Mar 03, 2017
-
-
Martin Christoph Hierholzer authored
-
- Mar 02, 2017
-
-
Martin Christoph Hierholzer authored
-
- Feb 17, 2017
-
-
Martin Christoph Hierholzer authored
fixed replacing Array and ScalarAccessors, which was broken after moving to the NDRegisterAccessorBridge-based accessors
-
Martin Christoph Hierholzer authored
fixed poll-type inputs using no longer non-blocking read after the switch to the NDRegisterAccessorBridge-based accessors
-
- Feb 16, 2017
-
-
Martin Christoph Hierholzer authored
Rebased the ScalarAccessor and ArrayAccessor classes onto the mtca4u::NDRegisterAccessorBridge class. Known problems present: code compiles but tests do not run
-
- Dec 23, 2016
-
-
Martin Christoph Hierholzer authored
-
- Dec 02, 2016
-
-
Martin Christoph Hierholzer authored
Removed the macros for defining accessors and introduced convenience classes instead. This adds slightly more syntactic sugar, but also allows more flexibility and seems to be a more coherent interface. This commit incompatibly breaks the interface with the previous versions. Since ApplicationCore is not yet used in any productive environment, no compatibility is provided.
-
- Dec 01, 2016
-
-
Martin Christoph Hierholzer authored
- Default constructor for Accessor exists now - A function Accessor::replace() allows to assign a new accessor - For clarity/safety: copying accessors using the assignment operator is now forbidden - The destructor of the accessor unregisters it from the module (to allow temporary accessors)
-
- Nov 29, 2016
-
-
Martin Christoph Hierholzer authored
-
- Nov 09, 2016
-
-
Martin Christoph Hierholzer authored
Added description field to the variables. It is currently ignored and will be added to the XML file in a next step.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Nov 08, 2016
-
-
Martin Christoph Hierholzer authored
-
- Nov 04, 2016
-
-
Martin Christoph Hierholzer authored
-
- Jul 04, 2016
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-