Simple Module RTCP

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

C++ definition: click here

RTCP end system.

RTCP

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
fromRTP input
fromUDP input
toRTP output
toUDP output

Source code:

//
// RTCP end system.
//
simple RTCP
{
    gates:
        input fromRTP;
        input fromUDP;
        output toRTP;
        output toUDP;
}