|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
#include <globaldatabase.h>


Classes | |
| struct | dynamic_agent_caster |
Public Member Functions | |
| GlobalDataBase () | |
| virtual | ~GlobalDataBase () |
| virtual AgentList & | getAgents ()=0 |
| void | createConfigurator () |
| Creates the Configurator and, if already exists, destroys the old one. More... | |
| void | removeConfigurator () |
| Destroys the Configurator if it was created. More... | |
| bool | isConfiguratorOpen () |
Public Attributes | |
| ConfigurableList | configs |
| lpzrobots::ConfiguratorProxy * | configurator |
| GlobalDataBase | ( | ) |
|
virtual |
| void createConfigurator | ( | ) |
Creates the Configurator and, if already exists, destroys the old one.
|
pure virtual |
Implemented in GlobalData.
| bool isConfiguratorOpen | ( | ) |
| void removeConfigurator | ( | ) |
Destroys the Configurator if it was created.
| ConfigurableList configs |
| lpzrobots::ConfiguratorProxy* configurator |