utils.cpp
Go to the documentation of this file.
1
#include "
utils.h
"
2
3
namespace
armarx::armem::robot_state
4
{
5
armarx::armem::MemoryID
6
makeMemoryID
(
const
description::RobotDescription
& desc)
7
{
8
return
MemoryID
(
"RobotState/Description"
)
9
.
withProviderSegmentName
(desc.
name
)
10
.
withEntityName
(
"description"
);
11
}
12
}
// namespace armarx::armem::robot_state
armarx::armem::robot_state::description::RobotDescription
Definition:
types.h:44
armarx::armem::robot_state::makeMemoryID
armarx::armem::MemoryID makeMemoryID(const description::RobotDescription &desc)
Definition:
utils.cpp:6
armarx::armem::robot_state
Definition:
RobotStatePredictionClient.cpp:41
armarx::armem::MemoryID::withProviderSegmentName
MemoryID withProviderSegmentName(const std::string &name) const
Definition:
MemoryID.cpp:417
armarx::armem::MemoryID
A memory ID.
Definition:
MemoryID.h:47
armarx::armem::MemoryID::withEntityName
MemoryID withEntityName(const std::string &name) const
Definition:
MemoryID.cpp:425
armarx::armem::robot_state::description::RobotDescription::name
std::string name
Definition:
types.h:48
utils.h
armarx::human::MemoryID
const armem::MemoryID MemoryID
Definition:
memory_ids.cpp:28
RobotAPI
libraries
armem_robot_state
utils.cpp
Generated on Sat Mar 29 2025 09:17:28 for armarx_documentation by
1.8.17