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.
VastMessage | Base message for all messages used by Vast JOIN_REQUEST, ENCLOSING_NEIGHBORS_REQUEST, PING, PONG |
Name | Type | Description |
---|---|---|
neighborNode | NodeHandle[] | |
neighborPos | Vector2D[] | |
requestEnclosingNeighbors | bool |
message VastListMessage extends VastMessage // JOIN_ACKNOWLEDGE, NEW_NEIGHBORS, NODE_LEAVE { fields: NodeHandle neighborNode[]; Vector2D neighborPos[]; bool requestEnclosingNeighbors; };