Files
epics-base/modules/database/src/std/softIoc/softIocExit.db
2018-06-19 11:31:13 +02:00

16 lines
313 B
Plaintext

# softIocExit.db
record(sub,"$(IOC):exit") {
field(DESC,"Exit subroutine")
field(SCAN,"Passive")
field(SNAM,"exit")
}
record(stringin,"$(IOC):BaseVersion") {
field(DESC,"EPICS Base Version")
field(DTYP,"getenv")
field(INP,"@EPICS_VERSION_FULL")
field(PINI,"YES")
field(DISP,1)
}