#include <omnetpp.h>#include <Vector2D.h>#include <BoundingBox2D.h>#include <TransportAddress.h>#include <list>#include "GlobalCoordinator.h"Go to the source code of this file.
Classes | |
| class | NeighborMapEntry |
| class | MovementGenerator |
| (Abstract) MovementGenerator class More... | |
Typedefs | |
| typedef std::map < TransportAddress, NeighborMapEntry > | NeighborMap |
| typedef std::list< BoundingBox2D > | CollisionList |
Enumerations | |
| enum | SCDir { DIR_DOWN, DIR_UP, DIR_LEFT, DIR_RIGHT } |
Definition in file MovementGenerator.h.
| typedef std::list<BoundingBox2D> CollisionList |
Definition at line 45 of file MovementGenerator.h.
| typedef std::map<TransportAddress, NeighborMapEntry> NeighborMap |
Definition at line 44 of file MovementGenerator.h.
| enum SCDir |
1.5.8