MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / scripting

Function scripting

libraries/AP_Scripting/AP_Scripting.cpp:541–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539
540namespace AP {
541 AP_Scripting *scripting() {
542 return AP_Scripting::get_singleton();
543 }
544}
545
546#endif // AP_SCRIPTING_ENABLED

Callers 15

run_next_scriptMethod · 0.85
lua_mavlink_initFunction · 0.85
lua_mavlink_receive_chanFunction · 0.85
lua_mission_receiveFunction · 0.85
lua_get_i2c_deviceFunction · 0.85
lua_get_CAN_deviceFunction · 0.85
lua_get_CAN_device2Function · 0.85
lua_get_PWMSourceFunction · 0.85
lua_get_SocketAPMFunction · 0.85

Calls 1

get_singletonFunction · 0.85

Tested by

no test coverage detected