Closed callumforrester closed 2 years ago
Currently EpicsAdapter calls softioc.iocInit(), which can only happen once per process, meaning there can only be one EpicsAdapter instance per process.
EpicsAdapter
softioc.iocInit()
Proposed solution is a singleton hidden behind all EpicsAdapters.
Pending #68
Currently
EpicsAdapter
callssoftioc.iocInit()
, which can only happen once per process, meaning there can only be oneEpicsAdapter
instance per process.Proposed solution is a singleton hidden behind all
EpicsAdapter
s.