MCPcopy 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

runMethod · 0.80
lua_get_modules_pathFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected