25 #ifndef __GLOBALDATABASE_H_ 
   26 #define __GLOBALDATABASE_H_ 
   31 #ifndef NOCONFIGURATOR 
   33   class ConfiguratorProxy;
 
   68 #ifndef NOCONFIGURATOR 
GlobalDataBase()
Definition: globaldatabase.cpp:33
 
Establishes for some methods the notifications for registered Callbackable instances (use addCallback...
Definition: configurablelist.h:38
 
virtual AgentList & getAgents()=0
 
void createConfigurator()
Creates the Configurator and, if already exists, destroys the old one. 
Definition: globaldatabase.cpp:39
 
virtual ~GlobalDataBase()
Definition: globaldatabase.cpp:37
 
The Agent contains a controller, a robot and a wiring, which connects robot and controller. 
Definition: agent.h:52
 
Definition: globaldatabase.h:39
 
Definition: globaldatabase.h:47
 
ConfigurableList configs
Definition: globaldatabase.h:66
 
void removeConfigurator()
Destroys the Configurator if it was created. 
Definition: globaldatabase.cpp:49
 
std::vector< Agent * > AgentList
Definition: globaldatabase.h:37
 
bool isConfiguratorOpen()
Definition: globaldatabase.cpp:45
 
lpzrobots::ConfiguratorProxy * configurator
Definition: globaldatabase.h:69
 
Agent * operator()(Derived instance)
Definition: globaldatabase.h:48