#include <EnvSensor.h>
|
enum | Type {
kUndefined = 0,
kWifiSignalStrength,
kAmbientTemperature,
kAmbientAirPressure,
kAmbientLight,
kAmbientRelativeHumidity,
kCustomSensor1 = 100,
kCustomSensor2,
kCustomSensor3,
kCustomSensor4,
kCustomSensor5,
kCustomSensor6,
kCustomSensor7,
kCustomSensor8,
kCustomSensor9
} |
|
Definition at line 33 of file EnvSensor.h.
Enumerator |
---|
kUndefined |
|
kWifiSignalStrength |
|
kAmbientTemperature |
|
kAmbientAirPressure |
|
kAmbientLight |
|
kAmbientRelativeHumidity |
|
kCustomSensor1 |
|
kCustomSensor2 |
|
kCustomSensor3 |
|
kCustomSensor4 |
|
kCustomSensor5 |
|
kCustomSensor6 |
|
kCustomSensor7 |
|
kCustomSensor8 |
|
kCustomSensor9 |
|
Definition at line 36 of file EnvSensor.h.
rtabmap::EnvSensor::EnvSensor |
( |
| ) |
|
|
inline |
rtabmap::EnvSensor::EnvSensor |
( |
const Type & |
type, |
|
|
const double & |
value, |
|
|
const double & |
stamp = 0 |
|
) |
| |
|
inline |
virtual rtabmap::EnvSensor::~EnvSensor |
( |
| ) |
|
|
inlinevirtual |
const double& rtabmap::EnvSensor::stamp |
( |
| ) |
const |
|
inline |
const Type& rtabmap::EnvSensor::type |
( |
| ) |
const |
|
inline |
const double& rtabmap::EnvSensor::value |
( |
| ) |
const |
|
inline |
double rtabmap::EnvSensor::stamp_ |
|
private |
Type rtabmap::EnvSensor::type_ |
|
private |
double rtabmap::EnvSensor::value_ |
|
private |
The documentation for this class was generated from the following file: