mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
Rename Scanner and Parser classes to SourceScanner and SourceParser to avoid naming conflicts.
This commit is contained in:
@@ -72,7 +72,7 @@ class Parameter(object):
|
||||
"""
|
||||
return self.fields.get(code)
|
||||
|
||||
class Parser(object):
|
||||
class SourceParser(object):
|
||||
"""
|
||||
Parses provided data and stores all found parameters internally.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user