INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/rtp/RTPInterfacePacket.msg:71
by nedtool.
More...
#include <RTPInterfacePacket_m.h>
Public Member Functions | |
RTPSessionControlInfo () | |
RTPSessionControlInfo (const RTPSessionControlInfo &other) | |
virtual | ~RTPSessionControlInfo () |
RTPSessionControlInfo & | operator= (const RTPSessionControlInfo &other) |
virtual RTPSessionControlInfo * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual uint32_t | getSsrc () const |
virtual void | setSsrc (uint32_t ssrc) |
Public Member Functions inherited from inet::rtp::RTPControlInfo | |
RTPControlInfo () | |
RTPControlInfo (const RTPControlInfo &other) | |
virtual | ~RTPControlInfo () |
RTPControlInfo & | operator= (const RTPControlInfo &other) |
virtual short | getType () const |
virtual void | setType (short type) |
Protected Member Functions | |
bool | operator== (const RTPSessionControlInfo &) |
Protected Member Functions inherited from inet::rtp::RTPControlInfo | |
bool | operator== (const RTPControlInfo &) |
Protected Attributes | |
uint32_t | ssrc |
Protected Attributes inherited from inet::rtp::RTPControlInfo | |
short | type |
Private Member Functions | |
void | copy (const RTPSessionControlInfo &other) |
Class generated from inet/transportlayer/rtp/RTPInterfacePacket.msg:71
by nedtool.
// base class class RTPSessionControlInfo extends RTPControlInfo { uint32 ssrc; }
inet::rtp::RTPSessionControlInfo::RTPSessionControlInfo | ( | ) |
inet::rtp::RTPSessionControlInfo::RTPSessionControlInfo | ( | const RTPSessionControlInfo & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::rtp::RTPControlInfo.
Reimplemented in inet::rtp::RTPCISenderModuleDeleted, inet::rtp::RTPCIDeleteSenderModule, inet::rtp::RTPCISenderModuleCreated, inet::rtp::RTPCICreateSenderModule, inet::rtp::RTPCISenderStatus, inet::rtp::RTPCISenderControl, and inet::rtp::RTPCISessionEntered.
|
virtual |
Referenced by inet::rtp::RTP::createSenderModule(), and inet::rtp::RTP::deleteSenderModule().
RTPSessionControlInfo& inet::rtp::RTPSessionControlInfo::operator= | ( | const RTPSessionControlInfo & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::rtp::RTPControlInfo.
Reimplemented in inet::rtp::RTPCISenderModuleDeleted, inet::rtp::RTPCIDeleteSenderModule, inet::rtp::RTPCISenderModuleCreated, inet::rtp::RTPCICreateSenderModule, inet::rtp::RTPCISenderStatus, inet::rtp::RTPCISenderControl, and inet::rtp::RTPCISessionEntered.
Referenced by inet::rtp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::rtp::RTPControlInfo.
Reimplemented in inet::rtp::RTPCISenderModuleDeleted, inet::rtp::RTPCIDeleteSenderModule, inet::rtp::RTPCISenderModuleCreated, inet::rtp::RTPCICreateSenderModule, inet::rtp::RTPCISenderStatus, inet::rtp::RTPCISenderControl, and inet::rtp::RTPCISessionEntered.
Referenced by inet::rtp::doParsimUnpacking().
|
virtual |
|
protected |