File: Overlay/Vast/Vast.msg
(no description)
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
SimpleClientMessage | (no description) |
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[] |
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[]; };