areaDetector / ADSimDetector

A simulation driver for the EPICS areaDetector software. It contains the example driver and an example IOC directory.
https://areadetector.github.io/areaDetector/ADSimDetector/simDetector.html
Other
2 stars 16 forks source link

simDetectorNoIOC.cpp incorrectly declares class epicsShareClass simDetectorDemo #15

Open pheest opened 5 years ago

pheest commented 5 years ago

The class does not need to be shared. This can cause "locally defined symbol" linker warnings - at least in a debug build.

epicsShareClass can be removed.