Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
globaldata.h File Reference
#include <vector>
#include <map>
#include "odehandle.h"
#include "odeconfig.h"
#include "sound.h"
#include "tmpobject.h"
#include <selforg/plotoption.h>
#include <selforg/globaldatabase.h>
#include <selforg/backcallervector.h>
Include dependency graph for globaldata.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GlobalData
 Data structure holding all essential global information. More...
 

Namespaces

 lpzrobots
 forward declarations
 

Typedefs

typedef std::vector
< AbstractObstacle * > 
ObstacleList
 
typedef
Configurable::configurableList 
ConfigList
 
typedef BackCallerVector
< OdeAgent * > 
OdeAgentList
 
typedef std::list< Sound > SoundList
 
typedef std::multimap< double,
TmpObject * > 
TmpObjectMap
 
typedef std::list< std::pair
< double, TmpObject * > > 
TmpObjectList