|
An update of an entity for a specific point in time. More...
#include <RobotAPI/libraries/armem/core/Commit.h>
Public Attributes | |
Time | arrivedTime = Time::Invalid() |
Time when this update arrived at the memory server. More... | |
float | confidence = 1.0 |
An optional confidence, may be used for things like decay. More... | |
MemoryID | entityID |
The entity's ID. More... | |
std::vector< aron::data::DictPtr > | instancesData |
The entity data. More... | |
Time | referencedTime = Time::Invalid() |
Time when this entity update was created (e.g. More... | |
Time | sentTime = Time::Invalid() |
Time when this update was sent to the memory server. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const EntityUpdate &rhs) |
|
friend |
Definition at line 13 of file Commit.cpp.
Time arrivedTime = Time::Invalid() |
float confidence = 1.0 |
std::vector<aron::data::DictPtr> instancesData |
Time referencedTime = Time::Invalid() |
Time sentTime = Time::Invalid() |