A simulation driver for the EPICS areaDetector software. It contains the example driver and an example IOC directory.
2
stars
16
forks
source link
simDetectorNoIOC.cpp incorrectly declares class epicsShareClass simDetectorDemo #15
Open
pheest opened 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.