PubSubLobby.cc File Reference

#include "PubSubLobby.h"
#include <deque>
#include <algorithm>
#include <omnetpp.h>
#include <NodeHandle.h>
#include <BaseOverlay.h>
#include "PubSubMessage_m.h"
#include <ostream>
#include <GlobalStatistics.h>
#include <GlobalNodeListAccess.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &o, const PubSubLobby::ChildEntry &entry)
 Define_Module (PubSubLobby)

Detailed Description

Author:
Stephan Krause

Definition in file PubSubLobby.cc.


Function Documentation

Define_Module ( PubSubLobby   ) 
std::ostream& operator<< ( std::ostream &  o,
const PubSubLobby::ChildEntry entry 
)

Definition at line 31 of file PubSubLobby.cc.

00032 {
00033     o << "Node: " << entry.handle << " ressources: " << entry.ressources;
00034     return o;
00035 }

Generated on Wed May 26 16:21:15 2010 for OverSim by  doxygen 1.6.3