![]() |
RobWorkProject
23.9.11-
|
Format for a failure to an engine test. More...
#include <EngineTest.hpp>
Public Member Functions | |
Failure (double time, const std::string &description) | |
Construct failure. More... | |
Public Attributes | |
double | time |
The simulation time when the failure occurred. | |
std::string | description |
A description of the error. | |
Format for a failure to an engine test.
Failure | ( | double | time, |
const std::string & | description | ||
) |
Construct failure.
time | [in] the simulation time when the failure occurred. |
description | [in] a description of the error. |