PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Public Attributes | |
enum MPL3115A2_BUS | busid |
const char * | devpath |
MPL3115A2_constructor | interface_constructor |
uint8_t | busnum |
MPL3115A2 * | dev |
Definition at line 585 of file mpl3115a2.cpp.
enum MPL3115A2_BUS mpl3115a2::mpl3115a2_bus_option::busid |
Definition at line 586 of file mpl3115a2.cpp.
uint8_t mpl3115a2::mpl3115a2_bus_option::busnum |
Definition at line 589 of file mpl3115a2.cpp.
MPL3115A2* mpl3115a2::mpl3115a2_bus_option::dev |
Definition at line 590 of file mpl3115a2.cpp.
Referenced by mpl3115a2::info(), and mpl3115a2::start_bus().
const char* mpl3115a2::mpl3115a2_bus_option::devpath |
Definition at line 587 of file mpl3115a2.cpp.
Referenced by mpl3115a2::info(), mpl3115a2::reset(), and mpl3115a2::test().
MPL3115A2_constructor mpl3115a2::mpl3115a2_bus_option::interface_constructor |
Definition at line 588 of file mpl3115a2.cpp.