MCPcopy Create free account

hub / github.com/ArduPilot/ardupilot / functions

Functions24,809 in github.com/ArduPilot/ardupilot

↓ 21 callersMethodget_rpm
get RPM value, return true on success */
libraries/AP_RPM/AP_RPM.cpp:268
↓ 21 callersMethodgive
libraries/AP_HAL_Linux/Semaphores.cpp:19
↓ 21 callersMethodlimit_length
libraries/AP_Math/vector2.cpp:37
↓ 21 callersFunctionlua_getfield
libraries/AP_Scripting/lua/src/lapi.c:622
↓ 21 callersFunctionlua_pushlstring
** Pushes on the stack a string with given length. Avoid using 's' when ** 'len' == 0 (as 's' can be NULL in that case), due to later use of ** 'memcm
libraries/AP_Scripting/lua/src/lapi.c:479
↓ 21 callersMethodmillis
libraries/AP_DAL/AP_DAL.h:77
↓ 21 callersFunctionmission
libraries/AP_Mission/AP_Mission.cpp:3147
↓ 21 callersMethodreached_wp_destination
true when we have come within RADIUS cm of the waypoint
libraries/AC_WPNav/AC_WPNav_OA.cpp:66
↓ 21 callersMethodread_block
libraries/AP_HAL_SITL/Storage.cpp:142
↓ 21 callersMethodsetGCSfailsafe
(self, paramValue)
Tools/autotest/vehicle_test_suite.py:15021
↓ 21 callersMethodset_and_default
libraries/AP_Param/AP_ParamT.cpp:46
↓ 21 callersMethodset_device_type
libraries/AP_HAL/Device.cpp:58
↓ 21 callersMethodset_ff
libraries/AC_PID/AC_PID.h:120
↓ 21 callersMethodset_output_mode
set output mode
libraries/AP_IOMCU/AP_IOMCU.cpp:979
↓ 21 callersFunctionstart_dependency
libraries/AP_Scripting/generator/src/main.c:1278
↓ 21 callersMethodstat
libraries/AP_Filesystem/AP_Filesystem.cpp:175
↓ 21 callersMethodstatus
methods to make us look much like the AP::gps() singleton:
libraries/AP_ADSB/AP_ADSB.h:118
↓ 21 callersMethodto_axis_angle
libraries/AP_Math/quaternion.cpp:497
↓ 21 callersFunctionuint32FromBeBytes
! * Decode a unsigned 4 byte integer from a big endian byte stream. * \param bytes is a pointer to the byte stream which contains the encoded data.
libraries/AP_PiccoloCAN/piccolo_protocol/fielddecode.c:161
↓ 21 callersFunctionuint32ToBeBytes
! * Encode a unsigned 4 byte integer on a big endian byte stream. * \param number is the value to encode. * \param bytes is a pointer to the byte s
libraries/AP_PiccoloCAN/piccolo_protocol/fieldencode.c:183
↓ 21 callersMethodwrite_subexpressions
(self,subexpressions)
libraries/AP_NavEKF3/derivation/code_gen.py:29
↓ 20 callersMethoderror
Override default error handler called by optparse.OptionParser.parse_args when a parse error occurs; raise a detailed exception which
Tools/autotest/sim_vehicle.py:122
↓ 20 callersMethodget_radio_max
libraries/RC_Channel/RC_Channel.h:92
↓ 20 callersMethodinput_euler_angle_roll_pitch_yaw
Command an euler roll, pitch and yaw angle with angular velocity feedforward and smoothing
libraries/AC_AttitudeControl/AC_AttitudeControl.cpp:399
↓ 20 callersMethodinstall_terrain_handlers_context
install a message handler into the current context which will listen for an fulfill terrain requests from ArduPilot. Will die if the
Tools/autotest/vehicle_test_suite.py:11396
↓ 20 callersMethodis_empty
libraries/AP_HAL/utility/RingBuffer.cpp:95
↓ 20 callersMethodis_system_initialized
libraries/AP_HAL_ESP32/Scheduler.cpp:296
↓ 20 callersMethodlength
(self)
libraries/AP_Math/tools/geodesic_grid/icosahedron.py:45
↓ 20 callersFunctionset_param
(pname, value, old_name)
Tools/scripts/convert_plane_PID.py:42
↓ 20 callersMethodset_soft_armed
libraries/AP_HAL/Util.cpp:73
↓ 20 callersFunctionstore32_le
libraries/AP_CheckFirmware/monocypher.cpp:114
↓ 20 callersMethodupload_fences_from_locations
(self, fences, target_system=1, target_component=1)
Tools/autotest/vehicle_test_suite.py:12162
↓ 20 callersMethodwait_ekf_happy
Wait for EKF to be happy
Tools/autotest/vehicle_test_suite.py:8503
↓ 19 callersMethod__drawProgressBar
(self, label, progress, maxVal)
Tools/scripts/uploader.py:440
↓ 19 callersMethodconnect
connect the socket */
libraries/AP_HAL/utility/Socket.cpp:107
↓ 19 callersMethodcount
return the number of beacons
libraries/AP_Beacon/AP_Beacon.cpp:191
↓ 19 callersMethoddiscard_input
libraries/AP_HAL/UARTDriver.cpp:149
↓ 19 callersFunctiondisplay_text
display a string message for an item
libraries/AP_MSP/Tools/msposd.py:85
↓ 19 callersMethoddo_fence_disable
(self, want_result=mavutil.mavlink.MAV_RESULT_ACCEPTED)
Tools/autotest/vehicle_test_suite.py:7203
↓ 19 callersMethodfly_guided_move_local
move the vehicle using MAVLINK_MSG_ID_SET_POSITION_TARGET_LOCAL_NED
Tools/autotest/arducopter.py:4824
↓ 19 callersMethodget_backend
libraries/AP_EFI/AP_EFI.h:114
↓ 19 callersMethodget_heading
ArduCopter/autoyaw.cpp:323
↓ 19 callersMethodget_max_speed_up_cms
get_max_speed_up_cms - accessors for current maximum up speed in cm/s
libraries/AC_AttitudeControl/AC_PosControl.h:179
↓ 19 callersMethodget_mcu_config
get a value from the mcu dictionary
libraries/AP_HAL_ChibiOS/hwdef/scripts/chibios_hwdef.py:690
↓ 19 callersMethodinit_target
init_target to a position in cm from ekf origin
libraries/AC_WPNav/AC_Loiter.cpp:92
↓ 19 callersMethodinit_xy_controller
init_xy_controller - initialise the position controller to the current position, velocity, acceleration and attitude. This function is the default ini
libraries/AC_AttitudeControl/AC_PosControl.cpp:505
↓ 19 callersMethodis_active_xy
is_active_xy - returns true if the xy position controller has been run in the previous loop
libraries/AC_AttitudeControl/AC_PosControl.cpp:634
↓ 19 callersMethodlock_port
Lock a GPS port, preventing the GPS driver from using it. This can be used to allow a user to control a GPS port via the SERIAL_CONTROL protocol
libraries/AP_GPS/AP_GPS.cpp:1310
↓ 19 callersFunctionluaL_checkany
libraries/AP_Scripting/lua/src/lauxlib.c:387
↓ 19 callersFunctionluaL_testudata
libraries/AP_Scripting/lua/src/lauxlib.c:321
↓ 19 callersFunctionluaO_pushfstring
libraries/AP_Scripting/lua/src/lobject.c:468
↓ 19 callersFunctionmicros64
libraries/AP_HAL_SITL/system.cpp:184
↓ 19 callersMethodoption_is_set
ArduPlane/quadplane.h:611
↓ 19 callersFunctionperror
/
libraries/SITL/examples/JSON/MATLAB/tcp_udp_ip_2.0.6/pnet.c:280
↓ 19 callersMethodpoll_home_position
(self, quiet=True, timeout=30)
Tools/autotest/vehicle_test_suite.py:9440
↓ 19 callersMethodrelax_attitude_controllers
Ensure attitude controller have zero errors to relax rate controller output
libraries/AC_AttitudeControl/AC_AttitudeControl.cpp:217
↓ 19 callersMethodreset
complete reset
libraries/AP_Mount/SoloGimbalEKF.cpp:42
↓ 19 callersMethodreset_filter
reset_filter - input filter will be reset to the next value provided to set_input()
libraries/AC_PID/AC_PID.h:85
↓ 19 callersMethodreset_rate_controller_I_terms
libraries/AC_AttitudeControl/AC_AttitudeControl.cpp:244
↓ 19 callersMethodsignal
libraries/AP_HAL_SITL/Semaphores.cpp:143
↓ 19 callersMethodtakeoff
climb to specified height and set throttle to 1500
Tools/autotest/quadplane.py:457
↓ 19 callersFunctiontype_size
libraries/AP_Param/tools/eedump_apparam.c:57
↓ 19 callersMethodupload_using_mission_protocol
mavlink2 required
Tools/autotest/vehicle_test_suite.py:9285
↓ 19 callersMethodwait_landed_and_disarmed
Wait to be landed and disarmed
Tools/autotest/arducopter.py:158
↓ 19 callersMethodwait_rpm
wait for RPM to be between rpm_min and rpm_max
Tools/autotest/vehicle_test_suite.py:7328
↓ 18 callersFunctionDumpByte
libraries/AP_Scripting/lua/src/ldump.c:52
↓ 18 callersFunctionairspeed
libraries/AP_Airspeed/AP_Airspeed.cpp:962
↓ 18 callersMethodassert_fence_enabled
(self, timeout=2)
Tools/autotest/vehicle_test_suite.py:8364
↓ 18 callersMethodassert_mission_count_on_link
(self, mav, expected_count, target_system, target_component, mission_type)
Tools/autotest/rover.py:2379
↓ 18 callersMethodcheck_next_register
check one register value */
libraries/AP_HAL/Device.cpp:112
↓ 18 callersMethodcreate_MISSION_ITEM_INT
( self, t, p1=0, p2=0, p3=0, p4=0,
Tools/autotest/vehicle_test_suite.py:6534
↓ 18 callersMethoddelay_microseconds
libraries/AP_HAL_ESP32/Scheduler.cpp:214
↓ 18 callersMethoddfreader_for_current_onboard_log
(self)
Tools/autotest/vehicle_test_suite.py:12299
↓ 18 callersMethodenable
enable or disable configured fences present in fence_types also updates the _min_alt_state enum if update_auto_enable is true returns a bitmask of fen
libraries/AC_Fence/AC_Fence.cpp:242
↓ 18 callersFunctionfault_printf
libraries/AP_HAL_ChibiOS/hwdef/common/stm32_util.c:445
↓ 18 callersMethodget_distance_int
Get ground distance between two locations in the normal "int" form - lat/lon multiplied by 1e7
Tools/autotest/vehicle_test_suite.py:6874
↓ 18 callersMethodheight_above_terrain
return current height above terrain at current AHRS position. If extrapolate is true then extrapolate from most recently available terra
libraries/AP_Terrain/AP_Terrain.cpp:243
↓ 18 callersMethodinit
Tools/CPUInfo/EKF_Maths.cpp:12
↓ 18 callersMethodinitialised
true if the AHRS has completed initialisation
libraries/AP_AHRS/AP_AHRS.cpp:2323
↓ 18 callersMethodinput_thrust_vector_heading
Command a thrust vector, heading and heading rate
libraries/AC_AttitudeControl/AC_AttitudeControl.cpp:757
↓ 18 callersFunctionluaL_checktype
libraries/AP_Scripting/lua/src/lauxlib.c:381
↓ 18 callersFunctionlua_geti
libraries/AP_Scripting/lua/src/lapi.c:628
↓ 18 callersMethodmode
mode(): current method of determining desired yaw:
ArduCopter/mode.h:321
↓ 18 callersMethodparse_decimal_100
libraries/AP_GPS/tests/test_gps.cpp:26
↓ 18 callersMethodreach_heading_manual
Manually direct the vehicle to the target heading.
Tools/autotest/vehicle_test_suite.py:7102
↓ 18 callersMethodregister_sensor
register a new sensor, claiming a sensor slot. If we are out of slots it will panic */
libraries/AP_Baro/AP_Baro.cpp:994
↓ 18 callersMethodrotate
(self, vec)
libraries/AP_InertialSensor/examples/coning.py:53
↓ 18 callersFunctionrun_program
(cmd_list)
Tools/scripts/build_iofirmware.py:17
↓ 18 callersFunctionsafe_asin
libraries/AP_Math/AP_Math.cpp:50
↓ 18 callersMethodsame_latlon_as
return true if lat and lng match. Ignores altitude and options */
libraries/AP_Common/Location.cpp:454
↓ 18 callersFunctionscripting
libraries/AP_Scripting/AP_Scripting.cpp:541
↓ 18 callersMethodset_blocking
set blocking state */
libraries/SITL/examples/JSON/C++/SocketExample.cpp:97
↓ 18 callersMethodset_cmd_header
libraries/AP_HAL_ChibiOS/WSPIDevice.cpp:127
↓ 18 callersMethodset_correction_speed_accel_xy
set_max_speed_accel_xy - set the position controller correction velocity and acceleration limit This should be done only during initialisation to avoi
libraries/AC_AttitudeControl/AC_PosControl.cpp:457
↓ 18 callersMethodset_max_speed_accel_xy
set_max_speed_accel_xy - set the maximum horizontal speed in cm/s and acceleration in cm/s/s This function only needs to be called if using the kinema
libraries/AC_AttitudeControl/AC_PosControl.cpp:432
↓ 18 callersMethodset_rc_from_map
(self, _map, timeout=20)
Tools/autotest/vehicle_test_suite.py:5656
↓ 18 callersFunctiontest_protocol
test a protocol handler */
libraries/AP_RCProtocol/examples/RCProtocolTest/RCProtocolTest.cpp:242
↓ 18 callersMethodwait_sensor_state
(self, sensor, present=True, enabled=True, healthy=True, timeout=5, verbose=False)
Tools/autotest/vehicle_test_suite.py:8338
↓ 17 callersMethodWrite_Mode
Write a mode packet.
libraries/AP_Logger/LogFile.cpp:442
↓ 17 callersFunction__SSAT
libraries/AP_GyroFFT/CMSIS_5/include/arm_math.h:611
← previousnext →501–600 of 24,809, ranked by callers