Simple Module RTPModule

File: Transport/RTP/RTPModule.ned

(no description)

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

RTPModule RTPLayer

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 (no description)

Gates:

Name Direction Description
fromApp input
fromProfile input
fromRTCP input
fromSocketLayer input
toApp output
toProfile output
toRTCP output
toSocketLayer output

Source code:

simple RTPModule

	gates:
		in: fromApp, fromProfile, fromRTCP, fromSocketLayer;
		out: toApp, toProfile, toRTCP, toSocketLayer;

endsimple