Packet VastMoveMessage

File: src/overlay/vast/Vast.msg

C++ definition

NODE_MOVE

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

Name Type Description
VastMessage packet

Base message for all messages used by Vast JOIN_REQUEST, ENCLOSING_NEIGHBORS_REQUEST, PING, PONG

Fields:

Name Type Description
newPos Vector2D
is_boundary bool
request_list bool
command int
sourceNode NodeHandle
destKey OverlayKey
pos Vector2D
neighborCount int
type int

message type

statType int

message type for stats

Source code:

packet VastMoveMessage extends VastMessage // NODE_MOVE
{
    Vector2D newPos;
    bool is_boundary = false;
    bool request_list = false;
}