Simple Module RTPPayloadSender

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

C++ definition

(no description)

RTPPayloadSender

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.

Gates:

Name Direction Size Description
profileIn input
profileOut output

Source code:

simple RTPPayloadSender like IRTPPayloadSender
{
    gates:
        input profileIn @labels(RTPInnerPacket);
        output profileOut @labels(RTPInnerPacket);
}