#include "globaldata.h"
Include dependency graph for console.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | lpzrobots |
Functions | |
void | lpzrobots::initializeConsole () |
should be called at the start | |
void | lpzrobots::closeConsole () |
should be called at the end (to store history) | |
bool | lpzrobots::handleConsole (GlobalData &globalData) |
offers a console interface the possibility to change parameter of all configurable objects in globalData storeing and restoreing of controllers . |