|
iCub-main
|
#include <stereoCalibThread.h>
Inheritance diagram for stereoCalibThread:Public Member Functions | |
| stereoCalibThread (ResourceFinder &rf, Port *commPort, const char *imageDir) | |
| void | startCalib () |
| void | stopCalib () |
| bool | threadInit () |
| void | threadRelease () |
| void | run () |
| void | onStop () |
Definition at line 33 of file stereoCalibThread.h.
| stereoCalibThread::stereoCalibThread | ( | ResourceFinder & | rf, |
| Port * | commPort, | ||
| const char * | imageDir | ||
| ) |
Definition at line 6 of file stereoCalibThread.cpp.
| void stereoCalibThread::onStop | ( | ) |
Definition at line 372 of file stereoCalibThread.cpp.
| void stereoCalibThread::run | ( | ) |
Definition at line 120 of file stereoCalibThread.cpp.
| void stereoCalibThread::startCalib | ( | ) |
Definition at line 381 of file stereoCalibThread.cpp.
| void stereoCalibThread::stopCalib | ( | ) |
Definition at line 386 of file stereoCalibThread.cpp.
| bool stereoCalibThread::threadInit | ( | ) |
Definition at line 42 of file stereoCalibThread.cpp.
| void stereoCalibThread::threadRelease | ( | ) |
Definition at line 357 of file stereoCalibThread.cpp.