INET Framework for OMNeT++/OMNEST
|
Defines | |
#define | coreEV (ev.isDisabled()||!coreDebug) ? ev : ev << "ChannelControl: " |
Functions | |
Define_Module (ChannelControl) | |
std::ostream & | operator<< (std::ostream &os, const ChannelControl::HostEntry &h) |
std::ostream & | operator<< (std::ostream &os, const ChannelControl::TransmissionList &tl) |
#define coreEV (ev.isDisabled()||!coreDebug) ? ev : ev << "ChannelControl: " |
Referenced by ChannelControl::calcInterfDist(), ChannelControl::initialize(), and ChannelControl::sendToChannel().
Define_Module | ( | ChannelControl | ) |
std::ostream& operator<< | ( | std::ostream & | os, |
const ChannelControl::TransmissionList & | tl | ||
) |
{ for (ChannelControl::TransmissionList::const_iterator it = tl.begin(); it != tl.end(); ++it) os << endl << *it; return os; }