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

fix: missing default constructor for PeriodicTrigger

parent 7b251980
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ namespace ChimeraTK {
tick(this, tickName, "", "Timer tick. Counts the trigger number starting from 0."),
defaultPeriod_(defaultPeriod) {}
PeriodicTrigger() {}
[[deprecated("Use PeriodicTrigger without hierarchy modifier and a qualified path "
"instead")]] PeriodicTrigger(ModuleGroup* owner, const std::string& name,
const std::string& description, const uint32_t defaultPeriod, HierarchyModifier hierarchyModifier,
......
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