INET Framework for OMNeT++/OMNEST
Blackboard.cc File Reference
#include <algorithm>
#include "Blackboard.h"
#include "ModuleAccess.h"

Go to the source code of this file.

Defines

#define coreEV   (ev.isDisabled()||!coreDebug) ? ev : ev <<getParentModule()->getName()<<"["<<getParentModule()->getIndex()<<"]::Blackboard: "

Functions

 Define_Module (Blackboard)
std::ostream & operator<< (std::ostream &os, const Blackboard::BBItem &bbi)

Define Documentation

#define coreEV   (ev.isDisabled()||!coreDebug) ? ev : ev <<getParentModule()->getName()<<"["<<getParentModule()->getIndex()<<"]::Blackboard: "

Definition at line 26 of file Blackboard.cc.

Referenced by Blackboard::changed(), Blackboard::publish(), and Blackboard::subscribe().


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Blackboard::BBItem bbi 
)

Definition at line 29 of file Blackboard.cc.

{
    os << bbi.getData()->info();
    return os;
}