#include <agent.h>
Public Member Functions | |
| PlotOption () | |
| PlotOption (PlotMode mode, PlotSensors whichSensors=Controller, int interval=1, std::list< const Configurable * > confs=std::list< const Configurable * >()) | |
| virtual | ~PlotOption () |
| void | addConfigurable (const Configurable *) |
Private Member Functions | |
| bool | open () |
| opens the connections to the plot tool | |
| void | close () |
| closes the connections to the plot tool | |
Private Attributes | |
| FILE * | pipe |
| long | t |
| std::string | name |
| PlotMode | mode |
| PlotSensors | whichSensors |
| int | interval |
| std::list< const Configurable * > | configureables |
integration/main.cpp, and main.cpp.
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
closes the connections to the plot tool
|
|
|
opens the connections to the plot tool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8