| PX4 Firmware
    PX4 Autopilot Software http://px4.io | 
| Public Attributes | |
| enum MPU6000_BUS | busid | 
| MPU_DEVICE_TYPE | device_type | 
| MPU6000_constructor | interface_constructor | 
| uint8_t | busnum | 
| bool | external | 
| MPU6000 * | dev | 
Definition at line 46 of file mpu6000_main.cpp.
| enum MPU6000_BUS mpu6000::mpu6000_bus_option::busid | 
Definition at line 47 of file mpu6000_main.cpp.
Referenced by mpu6000_main().
| uint8_t mpu6000::mpu6000_bus_option::busnum | 
Definition at line 50 of file mpu6000_main.cpp.
| MPU6000* mpu6000::mpu6000_bus_option::dev | 
Definition at line 52 of file mpu6000_main.cpp.
Referenced by mpu6000::factorytest(), mpu6000::find_bus(), mpu6000::info(), mpu6000::regdump(), mpu6000::reset(), mpu6000::start(), mpu6000::start_bus(), mpu6000::stop(), and mpu6000::testerror().
| MPU_DEVICE_TYPE mpu6000::mpu6000_bus_option::device_type | 
Definition at line 48 of file mpu6000_main.cpp.
Referenced by mpu6000_main().
| bool mpu6000::mpu6000_bus_option::external | 
Definition at line 51 of file mpu6000_main.cpp.
Referenced by mpu6000::start_bus().
| MPU6000_constructor mpu6000::mpu6000_bus_option::interface_constructor | 
Definition at line 49 of file mpu6000_main.cpp.