PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <power_button_state.h>
Public Attributes | |
uint64_t | timestamp |
uint8_t | event |
uint8_t | _padding0 [7] |
Definition at line 55 of file power_button_state.h.
uint8_t power_button_state_s::_padding0[7] |
Definition at line 59 of file power_button_state.h.
uint8_t power_button_state_s::event |
Definition at line 58 of file power_button_state.h.
Referenced by Commander::run().
uint64_t power_button_state_s::timestamp |
Definition at line 57 of file power_button_state.h.
Referenced by power_button_state_notification_cb().