sensoreading.h
Go to the documentation of this file.
1 #ifndef SENSORREADING_H
2 #define SENSORREADING_H
3 
4 #include "sensor.h"
5 namespace GMapping{
6 
7 class SensorReading{
8  public:
9  SensorReading(const Sensor* s=0, double time=0);
10  inline double getTime() const {return m_time;}
11  inline const Sensor* getSensor() const {return m_sensor;}
12  protected:
13  double m_time;
14  const Sensor* m_sensor;
15 };
16 
17 }; //end namespace
18 #endif
const Sensor * getSensor() const
Definition: sensoreading.h:11
SensorReading(const Sensor *s=0, double time=0)
const Sensor * m_sensor
Definition: sensorreading.h:16
double getTime() const
Definition: sensoreading.h:10


openslam_gmapping
Author(s): Giorgio Grisetti, Cyrill Stachniss, Wolfram Burgard
autogenerated on Mon Jun 10 2019 14:04:22