GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
portnum_def.h
Go to the documentation of this file.
1 // $Id: portnum_def.h 793 2011-09-05 18:11:29Z linev $
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 #include "typedefs.h"
15 /*
16  * definitons of the port numbers used
17  */
18 
19 #define PORT__TRANSPORT 6000
20 #define PORT__ESONE_SERV 6001
21 #define PORT__STREAM_SERV 6002
22 #define PORT__EVENT_SERV 6003
23 #define PORT__PROMPT 6004
24 #define PORT__MSG_LOG 6005
25 #define PORT__PROMPT_R 6006
26 #define PORT__MSG_REM 6007
27 #define PORT__STAT_SERV 6008
28 #define PORT__HIST_SERV 6009
29 #define MO__PORT_BASE 6100 /* m_ds and m_dr processes construct their
30  * necessary ports from this base. It requires,
31  * that ports 6100 - 6256 are reserved (if max
32  * nr of m_ds and m_dr nodes is defined to 16.*/
33 
34