00001 // $Id: portnum_def.h 793 2011-09-05 18:11:29Z linev $ 00002 //----------------------------------------------------------------------- 00003 // The GSI Online Offline Object Oriented (Go4) Project 00004 // Experiment Data Processing at EE department, GSI 00005 //----------------------------------------------------------------------- 00006 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH 00007 // Planckstr. 1, 64291 Darmstadt, Germany 00008 // Contact: http://go4.gsi.de 00009 //----------------------------------------------------------------------- 00010 // This software can be used under the license agreements as stated 00011 // in Go4License.txt file which is part of the distribution. 00012 //----------------------------------------------------------------------- 00013 00014 #include "typedefs.h" 00015 /* 00016 * definitons of the port numbers used 00017 */ 00018 00019 #define PORT__TRANSPORT 6000 00020 #define PORT__ESONE_SERV 6001 00021 #define PORT__STREAM_SERV 6002 00022 #define PORT__EVENT_SERV 6003 00023 #define PORT__PROMPT 6004 00024 #define PORT__MSG_LOG 6005 00025 #define PORT__PROMPT_R 6006 00026 #define PORT__MSG_REM 6007 00027 #define PORT__STAT_SERV 6008 00028 #define PORT__HIST_SERV 6009 00029 #define MO__PORT_BASE 6100 /* m_ds and m_dr processes construct their 00030 * necessary ports from this base. It requires, 00031 * that ports 6100 - 6256 are reserved (if max 00032 * nr of m_ds and m_dr nodes is defined to 16.*/ 00033 00034