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

Go to the source code of this file.

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]

Definition at line 116 of file RadioState.h.

{
    return os << r.info();
}