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

restored overloading read for ScalarAccessors, which was accidentally removed

parent 8049e37a
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ namespace ChimeraTK {
: ScalarAccessor<UserType>(
owner, name, {VariableDirection::consuming, false}, unit, UpdateMode::poll, description, tags) {}
ScalarPollInput() : ScalarAccessor<UserType>() {}
void read() { this->readLatest(); }
using ScalarAccessor<UserType>::operator=;
};
......
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