orca-robotics INTRODUCTION Overview Download and Install Quick Start Documentation Publications REPOSITORY Interfaces Components Libraries Utilities Software Map DEVELOPER Tutorials Examples Dev Guide Dashboard Wiki login/pass: orca/orca PEOPLE Contributors Users Project Download Mailing lists
|
orca::Replay Interface ReferenceInterface to the log playing process.
More...
|
Public Member Functions | |
idempotent ReplayData | getData () throws DataNotExistException |
Returns replay status. | |
idempotent void | start () |
idempotent void | stop () |
idempotent void | pause () |
idempotent void | unpause () |
|
Temporarily stops replaying data set. If the process is already paused, does nothing. |
|
Starts replaying data set. If a data set is already started, does nothing. |
|
Stops replaying current data set. If no data set exists, does nothing. |
|
Resumes replaying data from the current data set. If the process is not paused, does nothing. |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)