• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

epics/apps/crucible/EPICS-DIM-interface/caDIMInterfaceApp/src/caDIMInterfaceMain.cpp (r4864/r2310)

Go to the documentation of this file.
00001 /* Author:  Marty Kraimer Date:    17MAR2000 */
00002 
00003 #include <stddef.h>
00004 #include <stdlib.h>
00005 #include <stddef.h>
00006 #include <string.h>
00007 #include <stdio.h>
00008 
00009 #include "epicsExit.h"
00010 #include "epicsThread.h"
00011 #include "iocsh.h"
00012 
00013 int main(int argc,char *argv[])
00014 {
00015     if(argc>=2) {
00016         iocsh(argv[1]);
00017         epicsThreadSleep(.2);
00018     }
00019     iocsh(NULL);
00020     epicsExit(0);
00021     return(0);
00022 }

Generated on Tue Dec 10 2013 04:52:21 for ROCsoft by  doxygen 1.7.1