Simple Module TTTrafficSourceApp

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

C++ definition

TODO auto-generated module

TTTrafficSourceApp

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
action_time double
modulo int 1

Properties:

Name Value Description
class TTTrafficSourceApp
display i=,red

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 TTTrafficSourceApp extends TrafficSourceAppBase
{
    parameters:
        @class(TTTrafficSourceApp);
        @display("i=,red");

        double action_time @unit(s);

        int modulo = default(1);


}