Simple Module RCTrafficSourceApp

Package: ttethernet.applications.trafficsource
File: src/applications/trafficsource/RCTrafficSourceApp.ned

C++ definition

TODO auto-generated module

RCTrafficSourceApp

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.

Extends:

Name Type Description
TrafficSourceAppBase simple module

TODO auto-generated module

Parameters:

Name Type Default value Description
buffers string ""

Comma seperated list of buffer modules the application is allowed to use

buffers_manual bool false
payload int 46Byte
ct_id int -1
interval double

Properties:

Name Value Description
class RCTrafficSourceApp
display i=,orange

Gates:

Name Direction Size Description
TTin input
RCin input
schedulerIn input

Input gate for the incoming SchedulerActionTimeEvent messages

syncIn input

Input gate for the incoming SynchronizationNotification messages

Source code:

//
// TODO auto-generated module
//
simple RCTrafficSourceApp extends TrafficSourceAppBase
{
    parameters:
        @class(RCTrafficSourceApp);
        volatile double interval @unit(s);
        @display("i=,orange");
}