#include <stdio.h>
#include <list>
#include "types.h"
#include "trackrobots.h"
Include dependency graph for agent.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 option and internal data for the use of an external plot util like guilogger or neuronviz. More... | |
| class | Agent |
| Object containing controller, robot and wiring between them. More... | |
Enumerations | |
| enum | PlotMode { NoPlot, GuiLogger, GuiLogger_File, NeuronViz } |
| Plot mode for plot agent. More... | |
| enum | PlotSensors { Robot, Controller } |
| Plot either sensors from robot or from controller (there can be a difference depending on the used wiring). More... | |
|
|
Plot mode for plot agent.
|
|
|
Plot either sensors from robot or from controller (there can be a difference depending on the used wiring).
|
1.4.5