Skyward boardcore
|
#include <MPU9250Data.h>
Public Member Functions | |
MPU9250Data () | |
void | print (std::ostream &os) const |
![]() | |
AccelerometerData () | |
AccelerometerData (uint64_t timestamp, float x, float y, float z) | |
AccelerometerData (const AccelerometerData &data)=default | |
AccelerometerData (const Eigen::Vector3f &acc) | |
void | print (std::ostream &os) const |
operator Eigen::Vector3f () const | |
![]() | |
GyroscopeData () | |
GyroscopeData (uint64_t timestamp, float x, float y, float z) | |
GyroscopeData (const GyroscopeData &data)=default | |
GyroscopeData (const Eigen::Vector3f &vel) | |
void | print (std::ostream &os) const |
operator Eigen::Vector3f () const | |
![]() | |
MagnetometerData () | |
MagnetometerData (uint64_t timestamp, float x, float y, float z) | |
MagnetometerData (const MagnetometerData &data)=default | |
MagnetometerData (const Eigen::Vector3f &mag) | |
void | print (std::ostream &os) const |
operator Eigen::Vector3f () const | |
![]() | |
void | print (std::ostream &os) const |
Static Public Member Functions | |
static std::string | header () |
![]() | |
static std::string | header () |
![]() | |
static std::string | header () |
![]() | |
static std::string | header () |
![]() | |
static std::string | header () |
Additional Inherited Members | |
![]() | |
uint64_t | accelerationTimestamp = 0 |
float | accelerationX = 0 |
float | accelerationY = 0 |
float | accelerationZ = 0 |
![]() | |
uint64_t | angularSpeedTimestamp = 0 |
float | angularSpeedX = 0 |
float | angularSpeedY = 0 |
float | angularSpeedZ = 0 |
![]() | |
uint64_t | magneticFieldTimestamp = 0 |
float | magneticFieldX = 0 |
float | magneticFieldY = 0 |
float | magneticFieldZ = 0 |
![]() | |
uint64_t | temperatureTimestamp = 0 |
float | temperature = 0 |
Definition at line 30 of file MPU9250Data.h.
|
inline |
Definition at line 35 of file MPU9250Data.h.
|
inlinestatic |
Definition at line 41 of file MPU9250Data.h.
|
inline |
Definition at line 55 of file MPU9250Data.h.