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

added comment

parent bb9963a9
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,8 @@ struct TestModule : public ctk::ApplicationModule {
ctk::ScalarPushInput<T> consumer{this, "consumer", "", "No comment."};
ctk::ScalarOutput<T> feeder{this, "feeder", "MV/m", "Some fancy explanation about this variable"};
// We do not use testable mode for this test, so we need this barrier to synchronise to the beginning of the
// mainLoop(). This is required to test the initial values reliably.
boost::barrier mainLoopStarted;
void mainLoop() { mainLoopStarted.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