InitCommand Struct Reference

Command that drives the initialization of the toolInitCommand class contains the following properties: More...

Inheritance diagram for InitCommand:
ICommand

Public Member Functions

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

Detailed Description

Command that drives the initialization of the tool

InitCommand class contains the following properties:

Author
cgarraud (INRIA)
Date
2016-01-26
  • Benchmark: Flag to enable benchmark on execute command (optional)

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::initialize().