PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <uORB/uORB.h>
Go to the source code of this file.
Classes | |
struct | power_button_state_s |
Macros | |
#define | POWER_BUTTON_STATE_PWR_BUTTON_STATE_IDEL 0 |
#define | POWER_BUTTON_STATE_PWR_BUTTON_STATE_DOWN 1 |
#define | POWER_BUTTON_STATE_PWR_BUTTON_STATE_UP 2 |
#define | POWER_BUTTON_STATE_PWR_BUTTON_STATE_REQUEST_SHUTDOWN 3 |
Functions | |
ORB_DECLARE (power_button_state) | |
#define POWER_BUTTON_STATE_PWR_BUTTON_STATE_DOWN 1 |
Definition at line 45 of file power_button_state.h.
#define POWER_BUTTON_STATE_PWR_BUTTON_STATE_IDEL 0 |
Definition at line 44 of file power_button_state.h.
#define POWER_BUTTON_STATE_PWR_BUTTON_STATE_REQUEST_SHUTDOWN 3 |
Definition at line 47 of file power_button_state.h.
#define POWER_BUTTON_STATE_PWR_BUTTON_STATE_UP 2 |
Definition at line 46 of file power_button_state.h.
ORB_DECLARE | ( | power_button_state | ) |