Go to the documentation of this file.
19 class MemoryNameSystem;
43 void onEntityUpdate(
const std::vector<armem::MemoryID>& snapshotIDs);
46 const std::string callerId;
53 std::mutex eventHandlingMtx;
void handleEvent(const armem::wm::EntityInstance &memoryEntity)
Reads data from a memory server.
Client-side working entity instance.
MemoryPolling(const std::string &callerId, armem::client::MemoryNameSystem &mns)
This file is part of ArmarX.
void handleEvents(const armem::wm::Memory &memory)
This file is part of ArmarX.
Brief description of class memory.
~MemoryPolling() override
Client-side working memory.
void runPollMemoryEvents()
void onEntityUpdate(const std::vector< armem::MemoryID > &snapshotIDs)
Represents a point in time.
The memory name system (MNS) client.