DUDS
Distributed Update of Data from Something
duds::hardware::devices::instruments::LSM9DS1Mag::RawSample Union Reference

Stores the sample data as reported by the device. More...

#include <LSM9DS1.hpp>

Public Attributes

struct {
   std::int16_t   x
 
   std::int16_t   y
 
   std::int16_t   z
 
}; 
 
std::int16_t vals [3]
 

Detailed Description

Stores the sample data as reported by the device.

The accelerometer data will be shifted to place the LSb into the LSb of the integer here.

Definition at line 288 of file LSM9DS1.hpp.

Member Data Documentation

◆ @15

struct { ... }

◆ vals

std::int16_t duds::hardware::devices::instruments::LSM9DS1Mag::RawSample::vals[3]

Definition at line 289 of file LSM9DS1.hpp.

◆ x

std::int16_t duds::hardware::devices::instruments::LSM9DS1Mag::RawSample::x

◆ y

std::int16_t duds::hardware::devices::instruments::LSM9DS1Mag::RawSample::y

◆ z

std::int16_t duds::hardware::devices::instruments::LSM9DS1Mag::RawSample::z

The documentation for this union was generated from the following file: