|
Creates an ApplicationStarter for Linux. Shouldn't be used on other operating systems, since the starter uses system calls to start applications. More...
#include <ArmarXCore/util/ScenarioManagerCommon/executor/StarterFactoryLinux.h>
Public Member Functions | |
ApplicationStarterPtr | getStarter () override |
Creates a LinuxStarter and returns it. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from StarterFactory | |
static std::shared_ptr< StarterFactory > | getFactory () |
Returns the right StarterFactory for this operatin system. More... | |
Creates an ApplicationStarter for Linux. Shouldn't be used on other operating systems, since the starter uses system calls to start applications.
Definition at line 39 of file StarterFactoryLinux.h.
|
overridevirtual |
Creates a LinuxStarter and returns it.
Implements StarterFactory.
Definition at line 32 of file StarterFactoryLinux.cpp.