OverSim
MovementGenerator.h File Reference
#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< BoundingBox2DCollisionList

Enumerations

enum  SCDir { DIR_DOWN, DIR_UP, DIR_LEFT, DIR_RIGHT }

Detailed Description

Author
Helge Backhaus

Definition in file MovementGenerator.h.

Typedef Documentation

typedef std::list<BoundingBox2D> CollisionList

Definition at line 45 of file MovementGenerator.h.

Definition at line 44 of file MovementGenerator.h.

Enumeration Type Documentation

enum SCDir
Enumerator:
DIR_DOWN 
DIR_UP 
DIR_LEFT 
DIR_RIGHT 

Definition at line 34 of file MovementGenerator.h.