Functions | |
def | IMUCheckFail |
def | match_extension |
Variables | |
tuple | arcname = os.path.basename(f) |
list | directories = sys.argv[1:] |
string | email = 'Craig Elder <craig@3drobotics.com>' |
list | extensions = ['.tlog','.bin'] |
list | f = filelist[i] |
list | filelist = [] |
list | found = [] |
tuple | mtime = os.path.getmtime(f) |
tuple | path = os.path.join(root, f) |
string | results = 'SearchResults.zip' |
list | search_dirs |
tuple | zip = zipfile.ZipFile(results, 'w') |
def pymavlink.tools.MPU6KSearch.IMUCheckFail | ( | filename | ) |
Definition at line 24 of file MPU6KSearch.py.
see if the path matches a extension
Definition at line 139 of file MPU6KSearch.py.
string pymavlink::tools::MPU6KSearch::arcname = os.path.basename(f) |
Definition at line 186 of file MPU6KSearch.py.
pymavlink::tools::MPU6KSearch::directories = sys.argv[1:] |
Definition at line 131 of file MPU6KSearch.py.
string pymavlink::tools::MPU6KSearch::email = 'Craig Elder <craig@3drobotics.com>' |
Definition at line 22 of file MPU6KSearch.py.
list pymavlink::tools::MPU6KSearch::extensions = ['.tlog','.bin'] |
Definition at line 137 of file MPU6KSearch.py.
Definition at line 159 of file MPU6KSearch.py.
list pymavlink::tools::MPU6KSearch::filelist = [] |
Definition at line 135 of file MPU6KSearch.py.
list pymavlink::tools::MPU6KSearch::found = [] |
Definition at line 130 of file MPU6KSearch.py.
tuple pymavlink::tools::MPU6KSearch::mtime = os.path.getmtime(f) |
Definition at line 188 of file MPU6KSearch.py.
tuple pymavlink::tools::MPU6KSearch::path = os.path.join(root, f) |
Definition at line 153 of file MPU6KSearch.py.
string pymavlink::tools::MPU6KSearch::results = 'SearchResults.zip' |
Definition at line 21 of file MPU6KSearch.py.
00001 ['c:\Program Files\APM Planner', 00002 'c:\Program Files\Mission Planner', 00003 'c:\Program Files (x86)\APM Planner', 00004 'c:\Program Files (x86)\Mission Planner']
Definition at line 17 of file MPU6KSearch.py.
tuple pymavlink::tools::MPU6KSearch::zip = zipfile.ZipFile(results, 'w') |
Definition at line 176 of file MPU6KSearch.py.