Enum ManetControlType

File: src/networklayer/ipv4/ControlManetRouting.msg

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Source code:

enum ManetControlType
{

    MANET_ROUTE_NO_OPTION = 0;
    MANET_ROUTE_UPDATE = 1;
    MANET_ROUTE_NOROUTE = 2;
}