|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Public Attributes | |
| enum LPS25H_BUS | busid |
| const char * | devpath |
| LPS25H_constructor | interface_constructor |
| uint8_t | busnum |
| LPS25H * | dev |
Definition at line 665 of file lps25h.cpp.
| enum LPS25H_BUS lps25h::lps25h_bus_option::busid |
Definition at line 666 of file lps25h.cpp.
| uint8_t lps25h::lps25h_bus_option::busnum |
Definition at line 669 of file lps25h.cpp.
| LPS25H* lps25h::lps25h_bus_option::dev |
Definition at line 670 of file lps25h.cpp.
Referenced by lps25h::info(), and lps25h::start_bus().
| const char* lps25h::lps25h_bus_option::devpath |
Definition at line 667 of file lps25h.cpp.
Referenced by lps25h::info(), lps25h::reset(), and lps25h::test().
| LPS25H_constructor lps25h::lps25h_bus_option::interface_constructor |
Definition at line 668 of file lps25h.cpp.