Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:20:56

0001 #ifndef ONLMONSERVER_ONLMONDEFS_H
0002 #define ONLMONSERVER_ONLMONDEFS_H
0003 
0004 namespace OnlMonDefs
0005 {
0006 // Port to use by framework
0007   const unsigned int MONIPORT = 9081;
0008   const unsigned int NUMMONIPORT = 5;
0009   const unsigned int MSGLEN = 256;
0010 }
0011 
0012 #endif