INET Framework for OMNeT++/OMNEST
inet::physicallayer::Ieee80211PhyProtocolPrinter Class Reference

#include <Ieee80211PhyProtocolPrinter.h>

Inheritance diagram for inet::physicallayer::Ieee80211PhyProtocolPrinter:
inet::ProtocolPrinter

Public Member Functions

virtual void print (const Ptr< const Chunk > &chunk, const Protocol *protocol, const cMessagePrinter::Options *options, Context &context) const override
 Prints the given chunk of protocol according to options into context. More...
 

Member Function Documentation

◆ print()

void inet::physicallayer::Ieee80211PhyProtocolPrinter::print ( const Ptr< const Chunk > &  chunk,
const Protocol protocol,
const cMessagePrinter::Options *  options,
Context context 
) const
overridevirtual

Prints the given chunk of protocol according to options into context.

Implements inet::ProtocolPrinter.

27 {
28  context.infoColumn << "(IEEE 802.11 Phy) " << chunk;
29 }

The documentation for this class was generated from the following files: