INET Framework for OMNeT++/OMNEST
inet::rtp::RtpControlMsg Class Reference

Class generated from inet/transportlayer/rtp/RtpInterfacePacket.msg:40 by opp_msgtool. More...

#include <RtpInterfacePacket_m.h>

Inheritance diagram for inet::rtp::RtpControlMsg:

Public Member Functions

 RtpControlMsg (const char *name=nullptr, short kind=0)
 
 RtpControlMsg (const RtpControlMsg &other)
 
virtual ~RtpControlMsg ()
 
RtpControlMsgoperator= (const RtpControlMsg &other)
 
virtual RtpControlMsgdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 

Protected Member Functions

bool operator== (const RtpControlMsg &)=delete
 

Private Member Functions

void copy (const RtpControlMsg &other)
 

Detailed Description

Class generated from inet/transportlayer/rtp/RtpInterfacePacket.msg:40 by opp_msgtool.

message RtpControlMsg
{
}

Constructor & Destructor Documentation

◆ RtpControlMsg() [1/2]

inet::rtp::RtpControlMsg::RtpControlMsg ( const char *  name = nullptr,
short  kind = 0 
)

◆ RtpControlMsg() [2/2]

inet::rtp::RtpControlMsg::RtpControlMsg ( const RtpControlMsg other)

◆ ~RtpControlMsg()

virtual inet::rtp::RtpControlMsg::~RtpControlMsg ( )
virtual

Member Function Documentation

◆ copy()

void inet::rtp::RtpControlMsg::copy ( const RtpControlMsg other)
private

◆ dup()

virtual RtpControlMsg* inet::rtp::RtpControlMsg::dup ( ) const
inlineoverridevirtual
130 {return new RtpControlMsg(*this);}

◆ operator=()

RtpControlMsg& inet::rtp::RtpControlMsg::operator= ( const RtpControlMsg other)

◆ operator==()

bool inet::rtp::RtpControlMsg::operator== ( const RtpControlMsg )
protecteddelete

◆ parsimPack()

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

◆ parsimUnpack()

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

The documentation for this class was generated from the following file:
inet::rtp::RtpControlMsg::RtpControlMsg
RtpControlMsg(const char *name=nullptr, short kind=0)