#include <wiredcontroller.h>
Public Member Functions | |
PlotOption () | |
PlotOption (PlotMode mode, PlotSensors whichSensors=Controller, int interval=1, std::list< const Configurable * > confs=std::list< const Configurable * >(), std::string parameter="") | |
virtual | ~PlotOption () |
void | addConfigurable (const Configurable *) |
void | setName (const std::string &name) |
bool | open () |
opens the connections to the plot tool | |
void | close () |
closes the connections to the plot tool | |
Public Attributes | |
FILE * | pipe |
long | t |
int | interval |
std::string | name |
Friends | |
class | WiredController |
Classes | |
struct | matchMode |
nice predicate function for finding by mode More... |
PlotOption | ( | ) | [inline] |
PlotOption | ( | PlotMode | mode, | |
PlotSensors | whichSensors = Controller , |
|||
int | interval = 1 , |
|||
std::list< const Configurable * > | confs = std::list<const Configurable*>() , |
|||
std::string | parameter = "" | |||
) | [inline] |
virtual ~PlotOption | ( | ) | [inline, virtual] |
void addConfigurable | ( | const Configurable * | ) |
void close | ( | ) |
closes the connections to the plot tool
bool open | ( | ) |
opens the connections to the plot tool
void setName | ( | const std::string & | name | ) | [inline] |
friend class WiredController [friend] |
int interval |
std::string name |
FILE* pipe |
long t |