FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
portnum_def.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 #include "typedefs.h"
9 /*
10  * definitons of the port numbers used
11  */
12 
13 #define PORT__TRANSPORT 6000
14 #define PORT__ESONE_SERV 6001
15 #define PORT__STREAM_SERV 6002
16 #define PORT__EVENT_SERV 6003
17 #define PORT__PROMPT 6004
18 #define PORT__MSG_LOG 6005
19 #define PORT__PROMPT_R 6006
20 #define PORT__MSG_REM 6007
21 #define PORT__STAT_SERV 6008
22 #define PORT__HIST_SERV 6009
23 #define MO__PORT_BASE \
24  6100 /* m_ds and m_dr processes construct their \
25  * necessary ports from this base. It requires, \
26  * that ports 6100 - 6256 are reserved (if max \
27  * nr of m_ds and m_dr nodes is defined to 16.*/