Simple Module RTPProfile

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

C++ definition: click here

(no description)

RTPProfile

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.

Parameters:

Name Type Default value Description
autoOutputFileNames bool

Gates:

Name Direction Size Description
fromRTP input
fromPayloadSender input
fromPayloadReceiver [ ] input
toRTP output
toPayloadSender output
toPayloadReceiver [ ] output

Source code:

simple RTPProfile
{
    parameters:
        bool autoOutputFileNames;

    gates:
        input fromRTP;
        input fromPayloadSender;
        input fromPayloadReceiver[];
        output toRTP;
        output toPayloadSender;
        output toPayloadReceiver[];
}