OverSim
PubSubLobby.cc File Reference
#include "PubSubLobby.h"
#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.

{
o << "Node: " << entry.handle << " ressources: " << entry.ressources;
return o;
}