|
|
#include <RobotAPI/libraries/armem/core/base/CoreSegmentBase.h>
Public Member Functions | |
| UpdateResult ()=default | |
| UpdateResult (const typename ProviderSegmentT::UpdateResult &c) | |
Public Attributes | |
| armarx::armem::UpdateType | coreSegmentUpdateType |
| armarx::armem::UpdateType | entityUpdateType |
| MemoryID | id |
| armarx::armem::UpdateType | providerSegmentUpdateType |
| std::vector< EntitySnapshotT > | removedSnapshots |
| std::vector< EntitySnapshotT > | updatedSnapshots |
Definition at line 47 of file CoreSegmentBase.h.
|
default |
|
inline |
Definition at line 58 of file CoreSegmentBase.h.
| armarx::armem::UpdateType coreSegmentUpdateType |
Definition at line 49 of file CoreSegmentBase.h.
| armarx::armem::UpdateType entityUpdateType |
Definition at line 51 of file CoreSegmentBase.h.
| MemoryID id |
Definition at line 52 of file CoreSegmentBase.h.
| armarx::armem::UpdateType providerSegmentUpdateType |
Definition at line 50 of file CoreSegmentBase.h.
| std::vector<EntitySnapshotT> removedSnapshots |
Definition at line 53 of file CoreSegmentBase.h.
| std::vector<EntitySnapshotT> updatedSnapshots |
Definition at line 54 of file CoreSegmentBase.h.