A widget that provides data logging functionality.
More...
#include <gui/DataLogger.hh>
A widget that provides data logging functionality.
gazebo::gui::DataLogger::DataLogger |
( |
QWidget * |
_parent = 0 | ) |
|
Constructor.
- Parameters
-
[in] | _parent | Parent widget pointer. |
virtual gazebo::gui::DataLogger::~DataLogger |
( |
| ) |
|
|
virtual |
void gazebo::gui::DataLogger::SetDestinationPath |
( |
QString |
_string | ) |
|
|
signal |
A signal used to set the destination path label.
- Parameters
-
[in] | _string | The log destination directory |
void gazebo::gui::DataLogger::SetDestinationURI |
( |
QString |
_string | ) |
|
|
signal |
A signal used to set the destination URI label.
- Parameters
-
[in] | _string | The log destination URI |
void gazebo::gui::DataLogger::SetSize |
( |
QString |
_string | ) |
|
|
signal |
A signal used to set the size label.
- Parameters
-
[in] | _string | String representation of size. |
void gazebo::gui::DataLogger::SetTime |
( |
QString |
_string | ) |
|
|
signal |
A signal used to set the time label.
- Parameters
-
[in] | _string | String representation of time. |
The documentation for this class was generated from the following file: