Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ChannelControl.cc File Reference

#include "ChannelControl.h"
#include "FWMath.h"
#include <cassert>

Defines

#define coreEV   (ev.disabled()||!coreDebug) ? std::cout : EV << "ChannelControl: "

Functions

 Define_Module (ChannelControl)
std::ostream & operator<< (std::ostream &os, const ChannelControl::HostEntry &h)


Define Documentation

#define coreEV   (ev.disabled()||!coreDebug) ? std::cout : EV << "ChannelControl: "
 


Function Documentation

Define_Module ChannelControl   ) 
 

std::ostream& operator<< std::ostream &  os,
const ChannelControl::HostEntry h
 

00029 {
00030     os << h.host->fullPath() << " (x=" << h.pos.x << ",y=" << h.pos.y << "), "
00031        << h.neighbors.size() << " neighbor(s)";
00032     return os;
00033 }


Generated on Sat Apr 1 20:52:20 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.1