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
makeMemoryID
(
const
description::RobotDescription
& desc)
6
{
7
return
MemoryID
(
"RobotState/Description"
)
8
.
withProviderSegmentName
(desc.
name
)
9
.
withEntityName
(
"description"
);
10
}
11
}
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:5
armarx::armem::robot_state
Definition:
RobotStatePredictionClient.cpp:42
armarx::armem::MemoryID::withProviderSegmentName
MemoryID withProviderSegmentName(const std::string &name) const
Definition:
MemoryID.cpp:412
armarx::armem::MemoryID
A memory ID.
Definition:
MemoryID.h:47
armarx::armem::MemoryID::withEntityName
MemoryID withEntityName(const std::string &name) const
Definition:
MemoryID.cpp:420
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:29
RobotAPI
libraries
armem_robot_state
utils.cpp
Generated on Sat Oct 12 2024 09:14:09 for armarx_documentation by
1.8.17