Prediction.cpp File Reference
+ Include dependency graph for Prediction.cpp:

Go to the source code of this file.

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::armem
 

Functions

void fromIce (const armem::prediction::data::PredictionEngine &ice, PredictionEngine &engine)
 
void fromIce (const armem::prediction::data::PredictionRequest &ice, PredictionRequest &request)
 
void fromIce (const armem::prediction::data::PredictionResult &ice, PredictionResult &result)
 
void fromIce (const armem::prediction::data::PredictionSettings &ice, PredictionSettings &settings)
 
void toIce (armem::prediction::data::PredictionEngine &ice, const PredictionEngine &engine)
 
void toIce (armem::prediction::data::PredictionRequest &ice, const PredictionRequest &request)
 
void toIce (armem::prediction::data::PredictionResult &ice, const PredictionResult &result)
 
void toIce (armem::prediction::data::PredictionSettings &ice, const PredictionSettings &settings)