MCPcopy Create free account

hub / github.com/ArduPilot/ardupilot / functions

Functions24,809 in github.com/ArduPilot/ardupilot

↓ 13 callersMethodhave_serial
have_serial - return true if we have the given serial protocol configured
libraries/AP_SerialManager/AP_SerialManager.cpp:660
↓ 13 callersFunctionhex_to_uint8
* return the numeric value of an ascii hex character * * @param [in] a Hexa character * @param [out] res uint8 value * @retval true Conversion
libraries/AP_Common/AP_Common.cpp:53
↓ 13 callersMethodinput_vel_accel_xy
input_vel_accel_xy - calculate a jerk limited path from the current position, velocity and acceleration to an input velocity and acceleration. The vel
libraries/AC_AttitudeControl/AC_PosControl.cpp:565
↓ 13 callersMethodinstall_applet_script_context
installs an applet script which will be removed when the context goes away
Tools/autotest/vehicle_test_suite.py:4984
↓ 13 callersMethodinstall_example_script_context
installs an example script which will be removed when the context goes away
Tools/autotest/vehicle_test_suite.py:4953
↓ 13 callersMethodis_autopilot_mode
return if in non-manual mode : Auto, Guided, RTL, SmartRTL
Rover/mode.h:63
↓ 13 callersFunctionle16toh_ptr
methods for misaligned buffers
libraries/AP_HAL/utility/sparse-endian.h:99
↓ 13 callersFunctionluaK_exp2nextreg
** Ensures final expression result (including results from its jump ** lists) is in next available register. */
libraries/AP_Scripting/lua/src/lcode.c:710
↓ 13 callersFunctionmap_filename_free
libraries/AP_Filesystem/AP_Filesystem_posix.cpp:67
↓ 13 callersMethodmavproxy_load_module
(self, mavproxy, module)
Tools/autotest/vehicle_test_suite.py:12698
↓ 13 callersMethodoutput
run output for tailsitters */
ArduPlane/tailsitter.cpp:285
↓ 13 callersFunctionpanic
libraries/AP_HAL_ChibiOS/system.cpp:327
↓ 13 callersMethodpeek
libraries/AP_HAL/utility/RingBuffer.cpp:274
↓ 13 callersMethodprogress
pretty-print progress
Tools/scripts/size_compare_branches.py:338
↓ 13 callersMethodreset_I
libraries/APM_Control/AP_YawController.cpp:371
↓ 13 callersMethodrootdir
(self)
Tools/autotest/vehicle_test_suite.py:4990
↓ 13 callersMethodrotate_inverse
libraries/AP_Math/vector3.cpp:277
↓ 13 callersMethodrun_auxfunc
(self, function, level, run_cmd=None,
Tools/autotest/vehicle_test_suite.py:4316
↓ 13 callersMethodset_configured_power_mw
set the current power
libraries/AP_VideoTX/AP_VideoTX.cpp:188
↓ 13 callersMethodset_current_cmd
set_current_cmd - jumps to command specified by index
libraries/AP_Mission/AP_Mission.cpp:586
↓ 13 callersMethodset_wp_destination
set_wp_destination - set destination waypoints using position vectors (distance from ekf origin in cm) terrain_alt should be true if destination.z is
libraries/AC_WPNav/AC_WPNav.cpp:291
↓ 13 callersFunctionsim_rand_float
libraries/AP_InertialSensor/AP_InertialSensor_NONE.cpp:10
↓ 13 callersFunctionsrcpath
(path)
Tools/ardupilotwaf/chibios.py:568
↓ 13 callersFunctionstm32_flash_lock
libraries/AP_HAL_ChibiOS/hwdef/common/flash.c:289
↓ 13 callersMethodstop_clock
set simulation timestamp */
libraries/AP_HAL_SITL/Scheduler.cpp:301
↓ 13 callersMethodtodouble
libraries/AP_Math/vector3.h:280
↓ 13 callersMethodupdate
update - ensures the command queues are loaded with the next command and calls main programs command_init and command_verify functions to progress the
libraries/AP_Mission/AP_Mission.cpp:310
↓ 13 callersMethodupdate_wpnav
update_wpnav - run the wp controller - should be called at 100hz or higher
libraries/AC_WPNav/AC_WPNav.cpp:591
↓ 13 callersMethoduse_for_yaw
return true if the compass should be used for yaw calculations
libraries/AP_Compass/AP_Compass.cpp:1972
↓ 13 callersMethodvsnprintf
libraries/AP_HAL/Util.cpp:55
↓ 13 callersMethodwas_watchdog_reset
return true if the reason for the reboot was a watchdog reset
libraries/AP_HAL_ESP32/Util.cpp:234
↓ 13 callersFunctionwrite_equations_to_file
(equations,code_generator_id,n_obs)
libraries/AP_NavEKF3/derivation/generate_1.py:130
↓ 12 callersFunctionLoadByte
libraries/AP_Scripting/lua/src/lundump.c:67
↓ 12 callersMethodLog_Write
libraries/AP_AHRS/AP_AHRS.cpp:3408
↓ 12 callersMethodaddglob
Add a set of files.
Tools/autotest/autotest.py:614
↓ 12 callersMethodadjust_trim
auto-adjust channel trim from an integrator value. Positive v means adjust trim up. Negative means decrease */
libraries/SRV_Channel/SRV_Channel_aux.cpp:698
↓ 12 callersMethodassert_message_rate_hz
(self, message, want_rate, sample_period=20, ndigits=0, mav=None)
Tools/autotest/vehicle_test_suite.py:11033
↓ 12 callersMethodassert_not_receive_message
this is like assert_not_receiving_message but uses sim time not wallclock time
Tools/autotest/vehicle_test_suite.py:5090
↓ 12 callersFunctioncamera
libraries/AP_Camera/AP_Camera.cpp:982
↓ 12 callersFunctioncan_printf
printf to CAN LogMessage for debugging, with DEBUG level
Tools/AP_Periph/can.cpp:2036
↓ 12 callersMethodchange_altitude
Get to a given altitude.
Tools/autotest/arduplane.py:279
↓ 12 callersMethodclear
clear given bitnumber
libraries/AP_Common/Bitmask.h:80
↓ 12 callersMethodconfigure_parity
libraries/AP_HAL_SITL/UART_utils.cpp:71
↓ 12 callersMethodcos_roll
helper trig value accessors
libraries/AP_AHRS/AP_AHRS.h:564
↓ 12 callersFunctioncrsf
libraries/AP_RCProtocol/AP_RCProtocol_CRSF.cpp:727
↓ 12 callersFunctionfind_param
(pname, dvalue)
Tools/scripts/convert_plane_PID.py:34
↓ 12 callersFunctionflash_func_sector_size
Tools/AP_Bootloader/support.cpp:141
↓ 12 callersFunctionfloat32FromBeBytes
! * Decode a 4 byte float from a big endian byte stream. * \param bytes is a pointer to the byte stream which contains the encoded data. * \param i
libraries/AP_PiccoloCAN/piccolo_protocol/fielddecode.c:121
↓ 12 callersFunctionfloat32ScaledFrom2SignedBeBytes
! * Decode a float from a byte stream by inverse floating point scaling from 2 * signed bytes in big endian order. * \param bytes is a pointer to t
libraries/AP_PiccoloCAN/piccolo_protocol/scaleddecode.c:214
↓ 12 callersFunctionfloat32ScaledTo2SignedBeBytes
! * Encode a float on a byte stream by floating point scaling to fit in 2 signed * bytes in big endian order. * \param value is the number to encod
libraries/AP_PiccoloCAN/piccolo_protocol/scaledencode.c:371
↓ 12 callersFunctionfloat32ToBeBytes
! * Encode a 4 byte float on a big endian byte stream. * \param number is the value to encode. * \param bytes is a pointer to the byte stream which
libraries/AP_PiccoloCAN/piccolo_protocol/fieldencode.c:143
↓ 12 callersMethodfrom_rotation
libraries/AP_Math/matrix3.cpp:63
↓ 12 callersMethodget_accel_count
accel stuff
libraries/AP_DAL/AP_DAL_InertialSensor.h:20
↓ 12 callersMethodget_accel_max
libraries/APM_Control/AR_PosControl.h:39
↓ 12 callersMethodget_device
libraries/AP_HAL_Linux/I2CDevice.cpp:283
↓ 12 callersMethodget_hdop
horizontal dilution of precision
libraries/AP_GPS/AP_GPS.h:426
↓ 12 callersMethodget_page_size
* @details Gets number bytes that can be written in one go (page size). * * @return page size in bytes. * */
libraries/AP_FlashIface/AP_FlashIface_JEDEC.h:52
↓ 12 callersMethodget_quat_body_to_ned
return a Quaternion representing our current attitude in NED frame
libraries/AP_AHRS/AP_AHRS.cpp:298
↓ 12 callersMethodget_roll_cd
get desired roll and pitch to be passed to the attitude controller
libraries/AC_AttitudeControl/AC_PosControl.h:374
↓ 12 callersMethodget_wp_distance_to_destination
get_wp_distance_to_destination - get horizontal distance to destination in cm
libraries/AC_WPNav/AC_WPNav.cpp:579
↓ 12 callersMethodhas_orientation
return true if we have a range finder with the specified orientation
libraries/AP_DAL/AP_DAL_RangeFinder.cpp:110
↓ 12 callersMethodhover_for_interval
hovers for an interval of hover_time seconds. Returns the bookend times for that interval (in time-since-boot frame), and the output
Tools/autotest/arducopter.py:3445
↓ 12 callersMethodin_guided_mode
return if external control is allowed in this mode (Guided or Guided-within-Auto)
Rover/mode.h:66
↓ 12 callersMethodinit_pos_terrain_cm
init_pos_terrain_cm - initialises the current terrain altitude and target altitude to pos_offset_terrain_cm
libraries/AC_AttitudeControl/AC_PosControl.cpp:1139
↓ 12 callersMethodis_flaring
libraries/AP_Landing/AP_Landing.cpp:356
↓ 12 callersMethodis_flying
helper for is_flying()
ArduPlane/quadplane.cpp:1185
↓ 12 callersMethodis_rover
(self)
Tools/autotest/vehicle_test_suite.py:12142
↓ 12 callersFunctionlua_isinteger
libraries/AP_Scripting/lua/src/lapi.c:270
↓ 12 callersFunctionlua_tointegerx
libraries/AP_Scripting/lua/src/lapi.c:356
↓ 12 callersFunctionmat_inverse
libraries/AP_Math/matrix_alg.cpp:438
↓ 12 callersFunctionoutput_params
Outputs parameters names and their default values to the console Args: defaults: A dictionary with parameter names as keys and their
Tools/scripts/extract_param_defaults.py:149
↓ 12 callersFunctionpalLineSetPushPull
set pin as pullup, pulldown or floating */
libraries/AP_HAL_ChibiOS/hwdef/common/stm32_util.c:378
↓ 12 callersMethodpoll_message
(self, message_id, timeout=10, quiet=False, mav=None, target_sysid=None, target_compid=None)
Tools/autotest/vehicle_test_suite.py:11114
↓ 12 callersMethodprogress
(self, message)
Tools/Replay/check_replay_branch.py:91
↓ 12 callersMethodread
libraries/AP_InertialSensor/AP_InertialSensor_Invensense.cpp:1173
↓ 12 callersMethodregister_io_process
libraries/AP_HAL_SITL/Scheduler.cpp:175
↓ 12 callersMethodrelease
ArduSub/script_button.cpp:20
↓ 12 callersMethodreset
reset Autotune so that gains are not saved again and autotune can be run again.
libraries/AC_AutoTune/AC_AutoTune.h:73
↓ 12 callersMethodrestore_interrupts
restore interrupt state from disable_interrupts_save() */
libraries/AP_HAL_ChibiOS/Scheduler.cpp:676
↓ 12 callersMethodsave_gains
libraries/AC_PID/AC_P.cpp:25
↓ 12 callersMethodsave_wp
Trigger RC Aux to save waypoint.
Tools/autotest/vehicle_test_suite.py:4252
↓ 12 callersFunctionscalar_bit
get bit from scalar at position i
libraries/AP_CheckFirmware/monocypher.cpp:1581
↓ 12 callersMethodseen_str
return string representation of device for checking for duplicates
libraries/AP_HAL_ChibiOS/hwdef/scripts/chibios_hwdef.py:1643
↓ 12 callersMethodset_blocking
set blocking state */
libraries/AP_HAL/utility/Socket.cpp:260
↓ 12 callersMethodset_dt
set_dt - set time step in seconds
libraries/AC_PID/AC_PI_2D.cpp:50
↓ 12 callersMethodset_face_attributes
Set the actual body-frame angle(yaw), pitch, and distance of the detected object. This method will also mark the sector and layer to be "valid", This
libraries/AP_Proximity/AP_Proximity_Boundary_3D.cpp:60
↓ 12 callersFunctionset_inputstate
libraries/SITL/SIM_PS_LightWare_SF45B.h:225
↓ 12 callersMethodset_notch_sample_rate
libraries/AC_PID/AC_PID.cpp:156
↓ 12 callersMethodset_unbuffered_writes
libraries/AP_HAL_SITL/UARTDriver.cpp:706
↓ 12 callersMethodstabilize_pitch
this is the main pitch stabilization function. It takes the previously set nav_pitch and calculates servo_out values to try to stabilize the plane
ArduPlane/Attitude.cpp:166
↓ 12 callersMethodstabilize_roll
this is the main roll stabilization function. It takes the previously set nav_roll calculates roll servo_out to try to stabilize the plane at the
ArduPlane/Attitude.cpp:111
↓ 12 callersMethodtest_takeoff_check_mode
(self, mode, user_takeoff=False)
Tools/autotest/arducopter.py:1169
↓ 12 callersFunctionto_underlying
libraries/AP_DDS/AP_DDS_Service_Table.h:23
↓ 12 callersMethodto_vector312
libraries/AP_Math/quaternion.cpp:625
↓ 12 callersMethodtoggle
libraries/AP_HAL_SITL/GPIO.cpp:77
↓ 12 callersMethoduseVelXYSource
true/false of whether velocity source should be used
libraries/AP_NavEKF/AP_NavEKF_Source.cpp:168
↓ 12 callersFunctionvisualodom
libraries/AP_VisualOdom/AP_VisualOdom.cpp:305
↓ 12 callersMethodwrite
libraries/AP_Filesystem/AP_Filesystem.cpp:157
↓ 12 callersMethodwrite
(self, data)
Tools/autotest/pysim/util.py:398
↓ 12 callersFunctionwrite_equations_to_file
(equations,code_generator_id,n_obs)
libraries/AP_NavEKF3/derivation/generate_2.py:117
← previousnext →801–900 of 24,809, ranked by callers