Skip to content
Snippets Groups Projects
Commit d9f40e46 authored by vargheseg's avatar vargheseg
Browse files

BugFix: DoocsIfff

Added code to support zmq sending in cretaeDoocsIfff function.
parent e1e3d634
No related branches found
No related tags found
No related merge requests found
......@@ -291,6 +291,9 @@ namespace ChimeraTK {
boost::dynamic_pointer_cast<DoocsIfff>(doocsPV)->setMacroPulseNumberSource(mpnDecorated);
}
if(ifffDescription.publishZMQ) {
boost::dynamic_pointer_cast<DoocsIfff>(doocsPV)->publishZeroMQ();
}
return doocsPV;
}
......
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