DiamondLightSource / tickit

Event-based hardware simulation framework
Apache License 2.0
7 stars 0 forks source link

Can Only Have One EpicsAdapter per Process #67

Closed callumforrester closed 2 years ago

callumforrester commented 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.

Proposed solution is a singleton hidden behind all EpicsAdapters.

callumforrester commented 2 years ago

Pending #68