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

correct misleading comment

parent 77eb9110
No related branches found
No related tags found
No related merge requests found
......@@ -84,9 +84,7 @@ struct fixture_with_poll_and_push_input {
message.replace(testFacitiy.getScalar<std::string>(
ChimeraTK::RegisterPath("/Devices") / DummyApplication::ExceptionDummyCDD1 / "message"));
//
// workaround to ensure we exit only after initial value propagation is complete. (meaning we
// are in the main loop of all modules)
// wait until all modules have been properly started, to ensure the initial value propagation is complete
/************************************************************************************************/
application.pollModule.p.get_future().wait();
application.pushModule.p.get_future().wait();
......
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