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

set ro access if xml attribute is_writable is false

parent d9f40e46
No related branches found
No related tags found
No related merge requests found
......@@ -294,6 +294,10 @@ namespace ChimeraTK {
if(ifffDescription.publishZMQ) {
boost::dynamic_pointer_cast<DoocsIfff>(doocsPV)->publishZeroMQ();
}
if(not ifffDescription.isWriteable){
doocsPV->set_ro_access();
}
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