00001 //------------------------------------------------------------- 00002 // Go4 Release Package v3.04-01 (build 30401) 00003 // 28-November-2008 00004 //--------------------------------------------------------------- 00005 // The GSI Online Offline Object Oriented (Go4) Project 00006 // Experiment Data Processing at EE 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 #include "typedefs.h" 00017 /* 00018 * definitons of the port numbers used 00019 */ 00020 00021 #define PORT__TRANSPORT 6000 00022 #define PORT__ESONE_SERV 6001 00023 #define PORT__STREAM_SERV 6002 00024 #define PORT__EVENT_SERV 6003 00025 #define PORT__PROMPT 6004 00026 #define PORT__MSG_LOG 6005 00027 #define PORT__PROMPT_R 6006 00028 #define PORT__MSG_REM 6007 00029 #define PORT__STAT_SERV 6008 00030 #define PORT__HIST_SERV 6009 00031 #define MO__PORT_BASE 6100 /* m_ds and m_dr processes construct their 00032 * necessary ports from this base. It requires, 00033 * that ports 6100 - 6256 are reserved (if max 00034 * nr of m_ds and m_dr nodes is defined to 16.*/ 00035 00036 00037 00038 //----------------------------END OF GO4 SOURCE FILE ---------------------