| Name | Description |
|---|---|
| IBaseApplLayer (module interface) |
Interface for application layer modules |
package org.mixim.base.modules; // Interface for application layer modules moduleinterface IBaseApplLayer { parameters: int headerLength @unit("bit"); // length of the application message header (in bits) gates: input lowerGateIn; // from network layer output lowerGateOut; // to network layer input lowerControlIn; // control from network layer output lowerControlOut; // control to network layer }