#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.
00032 { 00033 o << "Node: " << entry.handle << " ressources: " << entry.ressources; 00034 return o; 00035 }
1.5.8