|
Abstract base class for factory classes that create ApplicationStarter. Should be implemented for each operating system. More...
#include <ArmarXCore/util/ScenarioManagerCommon/executor/StarterFactory.h>
Public Member Functions | |
virtual ApplicationStarterPtr | getStarter ()=0 |
Returns a system-specific ApplicationStarter. More... | |
Static Public Member Functions | |
static std::shared_ptr< StarterFactory > | getFactory () |
Returns the right StarterFactory for this operatin system. More... | |
Abstract base class for factory classes that create ApplicationStarter. Should be implemented for each operating system.
Definition at line 40 of file StarterFactory.h.
|
static |
Returns the right StarterFactory for this operatin system.
Definition at line 33 of file StarterFactory.cpp.
|
pure virtual |
Returns a system-specific ApplicationStarter.
Implemented in StarterFactoryLinux.