JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
#include <jevois/Core/IMUdata.H>
Raw IMU data.
These are raw measurements from the sensor. Note that they are unscaled and thus their meaning depends on the selected scales for the sensors (e.g., +/-2g or +/-16g for the accelerometer). Use IMUdata for scaled measurements.
Public Member Functions | |
short & | ax () |
short const & | ax () const |
short & | ay () |
short const & | ay () const |
short & | az () |
short const & | az () const |
short & | gx () |
short const & | gx () const |
short & | gy () |
short const & | gy () const |
short & | gz () |
short const & | gz () const |
short & | temp () |
short const & | temp () const |
short & | mx () |
short const & | mx () const |
short & | my () |
short const & | my () const |
short & | mz () |
short const & | mz () const |
short & | mst2 () |
short const & | mst2 () const |
Public Attributes | |
short | v [11] |
The values: ax, ay, az, gy, gy, gz, temp, mx, my, mz, mst2. | |
|
inline |
Definition at line 40 of file IMUdata.H.
References v.
Referenced by jevois::ICM20948::getRaw(), and jevois::IMUdata::IMUdata().
|
inline |
|
inline |
Definition at line 42 of file IMUdata.H.
References v.
Referenced by jevois::ICM20948::getRaw(), and jevois::IMUdata::IMUdata().
|
inline |
|
inline |
Definition at line 44 of file IMUdata.H.
References v.
Referenced by jevois::ICM20948::getRaw(), and jevois::IMUdata::IMUdata().
|
inline |
|
inline |
Definition at line 46 of file IMUdata.H.
References v.
Referenced by jevois::ICM20948::getRaw(), and jevois::IMUdata::IMUdata().
|
inline |
|
inline |
Definition at line 48 of file IMUdata.H.
References v.
Referenced by jevois::ICM20948::getRaw(), and jevois::IMUdata::IMUdata().
|
inline |
|
inline |
Definition at line 50 of file IMUdata.H.
References v.
Referenced by jevois::ICM20948::getRaw(), and jevois::IMUdata::IMUdata().
|
inline |
|
inline |
Definition at line 60 of file IMUdata.H.
References v.
Referenced by jevois::ICM20948::getRaw(), and jevois::IMUdata::IMUdata().
|
inline |
|
inline |
Definition at line 54 of file IMUdata.H.
References v.
Referenced by jevois::ICM20948::getRaw(), and jevois::IMUdata::IMUdata().
|
inline |
|
inline |
Definition at line 56 of file IMUdata.H.
References v.
Referenced by jevois::ICM20948::getRaw(), and jevois::IMUdata::IMUdata().
|
inline |
|
inline |
Definition at line 58 of file IMUdata.H.
References v.
Referenced by jevois::ICM20948::getRaw(), and jevois::IMUdata::IMUdata().
|
inline |
|
inline |
Definition at line 52 of file IMUdata.H.
References v.
Referenced by jevois::ICM20948::getRaw(), and jevois::IMUdata::IMUdata().
|
inline |
short jevois::IMUrawData::v[11] |