Go to the source code of this file.
|
| epicsEnvSet ("AUTOSAVEREQ","#") |
| we have no .req files to load ; More...
|
|
| epicsEnvSet ("STREAM_PROTOCOL_PATH","$(TOP)/data:$(ICPCONFIGROOT)/ioc/SDTEST") |
| set path to stream driver protocol file referenced in db files ; More...
|
|
| epicsEnvSet (PN, 1) |
|
| epicsEnvSet (PN, 2) |
|
| epicsEnvSet (PN, 3) |
|
| epicsEnvSet (PN, 4) |
|
| epicsEnvSet (PN, 5) |
|
| epicsEnvSet (PN, 6) |
|
| epicsEnvSet (PN, 7) |
|
| epicsEnvSet (PN, 8) |
|
| set_requestfile_path ("${TOP}/iocBoot/iocSDTEST-IOC-01","") |
| as we are common, we need to explicity define the 01 area for when we are ran by 02, 03 etc ; More...
|
|
| iocInit () |
| ISIS## Stuff that needs to be done after all records are loaded but before iocInit is called ;. More...
|
|
epicsEnvSet |
( |
"AUTOSAVEREQ" |
, |
|
|
"#" |
|
|
) |
| |
we have no .req files to load ;
epicsEnvSet |
( |
"STREAM_PROTOCOL_PATH" |
, |
|
|
"$(TOP)/data:$(ICPCONFIGROOT)/ioc/SDTEST" |
|
|
) |
| |
set path to stream driver protocol file referenced in db files ;
ISIS## Stuff that needs to be done after all records are loaded but before iocInit is called ;.
set_requestfile_path |
( |
"${TOP}/iocBoot/iocSDTEST-IOC-01" |
, |
|
|
"" |
|
|
) |
| |
as we are common, we need to explicity define the 01 area for when we are ran by 02, 03 etc ;