|
|
#include "Prediction.h"#include <ArmarXCore/core/ice_conversions/ice_conversions_templates.h>#include <RobotAPI/libraries/armem/core/ice_conversions.h>
Include dependency graph for Prediction.cpp:Go to the source code of this file.
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| namespace | 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) |