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.

00034            {
00035     DIR_DOWN, DIR_UP, DIR_LEFT, DIR_RIGHT
00036 };

Generated on Wed May 26 16:21:15 2010 for OverSim by  doxygen 1.6.3