|
iCub-main
|
#include <dumperThread.h>
Inheritance diagram for boardDumperThread:Public Member Functions | |
| void | setDevice (PolyDriver *board_d, PolyDriver *debug_d, int rate, std::string portPrefix, std::string dataToDump, bool logOnDisk) |
| boardDumperThread () | |
| ~boardDumperThread () | |
| bool | threadInit () |
| void | setThetaMap (int *, int) |
| void | threadRelease () |
| void | run () |
| void | setGetter (GetData *) |
Definition at line 33 of file dumperThread.h.
| boardDumperThread::boardDumperThread | ( | ) |
Definition at line 118 of file dumperThread.cpp.
| boardDumperThread::~boardDumperThread | ( | ) |
Definition at line 72 of file dumperThread.cpp.
| void boardDumperThread::run | ( | ) |
Definition at line 155 of file dumperThread.cpp.
| void boardDumperThread::setDevice | ( | PolyDriver * | board_d, |
| PolyDriver * | debug_d, | ||
| int | rate, | ||
| std::string | portPrefix, | ||
| std::string | dataToDump, | ||
| bool | logOnDisk | ||
| ) |
Definition at line 31 of file dumperThread.cpp.
| void boardDumperThread::setGetter | ( | GetData * | g | ) |
Definition at line 90 of file dumperThread.cpp.
| void boardDumperThread::setThetaMap | ( | int * | map, |
| int | n | ||
| ) |
Definition at line 76 of file dumperThread.cpp.
| bool boardDumperThread::threadInit | ( | ) |
Definition at line 95 of file dumperThread.cpp.
| void boardDumperThread::threadRelease | ( | ) |
Definition at line 139 of file dumperThread.cpp.