INET Framework for OMNeT++/OMNEST
inet::TunOpenCommand Class Reference

Class generated from inet/linklayer/tun/TunControlInfo.msg:31 by opp_msgtool. More...

#include <TunControlInfo_m.h>

Inheritance diagram for inet::TunOpenCommand:
inet::TunControlInfo

Public Member Functions

 TunOpenCommand ()
 
 TunOpenCommand (const TunOpenCommand &other)
 
virtual ~TunOpenCommand ()
 
TunOpenCommandoperator= (const TunOpenCommand &other)
 
virtual TunOpenCommanddup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::TunControlInfo
 TunControlInfo ()
 
 TunControlInfo (const TunControlInfo &other)
 
virtual ~TunControlInfo ()
 
TunControlInfooperator= (const TunControlInfo &other)
 

Protected Member Functions

bool operator== (const TunOpenCommand &)=delete
 
- Protected Member Functions inherited from inet::TunControlInfo
bool operator== (const TunControlInfo &)=delete
 

Private Member Functions

void copy (const TunOpenCommand &other)
 

Detailed Description

Class generated from inet/linklayer/tun/TunControlInfo.msg:31 by opp_msgtool.

class TunOpenCommand extends TunControlInfo
{
}

Constructor & Destructor Documentation

◆ TunOpenCommand() [1/2]

inet::TunOpenCommand::TunOpenCommand ( )

◆ TunOpenCommand() [2/2]

inet::TunOpenCommand::TunOpenCommand ( const TunOpenCommand other)

◆ ~TunOpenCommand()

virtual inet::TunOpenCommand::~TunOpenCommand ( )
virtual

Member Function Documentation

◆ copy()

void inet::TunOpenCommand::copy ( const TunOpenCommand other)
private

◆ dup()

virtual TunOpenCommand* inet::TunOpenCommand::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::TunControlInfo.

140 {return new TunOpenCommand(*this);}

◆ operator=()

TunOpenCommand& inet::TunOpenCommand::operator= ( const TunOpenCommand other)

◆ operator==()

bool inet::TunOpenCommand::operator== ( const TunOpenCommand )
protecteddelete

◆ parsimPack()

virtual void inet::TunOpenCommand::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::TunControlInfo.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

virtual void inet::TunOpenCommand::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Reimplemented from inet::TunControlInfo.

Referenced by inet::doParsimUnpacking().


The documentation for this class was generated from the following file:
inet::TunOpenCommand::TunOpenCommand
TunOpenCommand()