Skyward boardcore
|
#include <L3GD20Data.h>
Public Member Functions | |
L3GD20Data () | |
L3GD20Data (uint64_t t, float x, float y, float z) | |
L3GD20Data (GyroscopeData gyr) | |
void | print (std::ostream &os) 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 | |
Static Public Member Functions | |
static std::string | header () |
![]() | |
static std::string | header () |
Additional Inherited Members | |
![]() | |
uint64_t | angularSpeedTimestamp = 0 |
float | angularSpeedX = 0 |
float | angularSpeedY = 0 |
float | angularSpeedZ = 0 |
Definition at line 31 of file L3GD20Data.h.
|
inline |
Definition at line 33 of file L3GD20Data.h.
|
inline |
Definition at line 35 of file L3GD20Data.h.
|
inline |
Definition at line 40 of file L3GD20Data.h.
|
inlinestatic |
Definition at line 42 of file L3GD20Data.h.
|
inline |
Definition at line 48 of file L3GD20Data.h.