INET Framework for OMNeT++/OMNEST
|
#include <Ieee80211TransmissionBase.h>
Public Member Functions | |
Ieee80211TransmissionBase (const IIeee80211Mode *mode, const Ieee80211Channel *channel) | |
virtual std::ostream & | printToStream (std::ostream &stream, int level) const override |
Prints this object to the provided output stream. More... | |
virtual const IIeee80211Mode * | getMode () const |
virtual const Ieee80211Channel * | getChannel () const |
Public Member Functions inherited from inet::physicallayer::IPrintableObject | |
virtual | ~IPrintableObject () |
virtual std::string | getInfoStringRepresentation () const |
virtual std::string | getDetailStringRepresentation () const |
virtual std::string | getDebugStringRepresentation () const |
virtual std::string | getTraceStringRepresentation () const |
virtual std::string | getCompleteStringRepresentation () const |
Protected Attributes | |
const IIeee80211Mode * | mode |
const Ieee80211Channel * | channel |
Additional Inherited Members | |
Public Types inherited from inet::physicallayer::IPrintableObject | |
enum | PrintLevel { PRINT_LEVEL_TRACE, PRINT_LEVEL_DEBUG, PRINT_LEVEL_DETAIL, PRINT_LEVEL_INFO, PRINT_LEVEL_COMPLETE = INT_MIN } |
inet::physicallayer::Ieee80211TransmissionBase::Ieee80211TransmissionBase | ( | const IIeee80211Mode * | mode, |
const Ieee80211Channel * | channel | ||
) |
|
inlinevirtual |
Referenced by inet::physicallayer::Ieee80211IdealReceiver::computeReceptionIndication(), and inet::physicallayer::Ieee80211ReceiverBase::computeReceptionIndication().
|
inlinevirtual |
Referenced by inet::physicallayer::Ieee80211DimensionalReceiver::computeIsReceptionPossible(), inet::physicallayer::Ieee80211ScalarReceiver::computeIsReceptionPossible(), inet::physicallayer::Ieee80211IdealReceiver::computeReceptionIndication(), and inet::physicallayer::Ieee80211ReceiverBase::computeReceptionIndication().
|
overridevirtual |
Prints this object to the provided output stream.
Function calls to operator<< with pointers or references either const or not are all forwarded to this function.
Reimplemented from inet::physicallayer::IPrintableObject.
Reimplemented in inet::physicallayer::Ieee80211IdealTransmission, inet::physicallayer::Ieee80211DimensionalTransmission, and inet::physicallayer::Ieee80211ScalarTransmission.
Referenced by inet::physicallayer::Ieee80211DimensionalTransmission::printToStream(), inet::physicallayer::Ieee80211ScalarTransmission::printToStream(), and inet::physicallayer::Ieee80211IdealTransmission::printToStream().
|
protected |
Referenced by printToStream().
|
protected |
Referenced by printToStream().