INET Framework for OMNeT++/OMNEST
RadioState.h File Reference
#include <omnetpp.h>
#include "INETDefs.h"

Classes

class  RadioState

Functions

std::ostream & operator<< (std::ostream &os, const RadioState &r)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const RadioState r 
) [inline]
{
    return os << r.info();
}