#include <custom_command_action.hpp>
◆ CustomCommand() [1/4]
openscenario_interpreter::syntax::CustomCommand::CustomCommand |
( |
| ) |
|
|
default |
◆ CustomCommand() [2/4]
openscenario_interpreter::syntax::CustomCommand::CustomCommand |
( |
const CustomCommand & |
| ) |
|
|
default |
◆ CustomCommand() [3/4]
openscenario_interpreter::syntax::CustomCommand::CustomCommand |
( |
CustomCommand && |
| ) |
|
|
default |
◆ CustomCommand() [4/4]
openscenario_interpreter::syntax::CustomCommand::CustomCommand |
( |
const std::vector< std::string > & |
parameters | ) |
|
|
inlineexplicit |
◆ ~CustomCommand()
virtual openscenario_interpreter::syntax::CustomCommand::~CustomCommand |
( |
| ) |
|
|
virtualdefault |
◆ accomplished()
virtual auto openscenario_interpreter::syntax::CustomCommand::accomplished |
( |
| ) |
-> bool |
|
inlinevirtualnoexcept |
◆ endsImmediately()
virtual auto openscenario_interpreter::syntax::CustomCommand::endsImmediately |
( |
| ) |
const -> bool |
|
inlinevirtual |
◆ run()
virtual auto openscenario_interpreter::syntax::CustomCommand::run |
( |
| ) |
-> void |
|
inlinevirtualnoexcept |
◆ start()
virtual auto openscenario_interpreter::syntax::CustomCommand::start |
( |
const Scope & |
| ) |
-> void |
|
inlinevirtual |
Reimplemented in openscenario_interpreter::syntax::PrintParameter, openscenario_interpreter::syntax::DummyLongRunningAction, openscenario_interpreter::syntax::ApplyWalkStraightAction, openscenario_interpreter::syntax::ForkExecCommand, openscenario_interpreter::syntax::TestCommand, openscenario_interpreter::syntax::ExitFailure, openscenario_interpreter::syntax::ExitSuccess, openscenario_interpreter::syntax::DebugSegmentationFault, openscenario_interpreter::syntax::DebugError, openscenario_interpreter::syntax::ApplyV2ITrafficSignalStateAction, openscenario_interpreter::syntax::ApplyRequestToCorporateCommandAction< Version >, openscenario_interpreter::syntax::ApplyPseudoTrafficSignalDetectorConfidenceSetAction< Version >, and openscenario_interpreter::syntax::ApplyFaultInjectionAction< Version >.
◆ parameters
const std::vector<std::string> openscenario_interpreter::syntax::CustomCommand::parameters |
The documentation for this struct was generated from the following file: