Module Interface IRTPPayloadSender

Package: inet.transportlayer.rtp
File: src/inet/transportlayer/rtp/RTPPayloadSender.ned

Interface for RTP Payload Senders.

These modules are internal to the RTP module; instances are created and connected dynamically by RTPProfile.

IRTPPayloadSender

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Source code:

//
// Interface for RTP Payload Senders.
//
// These modules are internal to the ~RTP module; instances are created
// and connected dynamically by ~RTPProfile.
//
moduleinterface IRTPPayloadSender
{
    gates:
        input profileIn @labels(RTPInnerPacket);
        output profileOut @labels(RTPInnerPacket);
}