![]() |
ZED Open Capture
v0.6.0
Low level camera driver for the ZED stereo camera family
|
Contains the acquired Magnetometer data. More...
#include <sensorcapture.hpp>
Public Types | |
enum | _mag_status { NOT_PRESENT = 0 , OLD_VAL = 1 , NEW_VAL = 2 } |
typedef enum sl_oc::sensors::data::Magnetometer::_mag_status | MagStatus |
Public Attributes | |
MagStatus | valid = NOT_PRESENT |
Indicates if Magnetometer data are valid. More... | |
uint64_t | timestamp = 0 |
Timestamp in nanoseconds. More... | |
float | mX |
Acceleration along X axis in uT. More... | |
float | mY |
Acceleration along Y axis in uT. More... | |
float | mZ |
Acceleration along Z axis in uT. More... | |
Contains the acquired Magnetometer data.
Definition at line 75 of file sensorcapture.hpp.
typedef enum sl_oc::sensors::data::Magnetometer::_mag_status sl_oc::sensors::data::Magnetometer::MagStatus |
Enumerator | |
---|---|
NOT_PRESENT | |
OLD_VAL | |
NEW_VAL |
Definition at line 78 of file sensorcapture.hpp.
float sl_oc::sensors::data::Magnetometer::mX |
Acceleration along X axis in uT.
Definition at line 86 of file sensorcapture.hpp.
Referenced by main().
float sl_oc::sensors::data::Magnetometer::mY |
Acceleration along Y axis in uT.
Definition at line 87 of file sensorcapture.hpp.
Referenced by main().
float sl_oc::sensors::data::Magnetometer::mZ |
Acceleration along Z axis in uT.
Definition at line 88 of file sensorcapture.hpp.
Referenced by main().
uint64_t sl_oc::sensors::data::Magnetometer::timestamp = 0 |
Timestamp in nanoseconds.
Definition at line 85 of file sensorcapture.hpp.
Referenced by main().
MagStatus sl_oc::sensors::data::Magnetometer::valid = NOT_PRESENT |
Indicates if Magnetometer data are valid.
Definition at line 84 of file sensorcapture.hpp.
Referenced by sl_oc::sensors::SensorCapture::getLastMagnetometerData(), and main().