Developer World
Spresense SDK Library v3.2.0-ebc0364
ThreeAxisSample Struct Reference

Structure of physical sensor sample data using 3 axis. More...

#include <physical_command.h>

Public Attributes

float ax
 
float ay
 
float az
 

Detailed Description

Structure of physical sensor sample data using 3 axis.

Member Data Documentation

◆ ax

float ax

Acceleration sensor: X axis standard gravity acceleration. The unit is [G]. Magnetometer sensor: Northward component, X. The unit is [uT].

◆ ay

float ay

Acceleration sensor: Y axis standard gravity acceleration. The unit is [G]. Magnetometer sensor: Northward component, Y. The unit is [uT].

◆ az

float az

Acceleration sensor: Z axis standard gravity acceleration. The unit is [G]. Magnetometer sensor: Northward component, Z. The unit is [uT].


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