Home Previous Up Next Index

memoryx::LTM::SegmentNames

Overview

module SegmentNames

Constant Index

DMP
KBM
OACS
OBJECTCLASSES
OBJECTINSTANCES
PREDICTION_DATA
PROFILER
RESOURCE_PROFILES
SELF_LOCALISATION
SNAPSHOTS

Constants

const string DMP = "dmp";
const string KBM = "kbm";
const string OACS = "oacs";
const string OBJECTCLASSES = "objects";
const string OBJECTINSTANCES = "instances";
const string PREDICTION_DATA = "predictiondata";
const string PROFILER = "profilerdata";
const string RESOURCE_PROFILES = "resourceprofiles";
const string SELF_LOCALISATION = "selflocalisation";
const string SNAPSHOTS = "snapshots";

Home Previous Up Next Index