anbox-platform-sdk  1.22.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 1310 of file types.h.

Member Data Documentation

◆ 

union { ... }

◆ 

struct { ... } AnboxSensorVector::angle

◆ 

struct { ... } AnboxSensorVector::axis

◆ azimuth

float AnboxSensorVector::azimuth

Rotation angles: azimuth

Definition at line 1324 of file types.h.

◆ pitch

float AnboxSensorVector::pitch

Rotation angles: pitch

Definition at line 1326 of file types.h.

◆ roll

float AnboxSensorVector::roll

Rotation angles: roll

Definition at line 1328 of file types.h.

◆ v

float AnboxSensorVector::v[MAX_VECTOR_DATA_LENGTH]

Underlying data value

Definition at line 1313 of file types.h.

◆ x

float AnboxSensorVector::x

X axis

Definition at line 1316 of file types.h.

◆ y

float AnboxSensorVector::y

Y axis

Definition at line 1318 of file types.h.

◆ z

float AnboxSensorVector::z

Z axis

Definition at line 1320 of file types.h.


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