00001 //--------------------------------------------------------------- 00002 // Go4 Release Package v2.10-5 (build 21005) 00003 // 03-Nov-2005 00004 //--------------------------------------------------------------- 00005 // The GSI Online Offline Object Oriented (Go4) Project 00006 // Experiment Data Processing at DVEE department, GSI 00007 //--------------------------------------------------------------- 00008 // 00009 //Copyright (C) 2000- Gesellschaft f. Schwerionenforschung, GSI 00010 // Planckstr. 1, 64291 Darmstadt, Germany 00011 //Contact: http://go4.gsi.de 00012 //---------------------------------------------------------------- 00013 //This software can be used under the license agreements as stated 00014 //in Go4License.txt file which is part of the distribution. 00015 //---------------------------------------------------------------- 00016 #ifndef GO4COMMANDSTASKHANDLER_H 00017 #define GO4COMMANDSTASKHANDLER_H 00018 00019 // user include file to get all TaskHandler Commands 00020 #include "Go4CommandsTaskHandler/TGo4ComQuit.h" 00021 #include "Go4CommandsTaskHandler/TGo4ComStart.h" 00022 #include "Go4CommandsTaskHandler/TGo4ComStop.h" 00023 #include "Go4CommandsTaskHandler/TGo4ComRelaunch.h" 00024 #include "Go4CommandsTaskHandler/TGo4ComGetStatus.h" 00025 #include "Go4CommandsTaskHandler/TGo4ComFlush.h" 00026 #include "Go4CommandsTaskHandler/TGo4ComExecLine.h" 00027 #include "Go4CommandsTaskHandler/TGo4ComServerQuit.h" 00028 #include "Go4CommandsTaskHandler/TGo4ComRemoveClient.h" 00029 #include "Go4CommandsTaskHandler/TGo4ComLaunchClient.h" 00030 #include "Go4CommandsTaskHandler/TGo4ComMasterQuit.h" 00031 #include "Go4CommandsTaskHandler/TGo4ComConnectSlave.h" 00032 #include "Go4CommandsTaskHandler/TGo4ComDisconnectSlave.h" 00033 00034 00035 enum Go4EmergencyCommand_t { 00036 kComQuit , 00037 kComKillMain, 00038 kComRestartMain, 00039 kComCloseInput 00040 }; 00041 00042 #endif 00043 00044 00045 //----------------------------END OF GO4 SOURCE FILE ---------------------