MCPcopy Create free account

hub / github.com/ArduPilot/ardupilot / functions

Functions24,809 in github.com/ArduPilot/ardupilot

↓ 4 callersMethodinit
Initialize the Frequency Response Object. Must be called before running dwell or frequency sweep tests
libraries/AC_AutoTune/AC_AutoTune_FreqResp.cpp:9
↓ 4 callersMethodinit
libraries/AP_HAL_ChibiOS/GPIO.cpp:88
↓ 4 callersMethodinit
Startup initialisation.
libraries/AP_GPS/AP_GPS.cpp:319
↓ 4 callersMethodinit
libraries/GCS_MAVLink/GCS_Common.cpp:139
↓ 4 callersMethodinit
libraries/AP_FlashIface/AP_FlashIface_JEDEC.cpp:121
↓ 4 callersMethodinit
libraries/AP_AHRS/examples/AHRS_Test/AHRS_Test.cpp:32
↓ 4 callersMethodinit
perform any required initialisation of landing controllers update_rate_hz should be the rate at which the update method will be called in hz
libraries/AC_PrecLand/AC_PrecLand.cpp:209
↓ 4 callersMethodinit
libraries/AP_CANManager/AP_CANManager.cpp:278
↓ 4 callersMethodinit
libraries/AP_HAL_QURT/RCInput.cpp:6
↓ 4 callersMethodinit
auto_init - initialise auto controller
ArduCopter/mode_auto.cpp:23
↓ 4 callersFunctioninit_con
/ Init current record with values */
libraries/SITL/examples/JSON/MATLAB/tcp_udp_ip_2.0.6/pnet.c:863
↓ 4 callersMethodinit_servo
init_servo - servo initialization on start-up
libraries/AP_Motors/AP_MotorsHeli_RSC.cpp:231
↓ 4 callersMethodinit_z_controller_stopping_point
init_z_controller_stopping_point - initialise the position controller to the stopping point with zero velocity and acceleration. This function should
libraries/AC_AttitudeControl/AC_PosControl.cpp:798
↓ 4 callersMethodinitialise
initialise the quaternion to no rotation
libraries/AP_Math/quaternion.h:153
↓ 4 callersMethodinitialised_ok
libraries/AP_Motors/AP_Motors_Class.h:116
↓ 4 callersMethodinitialized
libraries/AP_Mount/SoloGimbal_Parameters.cpp:80
↓ 4 callersMethodinput_pos_xyz
input_pos_xyz - calculate a jerk limited path from the current position, velocity and acceleration to an input position. The function takes the curren
libraries/AC_AttitudeControl/AC_PosControl.cpp:368
↓ 4 callersMethodinput_vel_accel_z
input_accel_z - calculate a jerk limited path from the current position, velocity and acceleration to an input acceleration. The function takes the cu
libraries/AC_AttitudeControl/AC_PosControl.cpp:877
↓ 4 callersMethodinstalled_script_path
(self, scriptname)
Tools/autotest/vehicle_test_suite.py:8654
↓ 4 callersMethodisCanFDFrame
libraries/AP_HAL/CANIface.h:92
↓ 4 callersMethodisRemoteTransmissionRequest
libraries/AP_HAL/CANIface.h:79
↓ 4 callersMethodis_cycle_complete
Enable external query if cycle is complete and freq response data are available
libraries/AC_AutoTune/AC_AutoTune_FreqResp.h:36
↓ 4 callersMethodis_destination_valid
return true if destination is valid
libraries/AR_WPNav/AR_WPNav.h:65
↓ 4 callersMethodis_io_fw
(self)
libraries/AP_HAL_ChibiOS/hwdef/scripts/chibios_hwdef.py:3208
↓ 4 callersMethodis_landing
Blimp/mode.h:55
↓ 4 callersMethodis_read_only
libraries/AP_Param/AP_Param.cpp:1439
↓ 4 callersMethodis_runup_complete
libraries/AP_Motors/AP_MotorsHeli_RSC.h:74
↓ 4 callersMethodis_started
libraries/AP_HAL_Linux/Thread.h:42
↓ 4 callersMethodis_still
check for vibration movement. Return true if all axis show nearly zero movement
libraries/AP_InertialSensor/AP_InertialSensor.cpp:2293
↓ 4 callersMethodis_vectored
ArduPlane/tiltrotor.h:61
↓ 4 callersMethodis_vtol_takeoff
return true if current mission item is a vtol takeoff */
ArduPlane/quadplane.cpp:3999
↓ 4 callersFunctionisatty_
libraries/AP_Filesystem/AP_Filesystem_FATFS.cpp:50
↓ 4 callersMethodjump_to_closest_mission_leg
find the closest point on the mission after a DO_RETURN_PATH_START and before DO_LAND_START or landing */
libraries/AP_Mission/AP_Mission.cpp:2449
↓ 4 callersMethodland_and_disarm
(self, **kwargs)
Tools/autotest/helicopter.py:1096
↓ 4 callersMethodlast_change_time_ms
last time rally points changed
libraries/AP_Rally/AP_Rally.h:82
↓ 4 callersMethodlat
(self)
Tools/autotest/vehicle_test_suite.py:970
↓ 4 callersFunctionle32toh_ptr
libraries/AP_HAL/utility/sparse-endian.h:101
↓ 4 callersMethodleak
libraries/AP_HAL/utility/OwnPtr.h:81
↓ 4 callersFunctionled_off
Tools/AP_Bootloader/support.cpp:304
↓ 4 callersFunctionled_toggle
Tools/AP_Bootloader/support.cpp:318
↓ 4 callersMethodlength
libraries/AP_Math/quaternion.cpp:633
↓ 4 callersMethodlimit_length_xy
libraries/AP_Math/vector3.cpp:331
↓ 4 callersMethodlisten
start listening for new tcp connections */
libraries/AP_HAL/utility/Socket.cpp:486
↓ 4 callersMethodlon
(self)
Tools/autotest/vehicle_test_suite.py:973
↓ 4 callersFunctionlookup_add
libraries/AP_CheckFirmware/monocypher.cpp:2237
↓ 4 callersFunctionluaC_fix
libraries/AP_Scripting/lua/src/lgc.c:194
↓ 4 callersFunctionluaC_runtilstate
** advances the garbage collector until it reaches a state allowed ** by 'statemask' */
libraries/AP_Scripting/lua/src/lgc.c:1104
↓ 4 callersFunctionluaD_poscall
** Finishes a function call: calls hook if necessary, removes CallInfo, ** moves current number of results to proper place; returns 0 iff call ** want
libraries/AP_Scripting/lua/src/ldo.c:385
↓ 4 callersFunctionluaD_precall
** Prepares a function call: checks the stack, creates a new CallInfo ** entry, fills in the relevant information, calls hook if needed. ** If functio
libraries/AP_Scripting/lua/src/ldo.c:422
↓ 4 callersFunctionluaF_getlocalname
** Look for n-th local variable at line 'line' in function 'func'. ** Returns NULL if not found. */
libraries/AP_Scripting/lua/src/lfunc.c:140
↓ 4 callersFunctionluaF_newproto
libraries/AP_Scripting/lua/src/lfunc.c:99
↓ 4 callersFunctionluaK_codek
** Emit a "load constant" instruction, using either 'OP_LOADK' ** (if constant index 'k' fits in 18 bits) or an 'OP_LOADKX' ** instruction with "extra
libraries/AP_Scripting/lua/src/lcode.c:353
↓ 4 callersFunctionluaK_patchclose
** Path all jumps in 'list' to close upvalues up to given 'level' ** (The assertion checks that jumps either were closing nothing ** or were closing h
libraries/AP_Scripting/lua/src/lcode.c:285
↓ 4 callersFunctionluaL_checkoption
libraries/AP_Scripting/lua/src/lauxlib.c:351
↓ 4 callersFunctionluaL_tolstring
libraries/AP_Scripting/lua/src/lauxlib.c:815
↓ 4 callersFunctionluaO_hexavalue
libraries/AP_Scripting/lua/src/lobject.c:163
↓ 4 callersFunctionluaO_pushvfstring
** this function handles only '%d', '%c', '%f', '%p', and '%s' conventional formats, plus Lua-specific '%I' and '%U' */
libraries/AP_Scripting/lua/src/lobject.c:400
↓ 4 callersFunctionluaO_str2num
libraries/AP_Scripting/lua/src/lobject.c:331
↓ 4 callersFunctionluaV_concat
** Main operation for concatenation: concat 'total' values in the stack, ** from 'L->top - total' up to 'L->top - 1'. */
libraries/AP_Scripting/lua/src/lvm.c:478
↓ 4 callersFunctionluaV_execute
libraries/AP_Scripting/lua/src/lvm.c:790
↓ 4 callersFunctionluaV_shiftl
** Shift left operation. (Shift right just negates 'y'.) */
libraries/AP_Scripting/lua/src/lvm.c:597
↓ 4 callersFunctionluaX_newstring
** creates a new string and anchors it in scanner's table so that ** it will not be collected until the end of the compilation ** (by that time it sho
libraries/AP_Scripting/lua/src/llex.c:129
↓ 4 callersFunctionluaX_token2str
libraries/AP_Scripting/lua/src/llex.c:84
↓ 4 callersFunctionlua_absindex
** convert an acceptable stack index into an absolute index */
libraries/AP_Scripting/lua/src/lapi.c:160
↓ 4 callersFunctionlua_compare
libraries/AP_Scripting/lua/src/lapi.c:318
↓ 4 callersFunctionlua_error
libraries/AP_Scripting/lua/src/lapi.c:1114
↓ 4 callersFunctionlua_load
libraries/AP_Scripting/lua/src/lapi.c:992
↓ 4 callersFunctionlua_newuserdata
libraries/AP_Scripting/lua/src/lapi.c:1184
↓ 4 callersFunctionlua_pushlightuserdata
libraries/AP_Scripting/lua/src/lapi.c:565
↓ 4 callersFunctionlua_pushthread
libraries/AP_Scripting/lua/src/lapi.c:573
↓ 4 callersFunctionlua_rotate
** Let x = AB, where A is a prefix of length 'n'. Then, ** rotate x n == BA. But BA == (A^r . B^r)^r. */
libraries/AP_Scripting/lua/src/lapi.c:207
↓ 4 callersFunctionlua_setglobal
libraries/AP_Scripting/lua/src/lapi.c:759
↓ 4 callersFunctionmavlink_packetise
return the number of bytes to send for a packetised connection */
libraries/AP_HAL/utility/packetise.cpp:13
↓ 4 callersMethodmax_bytes
Return the max number of bytes that can be sent since the last call given byte/s rate limit
libraries/AP_HAL/utility/DataRateLimit.cpp:6
↓ 4 callersMethodmax_distance_cm
libraries/AP_RangeFinder/AP_RangeFinder_MAVLink.cpp:48
↓ 4 callersMethodmax_items
current maximum number of items (using expand may increase this)
libraries/AP_Common/AP_ExpandingArray.h:59
↓ 4 callersFunctionmem_is_dma_safe
return true if a memory region is safe for a DMA operation */
libraries/AP_HAL_ChibiOS/hwdef/common/malloc.c:623
↓ 4 callersMethodmin_distance_cm
libraries/AP_RangeFinder/AP_RangeFinder_MAVLink.cpp:60
↓ 4 callersMethodmkpath
make directory path and all elements leading to it
Tools/scripts/build_binaries.py:376
↓ 4 callersFunctionmultiply
p = a*b + p
libraries/AP_CheckFirmware/monocypher.cpp:1675
↓ 4 callersMethodmust_have_defines_for_board
return a set of defines which must always be enabled
Tools/autotest/test_build_options.py:78
↓ 4 callersMethodname
ArduCopter/mode.h:1469
↓ 4 callersMethodname
Blimp/mode.h:323
↓ 4 callersMethodneutralise_gimbal
put mount into neutralise mode, assert it is at zero angles
Tools/autotest/arducopter.py:5793
↓ 4 callersMethodnew_input
libraries/AP_HAL_SITL/RCInput.cpp:18
↓ 4 callersFunctionnmea_vaprintf
formatted print of NMEA message to an allocated string, with checksum appended */
libraries/AP_Common/NMEA.cpp:25
↓ 4 callersMethodnum_composite_notches
return the number of composite notches given the options
libraries/Filter/HarmonicNotchFilter.h:164
↓ 4 callersMethodnum_sats
libraries/AP_ADSB/AP_ADSB.h:128
↓ 4 callersMethodnum_sensors
libraries/AP_DAL/AP_DAL_GPS.h:102
↓ 4 callersFunctionoadatabase
libraries/AC_Avoidance/AP_OADatabase.cpp:483
↓ 4 callersMethodopen
libraries/AP_Filesystem/AP_Filesystem.cpp:127
↓ 4 callersMethodopen
(self)
Tools/scripts/uploader.py:311
↓ 4 callersMethodoption_enabled
check if an option is set
libraries/AP_Baro/AP_Baro.h:227
↓ 4 callersMethodoption_is_enabled
ArduCopter/mode_auto.cpp:205
↓ 4 callersMethodoption_is_set
check if a option is set
libraries/AP_DroneCAN/AP_DroneCAN.h:155
↓ 4 callersMethodoutput_test_seq
output_test_seq - spin a motor at the pwm value specified motor_seq is the motor's sequence number from 1 to the number of motors on the frame pwm val
libraries/AP_Motors/AP_Motors_Class.cpp:299
↓ 4 callersMethodparse_i2c_device
parse a I2C:xxx:xxx device item
libraries/AP_HAL_ChibiOS/hwdef/scripts/chibios_hwdef.py:1628
↓ 4 callersMethodparse_spi_device
parse a SPI:xxx device item
libraries/AP_HAL_ChibiOS/hwdef/scripts/chibios_hwdef.py:1621
↓ 4 callersFunctionpatchlistaux
** Traverse a list of tests, patching their destination address and ** registers: tests producing values jump to 'vtarget' (and put their ** values in
libraries/AP_Scripting/lua/src/lcode.c:231
↓ 4 callersMethodpeekiovec
libraries/AP_HAL/utility/RingBuffer.cpp:146
← previousnext →2,301–2,400 of 24,809, ranked by callers