|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/rtp/Reports.msg:48 by opp_msgtool.
More...
#include <Reports_m.h>
Public Member Functions | |
| ReceptionReport () | |
| ReceptionReport (const ReceptionReport &other) | |
| virtual | ~ReceptionReport () |
| ReceptionReport & | operator= (const ReceptionReport &other) |
| virtual ReceptionReport * | 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) |
| virtual uint8_t | getFractionLost () const |
| virtual void | setFractionLost (uint8_t fractionLost) |
| virtual int | getPacketsLostCumulative () const |
| virtual void | setPacketsLostCumulative (int packetsLostCumulative) |
| virtual uint32_t | getSequenceNumber () const |
| virtual void | setSequenceNumber (uint32_t sequenceNumber) |
| virtual int | getJitter () const |
| virtual void | setJitter (int jitter) |
| virtual int | getLastSR () const |
| virtual void | setLastSR (int lastSR) |
| virtual int | getDelaySinceLastSR () const |
| virtual void | setDelaySinceLastSR (int delaySinceLastSR) |
| virtual std::string | str () const override |
| Writes a short info about this ReceptionReport into the given string. More... | |
| virtual void | dump (std::ostream &os) const |
| Writes a longer info about this ReceptionReport into the given stream. More... | |
Protected Member Functions | |
| bool | operator== (const ReceptionReport &)=delete |
Protected Attributes | |
| uint32_t | ssrc = 0 |
| uint8_t | fractionLost = 0 |
| int | packetsLostCumulative = 0 |
| uint32_t | sequenceNumber = 0 |
| int | jitter = 0 |
| int | lastSR = 0 |
| int | delaySinceLastSR = 0 |
Private Member Functions | |
| void | copy (const ReceptionReport &other) |
Class generated from inet/transportlayer/rtp/Reports.msg:48 by opp_msgtool.
// // Rrepresents an RTP receiver report stored // in an RTPSenderReportPacket or RTPReceiverReport. // class ReceptionReport extends cObject { // The ssrc identifier of the sender this ~ReceptionReport is for. uint32_t ssrc;
// The fraction lost.
uint8_t fractionLost; // The number of packets expected minus the number of packets received.
int packetsLostCumulative; // The extended highest sequence number received.
uint32_t sequenceNumber; // The interarrival jitter.
int jitter; // The rtp time stamp of the last ~SenderReport received from this source.
int lastSR; // The delay since the last ~SenderReport from this sender has been
// received in units of 1/65536 seconds.
int delaySinceLastSR;
}
| inet::rtp::ReceptionReport::ReceptionReport | ( | ) |
| inet::rtp::ReceptionReport::ReceptionReport | ( | const ReceptionReport & | other | ) |
|
virtual |
|
private |
|
virtual |
Writes a longer info about this ReceptionReport into the given stream.
|
inlineoverridevirtual |
|
virtual |
Referenced by dump().
|
virtual |
Referenced by dump().
|
virtual |
Referenced by dump().
|
virtual |
Referenced by dump().
|
virtual |
Referenced by dump().
|
virtual |
Referenced by dump().
|
virtual |
| ReceptionReport& inet::rtp::ReceptionReport::operator= | ( | const ReceptionReport & | other | ) |
|
protecteddelete |
|
overridevirtual |
Referenced by inet::rtp::doParsimPacking().
|
overridevirtual |
Referenced by inet::rtp::doParsimUnpacking().
|
virtual |
Referenced by inet::rtp::RtpReceiverInfo::receptionReport().
|
virtual |
Referenced by inet::rtp::RtpReceiverInfo::receptionReport().
|
virtual |
Referenced by inet::rtp::RtpReceiverInfo::receptionReport().
|
virtual |
Referenced by inet::rtp::RtpReceiverInfo::receptionReport().
|
virtual |
Referenced by inet::rtp::RtpReceiverInfo::receptionReport().
|
virtual |
Referenced by inet::rtp::RtpReceiverInfo::receptionReport().
|
virtual |
Referenced by inet::rtp::RtpReceiverInfo::receptionReport().
|
overridevirtual |
Writes a short info about this ReceptionReport into the given string.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |