|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Public Attributes | |
| enum LPS22HB_BUS | busid |
| const char * | devpath |
| LPS22HB_constructor | interface_constructor |
| uint8_t | busnum |
| LPS22HB * | dev |
Definition at line 51 of file lps22hb_main.cpp.
| enum LPS22HB_BUS lps22hb::lps22hb_bus_option::busid |
Definition at line 52 of file lps22hb_main.cpp.
Referenced by lps22hb_main().
| uint8_t lps22hb::lps22hb_bus_option::busnum |
Definition at line 55 of file lps22hb_main.cpp.
| LPS22HB* lps22hb::lps22hb_bus_option::dev |
Definition at line 56 of file lps22hb_main.cpp.
Referenced by lps22hb::find_bus(), lps22hb::start(), and lps22hb::start_bus().
| const char* lps22hb::lps22hb_bus_option::devpath |
Definition at line 53 of file lps22hb_main.cpp.
Referenced by lps22hb::reset(), and lps22hb::start_bus().
| LPS22HB_constructor lps22hb::lps22hb_bus_option::interface_constructor |
Definition at line 54 of file lps22hb_main.cpp.