Simple Module TTEApplicationBase

Package: ttethernet.applications.base
File: src/applications/base/TTEApplicationBase.ned

C++ definition

TODO auto-generated module

TTEApplicationBase

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.

Known subclasses:

Name Type Description
TrafficSourceAppBase simple module

TODO auto-generated module

TTEAPIApplicationBase simple module

TODO auto-generated module

TTETestApp 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

Properties:

Name Value Description
class TTEApplicationBase

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 TTEApplicationBase like ITTEApplication
{
    parameters:
        @class(TTEApplicationBase);
        //Comma seperated list of buffer modules the application is allowed to use
        string buffers = default("");
        bool buffers_manual = default(false);
    gates:
        input TTin @directIn @labels(CTFrame);
        input RCin @directIn @labels(CTFrame);
        //Input gate for the incoming SchedulerActionTimeEvent messages
        input schedulerIn @directIn;
        //Input gate for the incoming SynchronizationNotification messages
        input syncIn @directIn;
}