WPILibC++ 2024.3.2
frc::ADXL362::AllAxes Struct Reference

Container type for accelerations from all axes. More...

#include <frc/ADXL362.h>

Public Attributes

double XAxis = 0.0
 Acceleration along the X axis in g-forces. More...
 
double YAxis = 0.0
 Acceleration along the Y axis in g-forces. More...
 
double ZAxis = 0.0
 Acceleration along the Z axis in g-forces. More...
 

Detailed Description

Container type for accelerations from all axes.

Member Data Documentation

◆ XAxis

double frc::ADXL362::AllAxes::XAxis = 0.0

Acceleration along the X axis in g-forces.

◆ YAxis

double frc::ADXL362::AllAxes::YAxis = 0.0

Acceleration along the Y axis in g-forces.

◆ ZAxis

double frc::ADXL362::AllAxes::ZAxis = 0.0

Acceleration along the Z axis in g-forces.


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