Simple Module BaseArp

Package: org.mixim.base.modules
File: base/modules/BaseArp.ned

C++ definition

Module which is responsible for Addressresolution

BaseArp

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.

Known subclasses:

ArpHost (simple module)

Uses host index as network and MAC address.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

BaseNode (compound module) (no description)
Host80211 (compound module)

Example host module using an 802.11 Network interface card.

HostBasic (compound module)

Example host module for a basic MiXiM host with configurable NIC, network layer, application layer and mobility module.

PhyMacHost (compound module) (no description)
PhyMacHost (compound module) (no description)
PhyMacHost (compound module) (no description)

Parameters:

Name Type Default value Description
notAffectedByHostState bool true
coreDebug bool

debug switch for the core framework

Source code:

// Module which is responsible for Addressresolution
simple BaseArp
{
    parameters:
        bool notAffectedByHostState = true;
        bool coreDebug; // debug switch for the core framework
}