- Aug 26, 2022
-
-
Martin Christoph Hierholzer authored
-
- Aug 02, 2022
-
-
Martin Killenberg authored
The VoidAccessor comes along with the convenience classes VoidInput and VoidOutput, and the TestFacility function getVoid()
-
- Apr 16, 2021
-
-
Martin Christoph Hierholzer authored
* add HierarchyModifyingGroup * VirtualModule: allow nested oneLevelUp etc.; simplify implementation This is achieved by properly setting the _owner of each VirtualModule (unless highest level). The simplification comes from then being able to use getOwner() instead of keeping track of "grandparents", and from using createAndGetSubmodule() instead of implementing something similar again in findTagAndAppendToModule(). * DataLossCounter constructor now takes qualified path to trigger variable
-
- Jan 13, 2020
-
-
Martin Killenberg authored
- ConfigReader is in ApplicationCore.h, but was including ApplicationCore.h itself - Added include guards to ApplicationCore.h, although it's not stricktly needed (all included headers have one). Might speed up complilation because it makes it easier for the parser.
-
- Feb 28, 2019
-
-
Martin Christoph Hierholzer authored
add ConfigReader.h to ApplicationCore.h, as the ConfigReader is now more strongly integrated with ApplicationCore
-
- Feb 21, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Sep 05, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Aug 23, 2017
-
-
Martin Christoph Hierholzer authored
introduced a ModuleGroup (grouping ApplicationModules and other ModuleGroups) and enforced a proper hierarchy of modules to exclude that an ApplicationModule can own (directly or indirectly) another ApplicationModule
-
- May 05, 2017
-
-
Martin Christoph Hierholzer authored
moved the xml generator main function into a new header file, to avoid defining main() multiple times by mistake.
-
- 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
-
- Dec 07, 2016
-
-
Martin Christoph Hierholzer authored
Use mtca4u::setDMapFilePath() instead of the BackendFactory's member function. Since all applications will need it, the corresponding header file is now included in ApplicationCore.h
-
- Nov 11, 2016
-
-
Martin Christoph Hierholzer authored
-
- Nov 10, 2016
-
-
Martin Christoph Hierholzer authored
-
- Nov 08, 2016
-
-
Martin Christoph Hierholzer authored
-
- Jul 11, 2016
-
-
Martin Christoph Hierholzer authored
-
- Jun 29, 2016
-
-
Martin Christoph Hierholzer authored
-
- Jun 28, 2016
-
-
Martin Christoph Hierholzer authored
Introduced the DeviceModule class which provides an interface to obtain VariableNetworkNodes for device registers
-
- Jun 16, 2016
-
-
Martin Christoph Hierholzer authored
-
- Jun 15, 2016
-
-
Martin Christoph Hierholzer authored
Introduced the VariableNetwork describing the connections of variables/accessors before things get actually instantiated. This is needed to generate an XML file containing the published variables based on that information.
-