Message SimpleClientListMessage

File: Overlay/Vast/Vast.msg

(no description)

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

SimpleClientMessage (no description)

Fields:

Name Type Description
remove_entry_count int
remove_neighbor NodeHandle[]
add_entry_count int
add_neighbor NodeHandle[]
add_neighbor_posX double[]
add_neighbor_posY double[]

Source code:

message SimpleClientListMessage extends SimpleClientMessage // UPDATE_NEIGHBORS
{
    fields:
        int remove_entry_count;
        NodeHandle remove_neighbor[];
        int add_entry_count;
        NodeHandle add_neighbor[];
        double add_neighbor_posX[];
        double add_neighbor_posY[];
};