Comment 3 for bug 1904207

Revision history for this message
mdavidsaver (mdavidsaver) wrote :

It turns out that this issue isn't specific to softIocPVA.

The specific warning which Dirk sees is due to a change in call ordering which changes when the 'loadedDb' flag is set.

> loadedDb = true; /* Give it the benefit of the doubt... */

I take this comment to mean "Assume that the script called iocInit".

While I'm not going to act on this now, it occurs to me that the recent addition of getIocState(), and the existing dbStaticLib api, may remove the need for assumptions about whether an IOC has actually been initialized.