10#include <ArmarXCore/interface/core/Profiler.h>
13#include <RobotAPI/interface/skills/SkillManagerInterface.h>
14#include <RobotAPI/interface/skills/SkillProviderInterface.h>
15#include <RobotAPI/libraries/armem_skills/aron/Skill.aron.generated.h>
17#include <RobotAPI/libraries/skills/core/aron/FluxioProfile.aron.generated.h>
33 void addProfile(
const skills::manager::arondto::FluxioProfile& profile);
34 std::optional<std::vector<skills::manager::arondto::FluxioProfile>>
getProfiles()
const;
Helps connecting a Memory server to the Ice interface.
A base class for core segments.
MemoryToIceAdapter & iceMemory
void addProfile(const skills::manager::arondto::FluxioProfile &profile)
static constexpr const char * CoreSegmentName
ProfileLibraryCoreSegment(armem::server::MemoryToIceAdapter &iceMemory)
std::optional< std::vector< skills::manager::arondto::FluxioProfile > > getProfiles() const
void defineProperties(PropertyDefinitionsPtr defs, const std::string &prefix)
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.