2019-03-14 04:38:12 -03:00
|
|
|
-- Location stuff (this is a commented line)
|
|
|
|
|
|
|
|
include AP_Common/Location.h
|
|
|
|
|
|
|
|
userdata Location field lat int32_t read write -900000000 900000000
|
|
|
|
userdata Location field lng int32_t read write -1800000000 1800000000
|
2020-02-25 07:43:17 -04:00
|
|
|
userdata Location field alt int32_t read write (-LOCATION_ALT_MAX_M*100+1) (LOCATION_ALT_MAX_M*100-1)
|
2019-03-14 04:38:12 -03:00
|
|
|
userdata Location field relative_alt boolean read write
|
|
|
|
userdata Location field terrain_alt boolean read write
|
|
|
|
userdata Location field origin_alt boolean read write
|
|
|
|
userdata Location field loiter_xtrack boolean read write
|
|
|
|
|
|
|
|
userdata Location method get_distance float Location
|
|
|
|
userdata Location method offset void float -FLT_MAX FLT_MAX float -FLT_MAX FLT_MAX
|
2019-06-17 19:24:06 -03:00
|
|
|
userdata Location method get_vector_from_origin_NEU boolean Vector3f'Null
|
2019-10-17 03:29:14 -03:00
|
|
|
userdata Location method get_bearing float Location
|
2019-10-28 13:54:31 -03:00
|
|
|
userdata Location method get_distance_NED Vector3f Location
|
|
|
|
userdata Location method get_distance_NE Vector2f Location
|
2019-03-14 04:38:12 -03:00
|
|
|
|
|
|
|
include AP_AHRS/AP_AHRS.h
|
|
|
|
|
2019-04-15 19:11:26 -03:00
|
|
|
singleton AP_AHRS alias ahrs
|
2019-04-29 03:29:57 -03:00
|
|
|
singleton AP_AHRS semaphore
|
2019-07-11 23:06:01 -03:00
|
|
|
singleton AP_AHRS method get_roll float
|
|
|
|
singleton AP_AHRS method get_pitch float
|
|
|
|
singleton AP_AHRS method get_yaw float
|
2019-04-16 18:15:16 -03:00
|
|
|
singleton AP_AHRS method get_position boolean Location'Null
|
2019-04-12 05:10:26 -03:00
|
|
|
singleton AP_AHRS method get_home Location
|
2019-04-20 18:55:15 -03:00
|
|
|
singleton AP_AHRS method get_gyro Vector3f
|
2020-06-10 02:53:17 -03:00
|
|
|
singleton AP_AHRS method get_accel Vector3f
|
2019-04-20 18:55:15 -03:00
|
|
|
singleton AP_AHRS method get_hagl boolean float'Null
|
|
|
|
singleton AP_AHRS method wind_estimate Vector3f
|
|
|
|
singleton AP_AHRS method groundspeed_vector Vector2f
|
|
|
|
singleton AP_AHRS method get_velocity_NED boolean Vector3f'Null
|
|
|
|
singleton AP_AHRS method get_relative_position_NED_home boolean Vector3f'Null
|
|
|
|
singleton AP_AHRS method home_is_set boolean
|
|
|
|
singleton AP_AHRS method prearm_healthy boolean
|
2020-01-06 21:00:23 -04:00
|
|
|
singleton AP_AHRS method airspeed_estimate boolean float'Null
|
2020-03-06 06:12:09 -04:00
|
|
|
singleton AP_AHRS method get_vibration Vector3f
|
2020-05-07 18:24:07 -03:00
|
|
|
singleton AP_AHRS method earth_to_body Vector3f Vector3f
|
|
|
|
singleton AP_AHRS method body_to_earth Vector3f Vector3f
|
2020-05-09 18:46:31 -03:00
|
|
|
singleton AP_AHRS method get_EAS2TAS float
|
2019-04-20 18:55:15 -03:00
|
|
|
|
2019-07-18 09:05:39 -03:00
|
|
|
include AP_Arming/AP_Arming.h
|
|
|
|
|
|
|
|
singleton AP_Arming alias arming
|
2020-02-21 09:09:57 -04:00
|
|
|
singleton AP_Arming method disarm boolean AP_Arming::Method::SCRIPTING'literal
|
2019-07-18 09:05:39 -03:00
|
|
|
singleton AP_Arming method is_armed boolean
|
2019-07-22 20:35:00 -03:00
|
|
|
singleton AP_Arming method arm boolean AP_Arming::Method::SCRIPTING'literal
|
2020-02-12 00:50:38 -04:00
|
|
|
singleton AP_Arming method get_aux_auth_id boolean uint8_t'Null
|
|
|
|
singleton AP_Arming method set_aux_auth_passed void uint8_t 0 UINT8_MAX
|
|
|
|
singleton AP_Arming method set_aux_auth_failed void uint8_t 0 UINT8_MAX string
|
2019-07-18 09:05:39 -03:00
|
|
|
|
2019-04-20 18:55:15 -03:00
|
|
|
include AP_BattMonitor/AP_BattMonitor.h
|
|
|
|
|
|
|
|
singleton AP_BattMonitor alias battery
|
|
|
|
singleton AP_BattMonitor method num_instances uint8_t
|
2019-07-03 05:27:32 -03:00
|
|
|
singleton AP_BattMonitor method healthy boolean uint8_t 0 ud->num_instances()
|
|
|
|
singleton AP_BattMonitor method voltage float uint8_t 0 ud->num_instances()
|
|
|
|
singleton AP_BattMonitor method voltage_resting_estimate float uint8_t 0 ud->num_instances()
|
2019-07-07 11:35:40 -03:00
|
|
|
singleton AP_BattMonitor method current_amps boolean float'Null uint8_t 0 ud->num_instances()
|
|
|
|
singleton AP_BattMonitor method consumed_mah boolean float'Null uint8_t 0 ud->num_instances()
|
|
|
|
singleton AP_BattMonitor method consumed_wh boolean float'Null uint8_t 0 ud->num_instances()
|
2019-07-03 05:27:32 -03:00
|
|
|
singleton AP_BattMonitor method capacity_remaining_pct uint8_t uint8_t 0 ud->num_instances()
|
|
|
|
singleton AP_BattMonitor method pack_capacity_mah int32_t uint8_t 0 ud->num_instances()
|
2019-04-20 18:55:15 -03:00
|
|
|
singleton AP_BattMonitor method has_failsafed boolean
|
2019-07-03 05:27:32 -03:00
|
|
|
singleton AP_BattMonitor method overpower_detected boolean uint8_t 0 ud->num_instances()
|
|
|
|
singleton AP_BattMonitor method get_temperature boolean float'Null uint8_t 0 ud->num_instances()
|
2019-12-10 21:56:07 -04:00
|
|
|
singleton AP_BattMonitor method get_cycle_count boolean uint8_t 0 ud->num_instances() uint16_t'Null
|
2019-04-20 18:55:15 -03:00
|
|
|
|
|
|
|
include AP_GPS/AP_GPS.h
|
|
|
|
|
|
|
|
singleton AP_GPS alias gps
|
2019-07-17 01:27:25 -03:00
|
|
|
singleton AP_GPS enum NO_GPS NO_FIX GPS_OK_FIX_2D GPS_OK_FIX_3D GPS_OK_FIX_3D_DGPS GPS_OK_FIX_3D_RTK_FLOAT GPS_OK_FIX_3D_RTK_FIXED
|
2019-04-20 18:55:15 -03:00
|
|
|
singleton AP_GPS method num_sensors uint8_t
|
|
|
|
singleton AP_GPS method primary_sensor uint8_t
|
2019-07-03 05:27:32 -03:00
|
|
|
singleton AP_GPS method status uint8_t uint8_t 0 ud->num_sensors()
|
|
|
|
singleton AP_GPS method location Location uint8_t 0 ud->num_sensors()
|
|
|
|
singleton AP_GPS method speed_accuracy boolean uint8_t 0 ud->num_sensors() float'Null
|
|
|
|
singleton AP_GPS method horizontal_accuracy boolean uint8_t 0 ud->num_sensors() float'Null
|
|
|
|
singleton AP_GPS method vertical_accuracy boolean uint8_t 0 ud->num_sensors() float'Null
|
|
|
|
singleton AP_GPS method velocity Vector3f uint8_t 0 ud->num_sensors()
|
|
|
|
singleton AP_GPS method ground_speed float uint8_t 0 ud->num_sensors()
|
|
|
|
singleton AP_GPS method ground_course float uint8_t 0 ud->num_sensors()
|
|
|
|
singleton AP_GPS method num_sats uint8_t uint8_t 0 ud->num_sensors()
|
|
|
|
singleton AP_GPS method time_week uint16_t uint8_t 0 ud->num_sensors()
|
|
|
|
singleton AP_GPS method time_week_ms uint32_t uint8_t 0 ud->num_sensors()
|
|
|
|
singleton AP_GPS method get_hdop uint16_t uint8_t 0 ud->num_sensors()
|
|
|
|
singleton AP_GPS method get_vdop uint16_t uint8_t 0 ud->num_sensors()
|
|
|
|
singleton AP_GPS method last_fix_time_ms uint32_t uint8_t 0 ud->num_sensors()
|
|
|
|
singleton AP_GPS method last_message_time_ms uint32_t uint8_t 0 ud->num_sensors()
|
|
|
|
singleton AP_GPS method have_vertical_velocity boolean uint8_t 0 ud->num_sensors()
|
|
|
|
singleton AP_GPS method get_antenna_offset Vector3f uint8_t 0 ud->num_sensors()
|
2019-07-23 03:22:09 -03:00
|
|
|
singleton AP_GPS method first_unconfigured_gps boolean uint8_t'Null
|
2019-03-14 04:38:12 -03:00
|
|
|
|
|
|
|
include AP_Math/AP_Math.h
|
|
|
|
|
|
|
|
userdata Vector3f field x float read write -FLT_MAX FLT_MAX
|
|
|
|
userdata Vector3f field y float read write -FLT_MAX FLT_MAX
|
|
|
|
userdata Vector3f field z float read write -FLT_MAX FLT_MAX
|
2019-04-20 18:55:15 -03:00
|
|
|
userdata Vector3f method length float
|
|
|
|
userdata Vector3f method normalize void
|
2019-07-24 01:18:29 -03:00
|
|
|
userdata Vector3f method is_nan boolean
|
|
|
|
userdata Vector3f method is_inf boolean
|
|
|
|
userdata Vector3f method is_zero boolean
|
2019-04-21 21:34:52 -03:00
|
|
|
userdata Vector3f operator +
|
|
|
|
userdata Vector3f operator -
|
2020-05-07 18:24:07 -03:00
|
|
|
userdata Vector3f method dot float Vector3f
|
|
|
|
userdata Vector3f method cross Vector3f Vector3f
|
|
|
|
userdata Vector3f method scale Vector3f float -FLT_MAX FLT_MAX
|
2019-04-20 18:55:15 -03:00
|
|
|
|
|
|
|
userdata Vector2f field x float read write -FLT_MAX FLT_MAX
|
|
|
|
userdata Vector2f field y float read write -FLT_MAX FLT_MAX
|
|
|
|
userdata Vector2f method length float
|
|
|
|
userdata Vector2f method normalize void
|
2019-07-24 01:18:29 -03:00
|
|
|
userdata Vector2f method is_nan boolean
|
|
|
|
userdata Vector2f method is_inf boolean
|
|
|
|
userdata Vector2f method is_zero boolean
|
2020-07-03 01:05:47 -03:00
|
|
|
userdata Vector2f method rotate void float -FLT_MAX FLT_MAX
|
2019-04-21 21:34:52 -03:00
|
|
|
userdata Vector2f operator +
|
|
|
|
userdata Vector2f operator -
|
2019-03-14 04:38:12 -03:00
|
|
|
|
|
|
|
include AP_Notify/AP_Notify.h
|
2019-10-16 04:15:14 -03:00
|
|
|
singleton AP_Notify alias notify
|
2019-04-12 05:10:26 -03:00
|
|
|
singleton AP_Notify method play_tune void string
|
2019-11-25 18:28:01 -04:00
|
|
|
singleton AP_Notify method handle_rgb void uint8_t 0 UINT8_MAX uint8_t 0 UINT8_MAX uint8_t 0 UINT8_MAX uint8_t 0 UINT8_MAX
|
2019-04-12 05:10:26 -03:00
|
|
|
|
2020-07-29 10:55:47 -03:00
|
|
|
include AP_Proximity/AP_Proximity.h
|
|
|
|
|
|
|
|
singleton AP_Proximity alias proximity
|
|
|
|
singleton AP_Proximity method num_sensors uint8_t
|
|
|
|
singleton AP_Proximity method get_object_count uint8_t
|
|
|
|
singleton AP_Proximity method get_closest_object boolean float'Null float'Null
|
|
|
|
singleton AP_Proximity method get_object_angle_and_distance boolean uint8_t 0 UINT8_MAX float'Null float'Null
|
|
|
|
|
2019-04-12 05:10:26 -03:00
|
|
|
include AP_RangeFinder/AP_RangeFinder.h
|
2019-04-22 20:13:06 -03:00
|
|
|
|
2019-04-15 19:11:26 -03:00
|
|
|
singleton RangeFinder alias rangefinder
|
2019-04-12 05:10:26 -03:00
|
|
|
singleton RangeFinder method num_sensors uint8_t
|
2020-07-29 10:54:25 -03:00
|
|
|
singleton RangeFinder method has_orientation boolean Rotation'enum ROTATION_NONE ROTATION_MAX-1
|
|
|
|
singleton RangeFinder method distance_cm_orient uint16_t Rotation'enum ROTATION_NONE ROTATION_MAX-1
|
|
|
|
singleton RangeFinder method max_distance_cm_orient uint16_t Rotation'enum ROTATION_NONE ROTATION_MAX-1
|
|
|
|
singleton RangeFinder method min_distance_cm_orient uint16_t Rotation'enum ROTATION_NONE ROTATION_MAX-1
|
|
|
|
singleton RangeFinder method ground_clearance_cm_orient uint16_t Rotation'enum ROTATION_NONE ROTATION_MAX-1
|
|
|
|
singleton RangeFinder method has_data_orient boolean Rotation'enum ROTATION_NONE ROTATION_MAX-1
|
|
|
|
singleton RangeFinder method get_pos_offset_orient Vector3f Rotation'enum ROTATION_NONE ROTATION_MAX-1
|
2019-04-22 20:13:06 -03:00
|
|
|
|
2019-04-24 00:20:07 -03:00
|
|
|
include AP_Terrain/AP_Terrain.h
|
|
|
|
|
2019-08-20 21:18:16 -03:00
|
|
|
depends AP_TERRAIN_AVAILABLE 1 Scripting requires terrain to be available
|
|
|
|
|
2019-04-24 00:20:07 -03:00
|
|
|
singleton AP_Terrain alias terrain
|
|
|
|
singleton AP_Terrain method enabled boolean
|
2019-08-15 21:08:43 -03:00
|
|
|
singleton AP_Terrain enum TerrainStatusDisabled TerrainStatusUnhealthy TerrainStatusOK
|
2019-04-24 00:20:07 -03:00
|
|
|
singleton AP_Terrain method status uint8_t
|
|
|
|
singleton AP_Terrain method height_amsl boolean Location float'Null boolean
|
|
|
|
singleton AP_Terrain method height_terrain_difference_home boolean float'Null boolean
|
|
|
|
singleton AP_Terrain method height_above_terrain boolean float'Null boolean
|
|
|
|
|
2019-04-22 20:13:06 -03:00
|
|
|
include AP_Relay/AP_Relay.h
|
|
|
|
|
|
|
|
singleton AP_Relay alias relay
|
|
|
|
singleton AP_Relay method on void uint8_t 0 AP_RELAY_NUM_RELAYS
|
|
|
|
singleton AP_Relay method off void uint8_t 0 AP_RELAY_NUM_RELAYS
|
|
|
|
singleton AP_Relay method enabled boolean uint8_t 0 AP_RELAY_NUM_RELAYS
|
|
|
|
singleton AP_Relay method toggle void uint8_t 0 AP_RELAY_NUM_RELAYS
|
2019-04-29 04:42:26 -03:00
|
|
|
|
|
|
|
include GCS_MAVLink/GCS.h
|
|
|
|
singleton GCS alias gcs
|
2019-07-23 22:53:39 -03:00
|
|
|
singleton GCS method send_text void MAV_SEVERITY'enum MAV_SEVERITY_EMERGENCY MAV_SEVERITY_DEBUG "%s"'literal string
|
2019-10-09 01:06:24 -03:00
|
|
|
singleton GCS method set_message_interval MAV_RESULT'enum uint8_t 0 MAVLINK_COMM_NUM_BUFFERS uint32_t 0U UINT32_MAX int32_t -1 INT32_MAX
|
2019-10-17 00:50:31 -03:00
|
|
|
|
|
|
|
include AP_Vehicle/AP_Vehicle.h
|
|
|
|
singleton AP_Vehicle alias vehicle
|
2020-02-11 19:11:11 -04:00
|
|
|
singleton AP_Vehicle scheduler-semaphore
|
2019-10-17 00:50:31 -03:00
|
|
|
singleton AP_Vehicle method set_mode boolean uint8_t 0 UINT8_MAX ModeReason::SCRIPTING'literal
|
2020-01-09 10:45:47 -04:00
|
|
|
singleton AP_Vehicle method get_mode uint8_t
|
2020-01-06 21:00:23 -04:00
|
|
|
singleton AP_Vehicle method get_likely_flying boolean
|
|
|
|
singleton AP_Vehicle method get_time_flying_ms uint32_t
|
2020-03-06 22:33:09 -04:00
|
|
|
singleton AP_Vehicle method start_takeoff boolean float (-LOCATION_ALT_MAX_M*100+1) (LOCATION_ALT_MAX_M*100-1)
|
2020-02-18 00:12:07 -04:00
|
|
|
singleton AP_Vehicle method set_target_location boolean Location
|
2020-07-22 11:41:13 -03:00
|
|
|
singleton AP_Vehicle method get_control_output boolean AP_Vehicle::ControlOutput'enum AP_Vehicle::ControlOutput::Roll AP_Vehicle::ControlOutput::Last_ControlOutput float'Null
|
2020-03-06 06:12:09 -04:00
|
|
|
singleton AP_Vehicle method get_target_location boolean Location'Null
|
2020-03-06 22:33:09 -04:00
|
|
|
singleton AP_Vehicle method set_target_velocity_NED boolean Vector3f
|
2020-05-31 20:30:20 -03:00
|
|
|
singleton AP_Vehicle method set_target_angle_and_climbrate boolean float -180 180 float -90 90 float -360 360 float -FLT_MAX FLT_MAX boolean float -FLT_MAX FLT_MAX
|
2020-06-15 04:34:35 -03:00
|
|
|
singleton AP_Vehicle method set_steering_and_throttle boolean float -1 1 float -1 1
|
2019-10-30 07:12:55 -03:00
|
|
|
|
|
|
|
include AP_SerialLED/AP_SerialLED.h
|
|
|
|
singleton AP_SerialLED alias serialLED
|
2020-02-22 19:54:09 -04:00
|
|
|
singleton AP_SerialLED method set_num_neopixel boolean uint8_t 1 16 uint8_t 0 AP_SERIALLED_MAX_LEDS
|
|
|
|
singleton AP_SerialLED method set_num_profiled boolean uint8_t 1 16 uint8_t 0 AP_SERIALLED_MAX_LEDS
|
2020-02-09 06:35:56 -04:00
|
|
|
singleton AP_SerialLED method set_RGB void uint8_t 1 16 int8_t -1 INT8_MAX uint8_t 0 UINT8_MAX uint8_t 0 UINT8_MAX uint8_t 0 UINT8_MAX
|
2020-02-22 19:54:09 -04:00
|
|
|
singleton AP_SerialLED method send void uint8_t 1 16
|
2019-10-30 07:12:55 -03:00
|
|
|
|
|
|
|
include SRV_Channel/SRV_Channel.h
|
|
|
|
singleton SRV_Channels alias SRV_Channels
|
|
|
|
singleton SRV_Channels method find_channel boolean SRV_Channel::Aux_servo_function_t'enum SRV_Channel::k_none SRV_Channel::k_nr_aux_servo_functions-1 uint8_t'Null
|
2020-04-17 02:36:50 -03:00
|
|
|
singleton SRV_Channels method set_output_pwm void SRV_Channel::Aux_servo_function_t'enum SRV_Channel::k_none SRV_Channel::k_nr_aux_servo_functions-1 uint16_t 0 UINT16_MAX
|
|
|
|
singleton SRV_Channels method set_output_pwm_chan void uint8_t 0 NUM_SERVO_CHANNELS-1 uint16_t 0 UINT16_MAX
|
2020-05-24 23:45:17 -03:00
|
|
|
singleton SRV_Channels method set_output_pwm_chan_timeout void uint8_t 0 NUM_SERVO_CHANNELS-1 uint16_t 0 UINT16_MAX uint16_t 0 UINT16_MAX
|
2020-04-17 02:36:50 -03:00
|
|
|
singleton SRV_Channels method set_output_scaled void SRV_Channel::Aux_servo_function_t'enum SRV_Channel::k_none SRV_Channel::k_nr_aux_servo_functions-1 int16_t INT16_MIN INT16_MAX
|
2020-05-18 01:23:18 -03:00
|
|
|
singleton SRV_Channels method get_output_pwm boolean SRV_Channel::Aux_servo_function_t'enum SRV_Channel::k_none SRV_Channel::k_nr_aux_servo_functions-1 uint16_t'Null
|
2020-06-11 12:50:55 -03:00
|
|
|
singleton SRV_Channels method get_output_scaled int16_t SRV_Channel::Aux_servo_function_t'enum SRV_Channel::k_none SRV_Channel::k_nr_aux_servo_functions-1
|
2020-08-07 21:00:22 -03:00
|
|
|
singleton SRV_Channels method set_output_norm void SRV_Channel::Aux_servo_function_t'enum SRV_Channel::k_none SRV_Channel::k_nr_aux_servo_functions-1 float -1 1
|
2020-08-19 08:48:48 -03:00
|
|
|
singleton SRV_Channels method set_angle void SRV_Channel::Aux_servo_function_t'enum SRV_Channel::k_none SRV_Channel::k_nr_aux_servo_functions-1 uint16_t 0 UINT16_MAX
|
|
|
|
singleton SRV_Channels method set_range void SRV_Channel::Aux_servo_function_t'enum SRV_Channel::k_none SRV_Channel::k_nr_aux_servo_functions-1 uint16_t 0 UINT16_MAX
|
2020-07-07 21:30:45 -03:00
|
|
|
|
|
|
|
ap_object RC_Channel method norm_input float
|
|
|
|
ap_object RC_Channel method get_aux_switch_pos uint8_t
|
|
|
|
|
2019-12-03 22:08:46 -04:00
|
|
|
include RC_Channel/RC_Channel.h
|
|
|
|
singleton RC_Channels alias rc
|
|
|
|
singleton RC_Channels method get_pwm boolean uint8_t 1 NUM_RC_CHANNELS uint16_t'Null
|
2020-07-07 21:30:45 -03:00
|
|
|
singleton RC_Channels method find_channel_for_option RC_Channel RC_Channel::AUX_FUNC'enum 0 UINT16_MAX
|
2020-01-08 16:34:26 -04:00
|
|
|
|
|
|
|
include AP_SerialManager/AP_SerialManager.h
|
|
|
|
|
|
|
|
ap_object AP_HAL::UARTDriver method begin void uint32_t 1U UINT32_MAX
|
|
|
|
ap_object AP_HAL::UARTDriver method read int16_t
|
|
|
|
ap_object AP_HAL::UARTDriver method write uint32_t uint8_t 0 UINT8_MAX
|
|
|
|
ap_object AP_HAL::UARTDriver method available uint32_t
|
|
|
|
ap_object AP_HAL::UARTDriver method set_flow_control void AP_HAL::UARTDriver::flow_control'enum AP_HAL::UARTDriver::FLOW_CONTROL_DISABLE AP_HAL::UARTDriver::FLOW_CONTROL_AUTO
|
|
|
|
|
|
|
|
singleton AP_SerialManager alias serial
|
|
|
|
singleton AP_SerialManager method find_serial AP_HAL::UARTDriver AP_SerialManager::SerialProtocol_Scripting'literal uint8_t 0 UINT8_MAX
|
2020-01-06 21:00:23 -04:00
|
|
|
|
|
|
|
include AP_Baro/AP_Baro.h
|
|
|
|
singleton AP_Baro alias baro
|
|
|
|
singleton AP_Baro method get_pressure float
|
|
|
|
singleton AP_Baro method get_temperature float
|
|
|
|
singleton AP_Baro method get_external_temperature float
|
2020-01-29 07:50:32 -04:00
|
|
|
|
|
|
|
include AP_ESC_Telem/AP_ESC_Telem.h
|
|
|
|
singleton AP_ESC_Telem alias esc_telem
|
|
|
|
singleton AP_ESC_Telem method get_usage_seconds boolean uint8_t 0 NUM_SERVO_CHANNELS uint32_t'Null
|
2019-11-25 12:22:26 -04:00
|
|
|
|
|
|
|
include AP_Param/AP_Param.h
|
|
|
|
singleton AP_Param alias param
|
|
|
|
singleton AP_Param method get boolean string float'Null
|
|
|
|
singleton AP_Param method set boolean string float -FLT_MAX FLT_MAX
|
|
|
|
singleton AP_Param method set_and_save boolean string float -FLT_MAX FLT_MAX
|
2019-11-23 14:58:36 -04:00
|
|
|
|
|
|
|
include AP_Mission/AP_Mission.h
|
|
|
|
singleton AP_Mission alias mission
|
|
|
|
singleton AP_Mission scheduler-semaphore
|
|
|
|
singleton AP_Mission enum MISSION_STOPPED MISSION_RUNNING MISSION_COMPLETE
|
|
|
|
singleton AP_Mission method state uint8_t
|
|
|
|
singleton AP_Mission method get_current_nav_index uint16_t
|
2019-11-23 20:52:40 -04:00
|
|
|
singleton AP_Mission method set_current_cmd boolean uint16_t 0 (ud->num_commands()-1)
|
2019-11-23 14:58:36 -04:00
|
|
|
singleton AP_Mission method get_prev_nav_cmd_id uint16_t
|
|
|
|
singleton AP_Mission method get_current_nav_id uint16_t
|
|
|
|
singleton AP_Mission method get_current_do_cmd_id uint16_t
|
|
|
|
singleton AP_Mission method num_commands uint16_t
|
2020-05-04 21:27:56 -03:00
|
|
|
singleton AP_Mission method get_item boolean uint16_t 0 UINT16_MAX mavlink_mission_item_int_t'Null
|
|
|
|
singleton AP_Mission method set_item boolean uint16_t 0 UINT16_MAX mavlink_mission_item_int_t
|
|
|
|
|
|
|
|
userdata mavlink_mission_item_int_t field param1 float read write -FLT_MAX FLT_MAX
|
|
|
|
userdata mavlink_mission_item_int_t field param2 float read write -FLT_MAX FLT_MAX
|
|
|
|
userdata mavlink_mission_item_int_t field param3 float read write -FLT_MAX FLT_MAX
|
|
|
|
userdata mavlink_mission_item_int_t field param4 float read write -FLT_MAX FLT_MAX
|
|
|
|
userdata mavlink_mission_item_int_t field x int32_t read write -INT32_MAX INT32_MAX
|
|
|
|
userdata mavlink_mission_item_int_t field y int32_t read write -INT32_MAX INT32_MAX
|
|
|
|
userdata mavlink_mission_item_int_t field z float read write -FLT_MAX FLT_MAX
|
|
|
|
userdata mavlink_mission_item_int_t field seq uint16_t read write 0 UINT16_MAX
|
|
|
|
userdata mavlink_mission_item_int_t field command uint16_t read write 0 UINT16_MAX
|
|
|
|
-- userdata mavlink_mission_item_int_t field target_system uint8_t read write 0 UINT8_MAX
|
|
|
|
-- userdata mavlink_mission_item_int_t field target_component uint8_t read write 0 UINT8_MAX
|
|
|
|
userdata mavlink_mission_item_int_t field frame uint8_t read write 0 UINT8_MAX
|
|
|
|
userdata mavlink_mission_item_int_t field current uint8_t read write 0 UINT8_MAX
|
|
|
|
-- userdata mavlink_mission_item_int_t field autocontinue uint8_t read write 0 UINT8_MAX
|
|
|
|
|
2020-03-05 19:50:52 -04:00
|
|
|
|
|
|
|
include AP_RPM/AP_RPM.h
|
|
|
|
singleton AP_RPM alias RPM
|
|
|
|
singleton AP_RPM method get_rpm boolean uint8_t 0 RPM_MAX_INSTANCES float'Null
|
2019-12-23 19:22:54 -04:00
|
|
|
|
|
|
|
include AP_Button/AP_Button.h
|
|
|
|
singleton AP_Button alias button
|
|
|
|
singleton AP_Button method get_button_state boolean uint8_t 1 AP_BUTTON_NUM_PINS
|