ResetCommand Struct Reference

Command that drives tool reset to its initial state. More...

Inheritance diagram for ResetCommand:
ICommand

Public Member Functions

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

Detailed Description

Command that drives tool reset to its initial state.

Author
cgarraud (INRIA)
Date
2016-01-26

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 OpenViBE::Success.