armarx::armem::server::wm::detail Namespace Reference

Classes

class  MaxHistorySize
 
class  MaxHistorySizeParent
 
class  Prediction
 Can do predictions, but has no children it could delegate predictions to. More...
 
class  PredictionContainer
 Can do predictions itself and has children it could delegate predictions to. More...
 

Typedefs

using Predictor = std::function< PredictionResult(const PredictionRequest &)>
 

Typedef Documentation

◆ Predictor

using Predictor = std::function<PredictionResult(const PredictionRequest&)>

Definition at line 42 of file Prediction.h.