|
#include <RobotAPI/libraries/armem/core/Time.h>
#include <RobotAPI/libraries/armem/core/MemoryID.h>
#include <RobotAPI/libraries/aron/core/data/variant/forward_declarations.h>
#include <memory>
#include <vector>
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... | |