49 #include <visp3/vs/vpServo.h>
62 char baseDirectory[FILENAME_MAX] ;
64 std::ofstream velocityFile ;
65 std::ofstream errorFile ;
66 std::ofstream errorNormFile ;
68 std::ofstream sStarFile ;
69 std::ofstream vNormFile ;
79 #ifndef DOXYGEN_SHOULD_SKIP_THIS
81 : velocityFile(), errorFile(), errorNormFile(), sFile(),
82 sStarFile(), vNormFile(), cmDeg(
false) {
90 vpServoData() : velocityFile(), errorFile(), errorNormFile(), sFile(), sStarFile(), vNormFile(), cmDeg(false) { ; }
98 void save(
const vpServo &task) ;
99 void open(
const char *baseDirectory) ;
error that can be emited by ViSP classes.
Save data during the task execution.