LocalizationJob.h File Reference
#include <string>
#include <ArmarXCore/core/system/ImportExport.h>
#include <Ice/Ice.h>
#include <IceUtil/Handle.h>
#include <MemoryX/libraries/memorytypes/entity/ObjectClass.h>
#include <MemoryX/interface/observers/ObjectMemoryObserverInterface.h>
+ Include dependency graph for LocalizationJob.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  LocalizationJob
 The LocalizationJob class is the description of the basic workload executed by ObjectLocalizationMemoryUpdater. More...
 

Namespaces

 memoryx
 VirtualRobot headers.
 

Typedefs

using LocalizationJobList = std::vector< LocalizationJobPtr >
 
using LocalizationJobPtr = IceUtil::Handle< LocalizationJob >