Simple Module RTP

Package: inet.transport.rtp
File: src/transport/rtp/RTP.ned

C++ definition: click here

RTP end system

RTP

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

RTPLayer (compound module) (no description)

Gates:

Name Direction Size Description
fromApp input
fromProfile input
fromRTCP input
fromUDPLayer input
toApp output
toProfile output
toRTCP output
toUDPLayer output

Source code:

//
// RTP end system
//
simple RTP
{
    gates:
        input fromApp;
        input fromProfile;
        input fromRTCP;
        input fromUDPLayer;
        output toApp;
        output toProfile;
        output toRTCP;
        output toUDPLayer;
}