#include <LogPlay.hh>
|
bool | IsOpen () const |
| Return true if a file is open.
|
|
void | Open (const std::string &_logFile) |
| Open a log file for reading.
|
|
bool | Step (std::string &_data) |
| Step through the open log file.
|
|
bool gazebo::common::LogPlay::IsOpen |
( |
| ) |
const |
Return true if a file is open.
- Returns
- True if a log file is open.
void gazebo::common::LogPlay::Open |
( |
const std::string & |
_logFile | ) |
|
Open a log file for reading.
Open a log file that was previously recorded.
- Parameters
-
[in] | _logFile | The file to load |
- Exceptions
-
bool gazebo::common::LogPlay::Step |
( |
std::string & |
_data | ) |
|
Step through the open log file.
- Parameters
-
[out] | _data | Data from next entry in the log file. |
The documentation for this class was generated from the following file: