Message BorderMsg

File: core/basicMessages/BorderMsg.msg

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

Author: Daniel Willkomm

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

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:

message BorderMsg
{
    fields:
        int policy;    // border policy to use for the host
        Coord startPos; // new start position of the host
	Coord direction; // new direction of the host
};