|
scenario_simulator_v2 C++ API
|


Public Member Functions | |
| ForkExecCommand (const std::string &type, const std::string &content) | |
| 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 |
Public Attributes | |
| const std::string | type |
| const std::string | content |
Public Attributes inherited from openscenario_interpreter::syntax::CustomCommand | |
| const std::vector< std::string > | parameters |
|
inlineexplicit |
|
inlineoverridevirtual |
Reimplemented from openscenario_interpreter::syntax::CustomCommand.
| const std::string openscenario_interpreter::syntax::ForkExecCommand::content |
| const std::string openscenario_interpreter::syntax::ForkExecCommand::type |