prediction_helpers.h File Reference
+ Include dependency graph for prediction_helpers.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SnapshotRangeInfo< DataType, LatestType >
 Holds info on snapshot data extracted from a time range. More...
 

Namespaces

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

Functions

template<typename SegmentType , typename DataType , typename LatestType >
SnapshotRangeInfo< DataType, LatestType > getSnapshotsInRange (const SegmentType *segment, const MemoryID &entityID, const DateTime &startTime, const DateTime &endTime, std::function< DataType(const aron::data::DictPtr &)> dictToData, std::function< LatestType(const aron::data::DictPtr &)> dictToLatest)
 Get data points for the snapshots of an entity in a given time range. More...