GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
portnum_def.h
Go to the documentation of this file.
1 // $Id$
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 fuer 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 #ifndef PORTNUM_DEF_H
15 #define PORTNUM_DEF_H
16 
17 /*
18  * definitions of the port numbers used
19  */
20 
21 #define PORT__TRANSPORT 6000
22 #define PORT__ESONE_SERV 6001
23 #define PORT__STREAM_SERV 6002
24 #define PORT__EVENT_SERV 6003
25 #define PORT__PROMPT 6004
26 #define PORT__MSG_LOG 6005
27 #define PORT__PROMPT_R 6006
28 #define PORT__MSG_REM 6007
29 #define PORT__STAT_SERV 6008
30 #define PORT__HIST_SERV 6009
31 #define MO__PORT_BASE 6100 /* m_ds and m_dr processes construct their
32  * necessary ports from this base. It requires,
33  * that ports 6100 - 6256 are reserved (if max
34  * nr of m_ds and m_dr nodes is defined to 16.*/
35 
36 #endif