RobWorkProject  23.9.11-
Public Member Functions | Public Attributes | List of all members
EngineTest::Failure Struct Reference

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.
 

Detailed Description

Format for a failure to an engine test.

Constructor & Destructor Documentation

◆ Failure()

Failure ( double  time,
const std::string &  description 
)

Construct failure.

Parameters
time[in] the simulation time when the failure occurred.
description[in] a description of the error.

The documentation for this struct was generated from the following file: