Go to the documentation of this file.
18 class MemoryNameSystem;
42 void onEntityUpdate(
const std::vector<armem::MemoryID>& snapshotIDs);
45 const std::string callerId;
52 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.