Skip to content
Snippets Groups Projects
Commit 7c924562 authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

allow setting a memory name for all ltm memory items

parent efc0029a
No related branches found
No related tags found
1 merge request!326Allow loading of LTM exports to the Viewer, although the memory servers have not been started
This commit is part of merge request !326. Comments created here will be created in the context of that merge request.
......@@ -33,4 +33,9 @@ namespace armarx::armem::server::ltm
{
return _id.getLeafItem();
}
void MemoryItem::setMemoryName(const std::string& m)
{
_id.memoryName = m;
}
} // namespace armarx::armem::server::ltm
......@@ -21,6 +21,7 @@ namespace armarx::armem::server::ltm
std::string name() const;
virtual void setMemoryID(const MemoryID&);
void setMemoryName(const std::string&);
protected:
std::shared_ptr<Processors> processors;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment