#include <stdio.h>
#include <list>
#include <utility>
#include <string>
#include "types.h"
#include "randomgenerator.h"
Include dependency graph for wiredcontroller.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | PlotOption |
This class contains options for the use of an external plot utility like guilogger or neuronviz or just simply file output. More... | |
struct | PlotOption::matchMode |
nice predicate function for finding by mode More... | |
class | WiredController |
The WiredController contains a controller and a wiring, which connects the controller with the robot. More... | |
Enumerations | |
enum | PlotMode { NoPlot, File, GuiLogger, GuiLogger_File, NeuronViz, SoundMan, ECBRobotGUI, LastPlot } |
Output mode for agent. More... | |
enum | PlotSensors { Robot, Controller } |
Output either sensors from robot or from controller (there can be a difference depending on the used wiring). More... |
enum PlotMode |
Output mode for agent.
enum PlotSensors |