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 | (no description) |
| Name | Type | Description |
|---|---|---|
| entry_count | int | |
| neighborNode | NodeHandle[] | |
| neighbor_posX | double[] | |
| neighbor_posY | double[] |
message VastListMessage extends VastMessage // JOIN_ACKNOWLEDGE, NEW_NEIGHBORS, NODE_LEAVE { fields: int entry_count; NodeHandle neighborNode[]; double neighbor_posX[]; double neighbor_posY[]; };