utils.cpp
Go to the documentation of this file.
1 #include "utils.h"
2 
4 {
6  {
7  return MemoryID("RobotState/Description")
9  .withEntityName("description");
10  }
11 }
armarx::armem::robot_state::makeMemoryID
armarx::armem::MemoryID makeMemoryID(const robot::RobotDescription &desc)
Definition: utils.cpp:5
armarx::armem::robot_state
Definition: RobotStatePredictionClient.cpp:42
armarx::armem::robot::RobotDescription
Definition: types.h:17
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::robot::RobotDescription::name
std::string name
Definition: types.h:21
armarx::armem::MemoryID::withEntityName
MemoryID withEntityName(const std::string &name) const
Definition: MemoryID.cpp:420
utils.h
armarx::human::MemoryID
const armem::MemoryID MemoryID
Definition: memory_ids.cpp:29