|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Public Attributes | |
| MPU9250_BUS | busid |
| MPU9250_constructor | interface_constructor |
| bool | magpassthrough |
| uint8_t | busnum |
| uint32_t | address |
| MPU9250 * | dev |
Definition at line 52 of file mpu9250_main.cpp.
| uint32_t mpu9250::mpu9250_bus_option::address |
Definition at line 57 of file mpu9250_main.cpp.
| MPU9250_BUS mpu9250::mpu9250_bus_option::busid |
Definition at line 53 of file mpu9250_main.cpp.
| uint8_t mpu9250::mpu9250_bus_option::busnum |
Definition at line 56 of file mpu9250_main.cpp.
| MPU9250* mpu9250::mpu9250_bus_option::dev |
Definition at line 58 of file mpu9250_main.cpp.
Referenced by mpu9250::status(), and mpu9250::stop().
| MPU9250_constructor mpu9250::mpu9250_bus_option::interface_constructor |
Definition at line 54 of file mpu9250_main.cpp.
| bool mpu9250::mpu9250_bus_option::magpassthrough |
Definition at line 55 of file mpu9250_main.cpp.