DUDS
Distributed Update of Data from Something
duds::hardware::devices::instruments::LSM9DS1AccelGyro::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 55 of file LSM9DS1.hpp.

Member Data Documentation

◆ @13

struct { ... }

◆ vals

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

Definition at line 56 of file LSM9DS1.hpp.

◆ x

◆ y

◆ z


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