ZG  "1.00
 All Classes Namespaces Files Functions Variables Enumerator Friends Macros Pages
Namespaces | Macros | Enumerations | Functions
ZGConstants.h File Reference
#include "message/Message.h"
#include "zg/ZGNameSpace.h"
Include dependency graph for ZGConstants.h:

Go to the source code of this file.

Namespaces

 zg
 The zg namespace contains the public API of the ZG library.
 

Macros

#define ZG_VERSION_STRING   "1.00"
 The current version of the ZG distribution, expressed as an ASCII string. More...
 
#define ZG_VERSION   10000
 Current version, expressed as decimal Mmmbb, where (M) is the number before the decimal point, (mm) is the number after the decimal point, and (bb) is reserved. More...
 

Enumerations

enum  { GLOBAL_PORT_BASE = 41780 }
 Enumeration of port numbers that will be the same for all ZG systems (not currently used) More...
 
enum  { PER_SYSTEM_PORT_BASE = GLOBAL_PORT_BASE+100, PER_SYSTEM_PORT_HEARTBEAT, PER_SYSTEM_PORT_DATA }
 Enumeration of port numbers that will be the same for all peer-processes in a given ZG system. More...
 
enum  { PER_PROCESS_PORT_BASE = PER_SYSTEM_PORT_BASE+100 }
 

Functions

String PeerInfoToString (const ConstMessageRef &peerInfo)
 Convenience method: Given a peer-info Message, returns a single-line string description of that Message (e.g. More...
 

Macro Definition Documentation

#define ZG_VERSION   10000

Current version, expressed as decimal Mmmbb, where (M) is the number before the decimal point, (mm) is the number after the decimal point, and (bb) is reserved.

Definition at line 11 of file ZGConstants.h.

#define ZG_VERSION_STRING   "1.00"

The current version of the ZG distribution, expressed as an ASCII string.

Definition at line 10 of file ZGConstants.h.