You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you need to call two functions to trigger a PV to read:
.read(×pec, &tmp)
.push(timespec, tmp)
this could be simplified to an trigger function.
This is useful when you have a setter and a getter to some configuration parameter and you want the getter to actually get the value from the hardware after you set the value.
Bikeshed away, I'm not particulary happy about the name trigger.
The text was updated successfully, but these errors were encountered:
Currently you need to call two functions to trigger a PV to read:
this could be simplified to an
trigger
function.This is useful when you have a setter and a getter to some configuration parameter and you want the getter to actually get the value from the hardware after you set the value.
Bikeshed away, I'm not particulary happy about the name
trigger
.The text was updated successfully, but these errors were encountered: