Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ get_disabled_dir
Method
get_disabled_dir
libraries/AP_Scripting/AP_Scripting.h:95–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
SCRIPTS = 1 << 1,
94
};
95
uint16_t get_disabled_dir() { return uint16_t(_dir_disable.get());}
96
97
// the number of and storage for i2c devices
98
uint8_t num_i2c_devices;
Callers
2
run
Method · 0.80
lua_get_modules_path
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected