LoadScenarioCommand Struct Reference

Command that drives scenario loadingLoadScenarioCommand contains the following properties: More...

Inheritance diagram for LoadScenarioCommand:
ICommand

Public Member Functions

virtual PlayerReturnCode execute (KernelFacade &kernelFacade) const override
 Execute the command. More...
 

Detailed Description

Command that drives scenario loading

LoadScenarioCommand contains the following properties:

Author
cgarraud (INRIA)
Date
2016-01-26
  • ScenarioFile: Path to xml scenario file (mandatory)
  • ScenarioName: Name of the scenario (mandatory)

Member Function Documentation

PlayerReturnCode execute ( KernelFacade kernelFacade) const
overridevirtual

Execute the command.

Parameters
[in]kernelFacadethe kernel facade that gives access to kernel features

Implements ICommand.

References KernelFacade::loadScenario(), and OpenViBE::MissingMandatoryArgument.