MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLObjMgr/ObjMgr/mlObjMgrClient.h File Reference

This file declares the ObjMgr client module interface. More...

#include "MLObjMgrSystem.h"
#include "mlObjMgrBase.h"
#include "mlObjMgrObjectContainer.h"
#include "mlObjMgrEvent.h"

Go to the source code of this file.

Classes

class  ml::ObjMgrClient
 Base class for all modules that wish to use and communicate (send and receive notifications) with the ObjMgr module. More...

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Defines

#define mlDebugBySym(SYM, COUTS)
#define omcDebug(msg)   mlDebug(getFieldStringValue("instanceName") << " (" << debugCommentFld->getStringValue() << "): " << msg)
#define omcDebugBySym(sym, msg)

Detailed Description

This file declares the ObjMgr client module interface.

Author:
Felix Ritter
Date:
01/2004

Definition in file mlObjMgrClient.h.


Define Documentation

#define mlDebugBySym (   SYM,
  COUTS 
)

Definition at line 37 of file mlObjMgrClient.h.

#define omcDebug (   msg)    mlDebug(getFieldStringValue("instanceName") << " (" << debugCommentFld->getStringValue() << "): " << msg)

Definition at line 40 of file mlObjMgrClient.h.

#define omcDebugBySym (   sym,
  msg 
)
Value:
{ mlDebugBySym(sym, getFieldStringValue("instanceName") << " (" << debugCommentFld->getStringValue() << "): " << msg); \
                                  omcDebug(msg); }

Definition at line 41 of file mlObjMgrClient.h.