- Jan 08, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 07, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 04, 2019
-
-
Martin Christoph Hierholzer authored
Unfortunatly this currently breaks the ServerHistory module, as it relies on slashes in accessor names. The MicroDAQ module had the same issue but has already been fixed. This fix can be adopted to the ServerHistory module as well.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 03, 2019
-
-
Martin Christoph Hierholzer authored
Fixed wrongly created hierarchies when directly connecting a device to the controlsystem using connectTo(). Now proper virtual submodules are created for each hierarchy level, insted of keeping the slash in the variable name.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Dec 21, 2018
-
-
Martin Christoph Hierholzer authored
fixed connectTo() for direct device to control system connections when using the [] operator on the device module
-
- Dec 19, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Dec 10, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Nov 29, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Nov 28, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Nov 13, 2018
-
- Nov 12, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Nov 09, 2018
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
Now one can add ScalarOutput and ArrayOutput variables to the history modules by using tags.
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
This is still not nice. Now for every data type an individual module needs to be created.
-
- Nov 08, 2018
-
-
Martin Christoph Hierholzer authored
-
vargheseg authored
Introduced cmake module registerTests:
-
vargheseg authored
new scheme: register_tests(SOURCES ${list_of_source_files} "test_src.cc" ${concatenated_string_of_source_files} NAMESPACE "test_namespace" LINK_LIBRARIES ${list_of_targets} INCLUDE_DIRECTORIES ${list_of_include_directories} COMPILE_OPTIONS ${list_of_compile_options})
-
vargheseg authored
usage: register_tests(SOURCES ${list_of_source_files} "test_src.cc" ${concatenated_string_of_source_files} NAMESPACE "test_namespace" DEPENDS ${list_of_targets} INCLUDES ${list_of_include_directories} COMPILE_OPTIONS ${list_of_compile_options}) Function registers tests defined as a list of souce files. Test defined by file source_name.cc in the SOURCES list is registered under the name test_namespace.source_name Provided list of dependent targets and include directories are used for test executables as PRIVATE dependencies during compilation. Function implicitly adds a dependency on the boost unit test framework to each generated test executable.
-
- Nov 06, 2018
-
-
vargheseg authored
Skip logic in PeriodicTrigger mainLoop for TestableMode
-