Simple Module BurstApplLayerBattery

Package: org.mixim.modules.application
File: modules/application/BurstApplLayerBattery.ned

C++ definition

(no description)

BurstApplLayerBattery

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:

BurstApplLayer (simple module)

Application layer to test lower layer implementations

Parameters:

Name Type Default value Description
coreDebug bool false

debug switch for base class (TestApplLayer)

debug bool

debug switch

headerLength int

length of the application message header (in bits)

burstSize int

size of the burst

Properties:

Name Value Description
class BurstApplLayerBattery

Gates:

Name Direction Size Description
lowerGateIn input

from network layer

lowerGateOut output

to network layer

lowerControlIn input

control from network layer

lowerControlOut output

control to network layer

Source code:

simple BurstApplLayerBattery extends BurstApplLayer
{
    parameters:
        @class(BurstApplLayerBattery);
}