|
iMSTK
Interactive Medical Simulation Toolkit
|
Command for waiting. Used to let system continue running with no active commands. More...
#include <imstkProgrammableClient.h>


Public Member Functions | |
| void | activate (ProgrammableClient &pc) override |
| void | updateDevice (ProgrammableClient &) override |
| void | complete (ProgrammableClient &pc) override |
Additional Inherited Members | |
Public Attributes inherited from imstk::ProgrammableClient::Command | |
| CommandState | state = CommandState::WAITING |
| double | startTime = 0.0 |
| double | duration = 0.0 |
Command for waiting. Used to let system continue running with no active commands.
Definition at line 143 of file imstkProgrammableClient.h.
1.8.13