COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Namespaces | Macros | Functions
coObjID.cpp File Reference
#include "coObjID.h"
Include dependency graph for coObjID.cpp:

Namespaces

 covise
 list of all chemical elements
 

Macros

#define NODE(x)   (((x)&0x7ff00000) >> 20)
 this might change, but remove inter-dependency More...
 
#define RECV(x)   ((x)&0x000fffff)
 
#define ID(x)   coMsg::recvNo(x) << ':' << coMsg::nodeNo(x)
 

Functions

UTILEXPORT ostream & covise::operator<< (ostream &str, const coObjID &id)
 
UTILEXPORT ostream & covise::operator<< (ostream &str, const coObjInfo &info)
 

Macro Definition Documentation

#define ID (   x)    coMsg::recvNo(x) << ':' << coMsg::nodeNo(x)
#define NODE (   x)    (((x)&0x7ff00000) >> 20)

this might change, but remove inter-dependency

#define RECV (   x)    ((x)&0x000fffff)