Kill Class Reference

#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
virtual void removeApplication (Data_Structure::ApplicationInstancePtr application, StatusManager statusManager)
 
virtual void removeScenario (Data_Structure::ScenarioPtr scenario, StatusManager statusManager)
 
 StopStrategy (ApplicationStopperPtr stopper)
 

Additional Inherited Members

- Protected Attributes inherited from StopStrategy
ApplicationStopperPtr stopper
 

Detailed Description

Definition at line 39 of file Kill.h.

Constructor & Destructor Documentation

◆ Kill()

Constructor that sets the ApplicationStopper used by this StopStrategy.

Parameters
stopperstopper used in this strategy

Definition at line 6 of file Kill.cpp.

Member Function Documentation

◆ getStopper()

ApplicationStopperPtr getStopper ( )

Returns the stopper used by this StopStrategy.

Returns
stopper used by this strategy

Definition at line 17 of file Kill.cpp.

◆ stop()

void stop ( Data_Structure::ApplicationInstancePtr  application)
virtual

Stops an application.

Parameters
applicationapplication to be stopped

Implements StopStrategy.

Definition at line 11 of file Kill.cpp.


The documentation for this class was generated from the following files: