| 
    APM:Libraries
    
   | 
 
#include <AC_PrecLand_SITL_Gazebo.h>
Public Member Functions | |
| AC_PrecLand_SITL_Gazebo (const AC_PrecLand &frontend, AC_PrecLand::precland_state &state) | |
| void | init () override | 
| void | update () override | 
| bool | get_los_body (Vector3f &ret) override | 
| uint32_t | los_meas_time_ms () override | 
| bool | have_los_meas () override | 
  Public Member Functions inherited from AC_PrecLand_Backend | |
| AC_PrecLand_Backend (const AC_PrecLand &frontend, AC_PrecLand::precland_state &state) | |
| virtual | ~AC_PrecLand_Backend () | 
| virtual float | distance_to_target () | 
| virtual void | handle_msg (mavlink_message_t *msg) | 
| int8_t | get_bus (void) const | 
Private Attributes | |
| AP_IRLock_SITL | irlock | 
| Vector3f | _los_meas_body | 
| bool | _have_los_meas | 
| uint32_t | _los_meas_time_ms | 
Additional Inherited Members | |
  Protected Attributes inherited from AC_PrecLand_Backend | |
| const AC_PrecLand & | _frontend | 
| AC_PrecLand::precland_state & | _state | 
Definition at line 14 of file AC_PrecLand_SITL_Gazebo.h.
| AC_PrecLand_SITL_Gazebo::AC_PrecLand_SITL_Gazebo | ( | const AC_PrecLand & | frontend, | 
| AC_PrecLand::precland_state & | state | ||
| ) | 
Definition at line 9 of file AC_PrecLand_SITL_Gazebo.cpp.
      
  | 
  overridevirtual | 
Implements AC_PrecLand_Backend.
Definition at line 40 of file AC_PrecLand_SITL_Gazebo.cpp.
      
  | 
  overridevirtual | 
Implements AC_PrecLand_Backend.
Definition at line 54 of file AC_PrecLand_SITL_Gazebo.cpp.
Referenced by get_los_body().
      
  | 
  overridevirtual | 
Implements AC_PrecLand_Backend.
Definition at line 16 of file AC_PrecLand_SITL_Gazebo.cpp.
      
  | 
  overridevirtual | 
Implements AC_PrecLand_Backend.
Definition at line 49 of file AC_PrecLand_SITL_Gazebo.cpp.
      
  | 
  overridevirtual | 
Implements AC_PrecLand_Backend.
Definition at line 22 of file AC_PrecLand_SITL_Gazebo.cpp.
      
  | 
  private | 
Definition at line 41 of file AC_PrecLand_SITL_Gazebo.h.
Referenced by have_los_meas(), and update().
      
  | 
  private | 
Definition at line 40 of file AC_PrecLand_SITL_Gazebo.h.
Referenced by get_los_body(), and update().
      
  | 
  private | 
Definition at line 42 of file AC_PrecLand_SITL_Gazebo.h.
Referenced by los_meas_time_ms(), and update().
      
  | 
  private | 
Definition at line 38 of file AC_PrecLand_SITL_Gazebo.h.
 1.8.13