ISISComputingGroup / IBEX

Top level repository for IBEX stories
5 stars 2 forks source link

Add IFDEVSIM to all existing IOCs #1942

Open mattclarke opened 7 years ago

mattclarke commented 7 years ago

The macros for enabling DEVSIM should be added to all existing IOCs so they are ready for Lewis even if a simulator does not exist yet.

Here is an example from the Lakeshore 336:


$(IFDEVSIM) drvAsynIPPortConfigure("$(DEVICE)", "localhost:55626")

## For real device use:
$(IFNOTDEVSIM) drvAsynIPPortConfigure ("$(DEVICE)", "$(HOST):7777")```
kjwoodsISIS commented 7 years ago

Need to think if we can do this another way. Postpone for now.