Packet BorderMsg

File: src/base/messages/BorderMsg.msg

used as a self packet containing the position, direction and BorderPolicy

Author: Daniel Willkomm

Usage diagram:

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

BorderMsg

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.

BorderMsg

Fields:

Name Type Description
policy int

border policy to use for the host

startPos Coord

new start position of the host

direction Coord

new direction of the host

Source code:

// used as a self packet containing the position, direction and BorderPolicy
//
// @author Daniel Willkomm
//
packet BorderMsg
{
    int policy;    // border policy to use for the host
    Coord startPos; // new start position of the host
    Coord direction; // new direction of the host
}