|
|
#include <ArmarXCore/util/ScenarioManagerCommon/executor/Kill.h>
Inheritance diagram for Kill:Public Member Functions | |
| ApplicationStopperPtr | getStopper () |
| Returns the stopper used by this StopStrategy. More... | |
| Kill (ApplicationStopperPtr stopper) | |
| Constructor that sets the ApplicationStopper used by this StopStrategy. More... | |
| void | stop (Data_Structure::ApplicationInstancePtr application) |
| Stops an application. More... | |
Public Member Functions inherited from StopStrategy | |
| StopStrategy (ApplicationStopperPtr stopper) | |
Additional Inherited Members | |
Protected Attributes inherited from StopStrategy | |
| ApplicationStopperPtr | stopper |
| Kill | ( | ApplicationStopperPtr | stopper | ) |
Constructor that sets the ApplicationStopper used by this StopStrategy.
| stopper | stopper used in this strategy |
| ApplicationStopperPtr getStopper | ( | ) |
Returns the stopper used by this StopStrategy.
|
virtual |