We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d9ef9 commit 228def4Copy full SHA for 228def4
src/CTBApplication.cpp
@@ -174,9 +174,8 @@ CTBApplication::generate_modules(std::shared_ptr<appmodel::ConfigurationHelper>
174
ctb_module_outputs.push_back(queueObj);
175
176
// Create network connections to DLHs
177
- std::string faNetUid = dlhReqInputNetDesc->get_uid_base() + UID() + '_' + s.first;
178
- conffwk::ConfigObject faNetObj = obj_fac.create_net_obj(dlhReqInputNetDesc, faNetUid);
179
-
+ conffwk::ConfigObject faNetObj = obj_fac.create_net_obj(dlhReqInputNetDesc, UID() + '_' + s.first);
+
180
dlhObj.set_objs("inputs", { &queueObj, &faNetObj });
181
182
modules.push_back(obj_fac.get_dal<appmodel::DataHandlerModule>(uid));
0 commit comments