Simple Module RTPPayloadReceiver

File: Transport/RTP/RTPPayloadReceiver.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
outputFileName string

Gates:

Name Direction Description
fromProfile input
toProfile output

Source code:

simple RTPPayloadReceiver

	parameters:
		outputFileName: string;
		
	gates:
		in: fromProfile;
		out: toProfile;

endsimple