Simple Module TTEAPITestApplication

Package: ttethernet.applications.api
File: src/applications/api/TTEAPITestApplication.ned

C++ definition

TODO auto-generated module

TTEAPITestApplication

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
TTEAPIApplicationBase 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 TTEAPITestApplication

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 TTEAPITestApplication extends TTEAPIApplicationBase
{
    @class(TTEAPITestApplication);
}