INET Framework for OMNeT++/OMNEST
inet::ieee80211::Ieee80211MgmtProtocolPrinter Class Reference

#include <Ieee80211MgmtProtocolPrinter.h>

Inheritance diagram for inet::ieee80211::Ieee80211MgmtProtocolPrinter:
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::ieee80211::Ieee80211MgmtProtocolPrinter::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.

20 {
21  context.infoColumn << "(IEEE 802.11 Mgmt) " << chunk;
22 }

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