mrfioc2  2.3.0
Functions
evrmrmMain.cpp File Reference
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "epicsExit.h"
#include "epicsThread.h"
#include "iocsh.h"
Include dependency graph for evrmrmMain.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 14 of file evrmrmMain.cpp.

15 {
16  if(argc>=2) {
17  iocsh(argv[1]);
18  epicsThreadSleep(.2);
19  }
20  iocsh(NULL);
21  epicsExit(0);
22  return(0);
23 }