sensorreading.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 
8  public:
9  SensorReading(const Sensor* s=0, double time=0);
10  virtual ~SensorReading();
11  inline double getTime() const {return m_time;}
12  inline void setTime(double t) {m_time=t;}
13  inline const Sensor* getSensor() const {return m_sensor;}
14  protected:
15  double m_time;
16  const Sensor* m_sensor;
17 
18 };
19 
20 }; //end namespace
21 #endif
22 
23 
const Sensor * getSensor() const
Definition: sensorreading.h:13
SensorReading(const Sensor *s=0, double time=0)
const Sensor * m_sensor
Definition: sensorreading.h:16
void setTime(double t)
Definition: sensorreading.h:12
double getTime() const
Definition: sensorreading.h:11


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