mrfioc2  2.3.0
evgMrmMain.cpp
Go to the documentation of this file.
1 /* evgMrmMain.cpp */
2 /* Author: Marty Kraimer Date: 17MAR2000 */
3 
4 #include <stddef.h>
5 #include <stdlib.h>
6 #include <stddef.h>
7 #include <string.h>
8 #include <stdio.h>
9 
10 #include "epicsExit.h"
11 #include "epicsThread.h"
12 #include "iocsh.h"
13 
14 int main(int argc,char *argv[]) {
15  if(argc>=2) {
16  iocsh(argv[1]);
17  epicsThreadSleep(.2);
18  }
19  iocsh(NULL);
20  epicsExit(0);
21  return(0);
22 }
int main(int argc, char *argv[])
Definition: evgMrmMain.cpp:14