scenario_simulator_v2 C++ API
|
Namespaces | |
junit | |
scenario_simulator_exception | |
Classes | |
class | StatusMonitor |
struct | Error |
struct | AutowareError |
Autoware encountered some problem that led to a simulation failure. More... | |
struct | SemanticError |
Although there were no syntactic errors in the description of the scenario, differences in meaning and inconsistencies were found. More... | |
struct | SimulationError |
A problem occurred that interfered with the continuation of the simulation. More... | |
struct | SpecificationViolation |
When simulator detects specification violation in simulation. More... | |
struct | SyntaxError |
There is a syntactic error in the description of the scenario. Or you are using a feature that is not yet supported by our implementation. More... | |
struct | Pass |
struct | Failure |
struct | Properties |
struct | Property |
struct | SimpleTestCase |
struct | SimpleTestSuite |
struct | SimpleTestSuites |
Typedefs | |
using | Skipped = xs::string |
using | SystemOut = xs::string |
using | SystemErr = xs::string |
using | JUnit5 = SimpleTestSuites |
Functions | |
template<typename F , typename T > | |
constexpr decltype(auto) | fold_left (F &&, T &&x) |
template<typename F , typename T , typename U , typename... Ts> | |
constexpr decltype(auto) | fold_left (F &&f, T &&x, U &&y, Ts &&... xs) |
template<typename F , typename T > | |
constexpr decltype(auto) | fold_right (F &&, T &&x) |
template<typename F , typename T , typename... Ts> | |
constexpr decltype(auto) | fold_right (F &&f, T &&x, Ts &&... xs) |
Variables | |
auto | concatenate |
class common::StatusMonitor | status_monitor |
class common::StatusMonitor common::status_monitor |