(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
| BurstApplLayer (simple module) |
Application layer to test lower layer implementations |
| 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 |
| Name | Value | Description |
|---|---|---|
| class | BurstApplLayerBattery |
| 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 |
simple BurstApplLayerBattery extends BurstApplLayer { parameters: @class(BurstApplLayerBattery); }