utils.cpp
Go to the documentation of this file.
1 #include "utils.h"
2 
4 {
7  {
8  return MemoryID("RobotState/Description")
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