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
Freddie Akeroyd edited this page May 23, 2021
·
1 revision
The utilities support module contains some C/C++ functions useful to IOC and support module developers
putDbAndWait
This is based on dbtpn from the epics base dbNotify.c. It allows setting a PV from within C/C++ and waiting for a completion callback, if you do not need such a callback then using dbNameToAddr and dbPutField is sufficient.