| scenario_simulator_v2 C++ API
    | 


| Public Member Functions | |
| template<typename... Ts> | |
| ApplyFaultInjectionAction (Ts &&... xs) | |
| auto | start (const Scope &) -> void override | 
|  Public Member Functions inherited from openscenario_interpreter::syntax::CustomCommand | |
| CustomCommand ()=default | |
| CustomCommand (const CustomCommand &)=default | |
| CustomCommand (CustomCommand &&)=default | |
| CustomCommand (const std::vector< std::string > ¶meters) | |
| virtual | ~CustomCommand ()=default | 
| virtual auto | accomplished () noexcept -> bool | 
| virtual auto | endsImmediately () const -> bool | 
| virtual auto | run () noexcept -> void | 
| Static Public Member Functions | |
| static auto | node () -> auto & | 
| static auto | publisher () -> auto & | 
| Additional Inherited Members | |
|  Public Attributes inherited from openscenario_interpreter::syntax::CustomCommand | |
| const std::vector< std::string > | parameters | 
| 
 | inlineexplicit | 
| 
 | inlinestatic | 
| 
 | inlinestatic | 
| 
 | inlineoverridevirtual | 
Reimplemented from openscenario_interpreter::syntax::CustomCommand.