memoryx::WorkingMemoryListenerInterface
Overview
interface WorkingMemoryListenerInterface
Derived Classes and Interfaces
- ::armarx::CollisionCheckerInterface
- ObjectMemoryObserverInterface
- WorkingMemoryUpdaterBase
Operation Index
- reportEntityCreated
-
- reportEntityUpdated
-
- reportEntityRemoved
-
- reportSnapshotLoaded
-
- reportSnapshotCompletelyLoaded
-
- reportMemoryCleared
-
Operations
void reportEntityCreated(string segmentName, EntityBase entity)
void reportEntityUpdated(string segmentName, EntityBase entityOld, EntityBase entityNew)
void reportEntityRemoved(string segmentName, EntityBase entity)
void reportSnapshotLoaded(string segmentName)
void reportSnapshotCompletelyLoaded()
void reportMemoryCleared(string segmentName)