Skip to content
Snippets Groups Projects
Commit 49f50881 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

testDeviceAccessors is sending initial values correctly

parent b2ef4ad2
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,13 @@ struct TestModule : public ctk::ApplicationModule {
ctk::ScalarOutput<T> feedingToDevice{this, "feedingToDevice", "MV/m", "Description"};
void mainLoop() {}
void prepare() override {
incrementDataFaultCounter(); // force data to be flagged as faulty
writeAll();
decrementDataFaultCounter(); // data validity depends on inputs
}
void mainLoop() override {}
};
/*********************************************************************************************************************/
......
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