ASensorVector Struct Reference

ASensorVector Struct Reference

#include <sensor.h>

Data Fields

union {
   float   v [3]
 
   struct {
      float   x
 
      float   y
 
      float   z
 
   } 
 
   struct {
      float   azimuth
 
      float   pitch
 
      float   roll
 
   } 
 
}; 
 
int8_t status
 
uint8_t reserved [3]
 

Detailed Description

A sensor event.

Field Documentation

union { ... }
float azimuth
float pitch
uint8_t reserved[3]
float roll
int8_t status
float v[3]
float x
float y
float z

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