53 void readAllCommand();
54 void readByTypeCommand();
55 void readFailuresCommand();
58 void commitOutcome(
const std::string& taskName,
61 const std::optional<std::string>& errorMessage);
63 void printOutcomes(
const std::vector<armem::task_outcome::TaskOutcome>& outcomes);
66 parseOutcomeType(
const std::string&
str);
69 parseTaskType(
const std::string&
str);
Baseclass for all ArmarX ManagedIceObjects requiring properties.
Interactive debugger component for the TaskOutcome memory.
void onInitComponent() override
Pure virtual hook for the subclass.
static const std::string providerName
void onDisconnectComponent() override
Hook for subclass.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
Pure virtual hook for the subclass.
static std::string GetDefaultName()
void onExitComponent() override
Hook for subclass.
std::string getDefaultName() const override
Retrieve default name of component.
plugins::ListeningPluginUser ComponentPluginUser
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.