15 #define epicsExportSharedSymbols 23 static void iocInitCallFunc(
const iocshArgBuf *args)
30 static void iocBuildCallFunc(
const iocshArgBuf *args)
44 static void iocPauseCallFunc(
const iocshArgBuf *args)
51 static void coreReleaseCallFunc(
const iocshArgBuf *args)
74 #ifndef SYSTEM_UNAVAILABLE 76 static const iocshArg *
const systemArgs[] = {&systemArg0};
77 static const iocshFuncDef systemFuncDef = {
"system",1,systemArgs};
84 static void iocshSystemCommand(
void)
86 #ifndef SYSTEM_UNAVAILABLE 91 errlogPrintf (
"Can't register 'system' command -- no command interpreter available.\n");
void epicsStdCall iocshRegister(const iocshFuncDef *piocshFuncDef, iocshCallFunc func)
epicsExportRegistrar(iocshSystemCommand)
int iocshSetError(int err)
Signal error from an IOC shell function.
epicsShareFunc int coreRelease(void)
int errlogPrintf(const char *pFormat,...)
void miscIocRegister(void)