Simple Module TriggerTable

Package: oversim.applications.i3
File: src/applications/i3/TriggerTable.ned

Simple module to display stored triggers.

Author: Antonio Zea

TriggerTable

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.

Used in compound modules:

Name Type Description
OverlayI3 compound module

Container for I3 module and trigger table

Author: Antonio Zea

Properties:

Name Value Description
display i=block/table

Source code:

// Simple module to display stored triggers.
// @author Antonio Zea
simple TriggerTable
{
    parameters:
        @display("i=block/table");
}