26#include <ArmarXCore/interface/components/ExternalApplicationManagerInterface.h>
34 return "ExternalApplicationManagerStarter";
49 parent->startApplication();
bool usingProxy(const std::string &name, const std::string &endpoints="")
Registers a proxy for retrieval after initialization and adds it to the dependency list.
This file offers overloads of toIce() and fromIce() functions for STL container types.
void onInitComponent() override
Pure virtual hook for the subclass.
void onDisconnectComponent() override
Hook for subclass.
ExternalApplicationManagerPtr parent
Ice::StringSeq dependencies
void onConnectComponent() override
Pure virtual hook for the subclass.
void onExitComponent() override
Hook for subclass.
std::string getDefaultName() const override