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

Class generated from inet/transportlayer/rtp/RTPInterfacePacket.msg:60 by nedtool. 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 &)
 

Private Member Functions

void copy (const RTPControlMsg &other)
 

Detailed Description

Class generated from inet/transportlayer/rtp/RTPInterfacePacket.msg:60 by nedtool.

message RTPControlMsg
{
}

Constructor & Destructor Documentation

inet::rtp::RTPControlMsg::RTPControlMsg ( const char *  name = nullptr,
short  kind = 0 
)
inet::rtp::RTPControlMsg::RTPControlMsg ( const RTPControlMsg other)
virtual inet::rtp::RTPControlMsg::~RTPControlMsg ( )
virtual

Member Function Documentation

void inet::rtp::RTPControlMsg::copy ( const RTPControlMsg other)
private
virtual RTPControlMsg* inet::rtp::RTPControlMsg::dup ( ) const
inlineoverridevirtual
107 {return new RTPControlMsg(*this);}
RTPControlMsg(const char *name=nullptr, short kind=0)
RTPControlMsg& inet::rtp::RTPControlMsg::operator= ( const RTPControlMsg other)
bool inet::rtp::RTPControlMsg::operator== ( const RTPControlMsg )
protected
virtual void inet::rtp::RTPControlMsg::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual
virtual void inet::rtp::RTPControlMsg::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

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