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

epics/apps/cbm/cbmApp/src/cbmMain.cpp (r4864/r2274)

Go to the documentation of this file.
00001 /* modbusMain.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 "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     return(0);
00021 }

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