iCub-main
|
#include <stereoCalibThread.h>
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 | ( | void | ) |
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 | ( | void | ) |
Definition at line 42 of file stereoCalibThread.cpp.
void stereoCalibThread::threadRelease | ( | void | ) |
Definition at line 357 of file stereoCalibThread.cpp.