#include <omnetpp.h>
#include <string>
#include "BA_API.h"
Classes | |
class | InformationItem |
Defines | |
#define | MAX_CHUNK_SIZE 1497 |
Functions | |
std::ostream & | operator<< (std::ostream &out, const InformationItem *II) |
#define MAX_CHUNK_SIZE 1497 |
The Publish Subscribe Information Item class header
std::ostream& operator<< | ( | std::ostream & | out, | |
const InformationItem * | II | |||
) | [inline] |
00136 { 00137 out << II->info(); 00138 return out; 00139 }