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

epics/apps/cbm_jul12/streamDreamplugApp/src/streamHadconMain.cpp (r4864/r3131)

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

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