This commit is contained in:
Michael Davidsaver
2021-09-13 08:05:44 -07:00
parent 62d6882048
commit e474d5cde8
+4 -3
View File
@@ -36,9 +36,10 @@ namespace ioc {
/** Return the singleton Server instance which is setup
* for use in an IOC process.
*
* This Server instance is created during in a registrar function,
* started by the initHookAfterCaServerRunning phase of iocInit(),
* and stopped and destroyed via an epicsAtExit() hook.
* This Server instance is created during a registrar function,
* started by the initHookAfterCaServerRunning phase of iocInit().
* It is stopped and destroyed during an epicsAtExit() hook added
* during an initHookAfterInitDatabase hook..
*
* Any configuration changes via. epicsEnvSet() must be made before registrars are run
* by \*_registerRecordDeviceDriver(pdbbase).