used as a self packet containing the position, direction and BorderPolicy
Author: Daniel Willkomm
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. 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 |
// 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 }