An update of an entity for a specific point in time.
More...
#include <RobotAPI/libraries/armem/core/Commit.h>
An update of an entity for a specific point in time.
Definition at line 25 of file Commit.h.
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const EntityUpdate & |
rhs |
|
) |
| |
|
friend |
◆ arrivedTime
Time when this update arrived at the memory server.
Set by memory server on arrival.
Definition at line 60 of file Commit.h.
◆ confidence
An optional confidence, may be used for things like decay.
Definition at line 43 of file Commit.h.
◆ entityID
The entity's ID.
Definition at line 28 of file Commit.h.
◆ instancesData
The entity data.
Definition at line 31 of file Commit.h.
◆ origin
std::string origin = "undefined1" |
Used to define the source of the entity (e.g.
LTM identifier)
Definition at line 65 of file Commit.h.
◆ referencedTime
Time when this entity update was created (e.g.
time of image recording). This is the key of the entity's history.
Definition at line 37 of file Commit.h.
◆ sentTime
Time when this update was sent to the memory server.
Set automatically when sending the commit.
Definition at line 53 of file Commit.h.
The documentation for this struct was generated from the following file: