|
INET Framework for OMNeT++/OMNEST
|
#include <omnetpp.h>#include "inet/common/INETDefs_m.h"#include "inet/common/packet/chunk/Chunk_m.h"#include "inet/transportlayer/rtp/Reports_m.h"#include "inet/transportlayer/rtp/Sdes.h"Classes | |
| class | inet::rtp::RtcpPacket |
Class generated from inet/transportlayer/rtp/RtcpPacket.msg:27 by opp_msgtool. More... | |
| class | inet::rtp::RtcpReceiverReportPacket |
Class generated from inet/transportlayer/rtp/RtcpPacket.msg:43 by opp_msgtool. More... | |
| class | inet::rtp::RtcpSdesPacket |
Class generated from inet/transportlayer/rtp/RtcpPacket.msg:57 by opp_msgtool. More... | |
| class | inet::rtp::RtcpByePacket |
Class generated from inet/transportlayer/rtp/RtcpPacket.msg:68 by opp_msgtool. More... | |
| class | inet::rtp::RtcpSenderReportPacket |
Class generated from inet/transportlayer/rtp/RtcpPacket.msg:76 by opp_msgtool. More... | |
Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
| inet::rtp | |
| omnetpp | |
Macros | |
| #define | MSGC_VERSION 0x0600 |
| #define | INET_API |
Enumerations | |
| enum | inet::rtp::RtcpPacketType { inet::rtp::RTCP_PT_UNDEF = 0, inet::rtp::RTCP_PT_SR = 200, inet::rtp::RTCP_PT_RR = 201, inet::rtp::RTCP_PT_SDES = 202, inet::rtp::RTCP_PT_BYE = 203 } |
Enum generated from inet/transportlayer/rtp/RtcpPacket.msg:18 by opp_msgtool. More... | |
Functions | |
| void | inet::rtp::doParsimPacking (omnetpp::cCommBuffer *b, const RtcpPacketType &e) |
| void | inet::rtp::doParsimUnpacking (omnetpp::cCommBuffer *b, RtcpPacketType &e) |
| void | inet::rtp::doParsimPacking (omnetpp::cCommBuffer *b, const RtcpPacket &obj) |
| void | inet::rtp::doParsimUnpacking (omnetpp::cCommBuffer *b, RtcpPacket &obj) |
| void | inet::rtp::doParsimPacking (omnetpp::cCommBuffer *b, const RtcpReceiverReportPacket &obj) |
| void | inet::rtp::doParsimUnpacking (omnetpp::cCommBuffer *b, RtcpReceiverReportPacket &obj) |
| void | inet::rtp::doParsimPacking (omnetpp::cCommBuffer *b, const RtcpSdesPacket &obj) |
| void | inet::rtp::doParsimUnpacking (omnetpp::cCommBuffer *b, RtcpSdesPacket &obj) |
| void | inet::rtp::doParsimPacking (omnetpp::cCommBuffer *b, const RtcpByePacket &obj) |
| void | inet::rtp::doParsimUnpacking (omnetpp::cCommBuffer *b, RtcpByePacket &obj) |
| void | inet::rtp::doParsimPacking (omnetpp::cCommBuffer *b, const RtcpSenderReportPacket &obj) |
| void | inet::rtp::doParsimUnpacking (omnetpp::cCommBuffer *b, RtcpSenderReportPacket &obj) |
| template<> | |
| inet::ApplicationPacket * | omnetpp::fromAnyPtr (any_ptr ptr) |
| #define INET_API |
| #define MSGC_VERSION 0x0600 |