Skip to content
Snippets Groups Projects
Commit 9b0ec308 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

use new interface in test

parent bd3c6756
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,8 @@ struct SecondHierarchy : ctk::ModuleGroup {
using ctk::VariableGroup::VariableGroup;
ctk::ScalarOutput<int> varB{this, "varB", "MV/m", "Desc"};
} varGroup{this, "VarGroup", "This group shall be merged with testModule.varGroup in connectTo()"};
} eliminatedGroup{this, "eliminatedGroup", "A group whose hierarchy gets eliminated", true};
} eliminatedGroup{
this, "eliminatedGroup", "A group whose hierarchy gets eliminated", ctk::HierarchyModifier::hideThis};
void mainLoop() {}
} testModule{this, "TestModule", ""};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment