PX4 Firmware
PX4 Autopilot Software http://px4.io
power_button_state_s Struct Reference

#include <power_button_state.h>

Collaboration diagram for power_button_state_s:

Public Attributes

uint64_t timestamp
 
uint8_t event
 
uint8_t _padding0 [7]
 

Detailed Description

Definition at line 55 of file power_button_state.h.

Member Data Documentation

◆ _padding0

uint8_t power_button_state_s::_padding0[7]

Definition at line 59 of file power_button_state.h.

◆ event

uint8_t power_button_state_s::event

Definition at line 58 of file power_button_state.h.

Referenced by Commander::run().

◆ timestamp

uint64_t power_button_state_s::timestamp

Definition at line 57 of file power_button_state.h.

Referenced by power_button_state_notification_cb().


The documentation for this struct was generated from the following file: