#include <omnetpp.h>
#include <algorithm>
#include "TED.h"
#include "IPControlInfo.h"
#include "IPv4InterfaceData.h"
#include "NotifierConsts.h"
#include "RoutingTableAccess.h"
#include "InterfaceTableAccess.h"
#include "NotificationBoard.h"
Go to the source code of this file.
Define Documentation
Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const TELinkStateInfo & |
info | |
|
) |
| | |
Definition at line 139 of file TED.cc.
{
os << "advrouter:" << info.advrouter;
os << " linkid:" << info.linkid;
os << " local:" << info.local;
os << " remote:" << info.remote;
os << " state:" << info.state;
os << " metric:" << info.metric;
os << " maxBW:" << info.MaxBandwidth;
os << " unResvBW[7]:" << info.UnResvBandwidth[7];
os << " unResvBW[4]:" << info.UnResvBandwidth[4];
return os;
}