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


openslam_gmapping
Author(s): Cyrill Stachniss, Udo Frese, Giorgio Grisetti, Wolfram Burgard
autogenerated on Mon Feb 28 2022 22:59:20