|
|
#include <memory>#include <vector>#include <RobotAPI/libraries/armem/core/MemoryID.h>#include <RobotAPI/libraries/armem/core/Time.h>#include <RobotAPI/libraries/aron/core/data/variant/forward_declarations.h>
Include dependency graph for Commit.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Commit |
| A bundle of updates to be sent to the memory. More... | |
| struct | CommitResult |
Result of a Commit. More... | |
| struct | EntityUpdate |
| An update of an entity for a specific point in time. More... | |
| struct | EntityUpdateResult |
Result of an EntityUpdate. More... | |
Namespaces | |
| armarx | |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| armarx::armem | |
Enumerations | |
| enum | UpdateType { UpdatedExisting, InsertedNew } |
| The type of an update. More... | |