ethzasl-msf - Modular Sensor Fusion
Time delay compensated single and multi sensor fusion framework based on an EKF
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members | Public Member Functions
msf_core::sortMeasurements< EKFState_T > Class Template Reference

A comparator to sort measurements by time.

#include <msf_measurement.h>

Public Member Functions

bool operator() (const MSF_MeasurementBase< EKFState_T > &lhs, const MSF_MeasurementBase< EKFState_T > &rhs) const

Member Function Documentation

template<typename EKFState_T >
bool msf_core::sortMeasurements< EKFState_T >::operator() ( const MSF_MeasurementBase< EKFState_T > &  lhs,
const MSF_MeasurementBase< EKFState_T > &  rhs 
) const
inline

Implements the sorting by time.


The documentation for this class was generated from the following file: