#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) |
Definition in file PubSubLobby.cc.
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; }