|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/rtp/RtpInterfacePacket.msg:57 by opp_msgtool.
More...
#include <RtpInterfacePacket_m.h>
Public Member Functions | |
| RtpCiEnterSession () | |
| RtpCiEnterSession (const RtpCiEnterSession &other) | |
| virtual | ~RtpCiEnterSession () |
| RtpCiEnterSession & | operator= (const RtpCiEnterSession &other) |
| virtual RtpCiEnterSession * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual const char * | getCommonName () const |
| virtual void | setCommonName (const char *commonName) |
| virtual const char * | getProfileName () const |
| virtual void | setProfileName (const char *profileName) |
| virtual int | getBandwidth () const |
| virtual void | setBandwidth (int bandwidth) |
| virtual const ::inet::Ipv4Address & | getDestinationAddress () const |
| virtual ::inet::Ipv4Address & | getDestinationAddressForUpdate () |
| virtual void | setDestinationAddress (const ::inet::Ipv4Address &destinationAddress) |
| virtual int | getPort () const |
| virtual void | setPort (int port) |
Public Member Functions inherited from inet::rtp::RtpControlInfo | |
| RtpControlInfo () | |
| RtpControlInfo (const RtpControlInfo &other) | |
| virtual | ~RtpControlInfo () |
| RtpControlInfo & | operator= (const RtpControlInfo &other) |
| virtual RtpIfpType | getType () const |
| virtual void | setType (RtpIfpType type) |
Protected Member Functions | |
| bool | operator== (const RtpCiEnterSession &)=delete |
Protected Member Functions inherited from inet::rtp::RtpControlInfo | |
| bool | operator== (const RtpControlInfo &)=delete |
Protected Attributes | |
| ::omnetpp::opp_string | commonName |
| ::omnetpp::opp_string | profileName |
| int | bandwidth = 0 |
| ::inet::Ipv4Address | destinationAddress |
| int | port = 0 |
Protected Attributes inherited from inet::rtp::RtpControlInfo | |
| RtpIfpType | type = static_cast<inet::rtp::RtpIfpType>(-1) |
Private Member Functions | |
| void | copy (const RtpCiEnterSession &other) |
Class generated from inet/transportlayer/rtp/RtpInterfacePacket.msg:57 by opp_msgtool.
// App to ~Rtp class RtpCiEnterSession extends RtpControlInfo { type = RTP_IFP_ENTER_SESSION; string commonName; string profileName; int bandwidth; Ipv4Address destinationAddress; int port; }
| inet::rtp::RtpCiEnterSession::RtpCiEnterSession | ( | ) |
| inet::rtp::RtpCiEnterSession::RtpCiEnterSession | ( | const RtpCiEnterSession & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::rtp::RtpControlInfo.
|
virtual |
Referenced by inet::rtp::Rtp::enterSession().
|
virtual |
Referenced by inet::rtp::Rtp::enterSession().
|
virtual |
Referenced by inet::rtp::Rtp::enterSession().
|
inline |
|
virtual |
Referenced by inet::rtp::Rtp::enterSession().
|
virtual |
Referenced by inet::rtp::Rtp::enterSession().
| RtpCiEnterSession& inet::rtp::RtpCiEnterSession::operator= | ( | const RtpCiEnterSession & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::rtp::RtpControlInfo.
Referenced by inet::rtp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::rtp::RtpControlInfo.
Referenced by inet::rtp::doParsimUnpacking().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |