anbox-platform-sdk 1.28.0
Anbox Platform SDK API documentation
AnboxSensorVector Struct Reference

AnboxSensorVector represents acceleration along each device axis or current device rotation angles: azimuth, pitch, roll. More...

#include <types.h>

+ Collaboration diagram for AnboxSensorVector:

Public Attributes

union { 
 
   float   v [MAX_VECTOR_DATA_LENGTH
 
   struct { 
 
      float   x 
 
      float   y 
 
      float   z 
 
   }   axis 
 
   struct { 
 
      float   azimuth 
 
      float   pitch 
 
      float   roll 
 
   }   angle 
 
};  
 

Detailed Description

AnboxSensorVector represents acceleration along each device axis or current device rotation angles: azimuth, pitch, roll.

Definition at line 1380 of file types.h.

Member Data Documentation

◆ [union]

union { ... } AnboxSensorVector

◆ [struct]

struct { ... } AnboxSensorVector::angle

◆ [struct]

struct { ... } AnboxSensorVector::axis

◆ azimuth

float AnboxSensorVector::azimuth

Rotation angles: azimuth

Definition at line 1394 of file types.h.

◆ pitch

float AnboxSensorVector::pitch

Rotation angles: pitch

Definition at line 1396 of file types.h.

◆ roll

float AnboxSensorVector::roll

Rotation angles: roll

Definition at line 1398 of file types.h.

◆ v

float AnboxSensorVector::v[MAX_VECTOR_DATA_LENGTH]

Underlying data value

Definition at line 1383 of file types.h.

◆ x

float AnboxSensorVector::x

X axis

Definition at line 1386 of file types.h.

◆ y

float AnboxSensorVector::y

Y axis

Definition at line 1388 of file types.h.

◆ z

float AnboxSensorVector::z

Z axis

Definition at line 1390 of file types.h.


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