PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <safety.h>
Public Attributes | |
uint64_t | timestamp |
bool | safety_switch_available |
bool | safety_off |
bool | override_available |
bool | override_enabled |
uint8_t | _padding0 [4] |
bool safety_s::override_available |
Definition at line 56 of file safety.h.
Referenced by PX4IO::io_handle_status(), and Commander::set_main_state().
bool safety_s::override_enabled |
Definition at line 57 of file safety.h.
Referenced by PX4IO::io_handle_status(), and Commander::set_main_state().
bool safety_s::safety_off |
Definition at line 55 of file safety.h.
Referenced by StateMachineHelperTest::armingStateTransitionTest(), Commander::handle_command_motor_test(), PX4IO::io_handle_status(), is_safe(), StateMachineHelperTest::isSafeTest(), PreFlightCheck::preArmCheck(), SafetyButton::Run(), Commander::run(), and BlinkM::Run().
bool safety_s::safety_switch_available |
Definition at line 54 of file safety.h.
Referenced by StateMachineHelperTest::armingStateTransitionTest(), Commander::handle_command_motor_test(), PX4IO::io_handle_status(), is_safe(), StateMachineHelperTest::isSafeTest(), PreFlightCheck::preArmCheck(), SafetyButton::Run(), and Commander::run().
uint64_t safety_s::timestamp |
Definition at line 53 of file safety.h.
Referenced by PX4IO::io_handle_status(), and SafetyButton::Run().