#include <IMU.h>
Definition at line 81 of file IMU.h.
rtabmap::IMUEvent::IMUEvent |
( |
| ) |
|
|
inline |
Definition at line 84 of file IMU.h.
rtabmap::IMUEvent::IMUEvent |
( |
const IMU & |
data, |
|
|
double |
stamp |
|
) |
| |
|
inline |
Definition at line 87 of file IMU.h.
virtual std::string rtabmap::IMUEvent::getClassName |
( |
| ) |
const |
|
inlinevirtual |
This method is used to get the class name of the event. For example, if a class MouseEvent inherits from UEvent, it must return the "MouseEvent" string.
- Returns
- the class name
Implements UEvent.
Definition at line 92 of file IMU.h.
const IMU& rtabmap::IMUEvent::getData |
( |
| ) |
const |
|
inline |
Definition at line 93 of file IMU.h.
double rtabmap::IMUEvent::getStamp |
( |
| ) |
const |
|
inline |
Definition at line 94 of file IMU.h.
IMU rtabmap::IMUEvent::data_ |
|
private |
Definition at line 97 of file IMU.h.
double rtabmap::IMUEvent::stamp_ |
|
private |
Definition at line 98 of file IMU.h.
The documentation for this class was generated from the following file: