comment added
This commit is contained in:
@ -1157,7 +1157,7 @@ noMoreElements:
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef EPICS_3_14
|
#ifdef EPICS_3_14
|
||||||
|
// Pass command to iocsh
|
||||||
void streamExecuteCommand(CALLBACK *pcallback)
|
void streamExecuteCommand(CALLBACK *pcallback)
|
||||||
{
|
{
|
||||||
Stream* pstream = static_cast<Stream*>(pcallback->user);
|
Stream* pstream = static_cast<Stream*>(pcallback->user);
|
||||||
@ -1172,6 +1172,7 @@ void streamExecuteCommand(CALLBACK *pcallback)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
// Pass command to vxWorks shell
|
||||||
extern "C" int execute(const char *cmd);
|
extern "C" int execute(const char *cmd);
|
||||||
|
|
||||||
void streamExecuteCommand(CALLBACK *pcallback)
|
void streamExecuteCommand(CALLBACK *pcallback)
|
||||||
|
Reference in New Issue
Block a user