Simple Module RTPProfile

File: Transport/RTP/RTPProfile.ned

C++ definition: click here

(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.

Parameters:

Name Type Description
autoOutputFileNames string

Gates:

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

Source code:

simple RTPProfile

	parameters:
		autoOutputFileNames: string;

	gates:
		in: fromRTP, fromPayloadSender, fromPayloadReceiver[];
		out: toRTP, toPayloadSender, toPayloadReceiver[];

endsimple