File: core/basicMessages/BorderMsg.msg
used as a self message containing the position, direction and BorderPolicy
Author: Daniel Willkomm
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

| 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 |
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 };