RtpPayloadSender

Package: inet.transportlayer.rtp

RtpPayloadSender

simple module

(no description)

Inheritance diagram

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

Gates

Name Direction Size Description
profileIn input
profileOut output

Source code

simple RtpPayloadSender like IRtpPayloadSender
{
    gates:
        input profileIn @labels(RtpInnerPacket);
        output profileOut @labels(RtpInnerPacket);
}

File: src/inet/transportlayer/rtp/RtpPayloadSender.ned