PredictionResult Struct Reference

#include <RobotAPI/libraries/armem/core/Prediction.h>

Public Member Functions

armem::prediction::data::PredictionResult toIce () const
 

Static Public Member Functions

static PredictionResult fromIce (const armem::prediction::data::PredictionResult &ice)
 

Public Attributes

std::string errorMessage
 
aron::data::DictPtr prediction
 
armem::MemoryID snapshotID
 
bool success
 

Detailed Description

Definition at line 58 of file Prediction.h.

Member Function Documentation

◆ fromIce()

PredictionResult fromIce ( const armem::prediction::data::PredictionResult &  ice)
static

Definition at line 68 of file Prediction.cpp.

+ Here is the caller graph for this function:

◆ toIce()

armem::prediction::data::PredictionResult toIce ( ) const

Definition at line 74 of file Prediction.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ errorMessage

std::string errorMessage

Definition at line 61 of file Prediction.h.

◆ prediction

aron::data::DictPtr prediction

Definition at line 64 of file Prediction.h.

◆ snapshotID

armem::MemoryID snapshotID

Definition at line 63 of file Prediction.h.

◆ success

bool success

Definition at line 60 of file Prediction.h.


The documentation for this struct was generated from the following files: