1 #ifndef MHO_MULTIHANDOVERDISPLAY_H
2 #define MHO_MULTIHANDOVERDISPLAY_H
4 #include "MultiHandOverUtils.hpp"
14 void playSolutionTrajSyncRT(
Task *task);
25 void setFps(
double fps){this->fps=fps;}
36 #endif // MHO_MULTIHANDOVERDISPLAY_H
Definition: MultiHandOverDisplay.h:9
void setFps(double fps)
set the number of frame per second used by playSolutionTrajSyncRT
Definition: MultiHandOverDisplay.h:25
bool updateSolutionTrajSyncStep(Task *task, double time)
return false when nothing to display (end)
Definition: MultiHandOverDisplay.cpp:18
bool stepForwardSolutionTrajSync(Task *task=0)
return false when nothing to display (end) if a task is given, resets the display ...
Definition: MultiHandOverDisplay.cpp:70
Definition: MultiHandOverUtils.hpp:328