| 
    PX4 Firmware
    
   PX4 Autopilot Software http://px4.io 
   | 
 
Report conversation within the BMI160, including command byte and interrupt status. More...
Public Attributes | |
| uint8_t | cmd | 
| int16_t | gyro_x | 
| int16_t | gyro_y | 
| int16_t | gyro_z | 
| int16_t | accel_x | 
| int16_t | accel_y | 
| int16_t | accel_z | 
Report conversation within the BMI160, including command byte and interrupt status.
Definition at line 403 of file bmi160.hpp.
| int16_t BMI160::BMIReport::accel_x | 
Definition at line 408 of file bmi160.hpp.
Referenced by BMI160::measure().
| int16_t BMI160::BMIReport::accel_y | 
Definition at line 409 of file bmi160.hpp.
Referenced by BMI160::measure().
| int16_t BMI160::BMIReport::accel_z | 
Definition at line 410 of file bmi160.hpp.
Referenced by BMI160::measure().
| uint8_t BMI160::BMIReport::cmd | 
Definition at line 404 of file bmi160.hpp.
Referenced by BMI160::measure().
| int16_t BMI160::BMIReport::gyro_x | 
Definition at line 405 of file bmi160.hpp.
Referenced by BMI160::measure().
| int16_t BMI160::BMIReport::gyro_y | 
Definition at line 406 of file bmi160.hpp.
Referenced by BMI160::measure().
| int16_t BMI160::BMIReport::gyro_z | 
Definition at line 407 of file bmi160.hpp.
Referenced by BMI160::measure().