aboutsummaryrefslogtreecommitdiff
path: root/Tools/px4params/px_process_params.py
Commit message (Collapse)AuthorAgeFilesLines
* Rework px_process_params.py into a fully featured program.Stefan Rado2014-02-181-67/+0
|
* Rename Scanner and Parser classes to SourceScanner and SourceParser to avoid ↵Stefan Rado2014-02-181-5/+5
| | | | naming conflicts.
* Fixes for Python 3 and refactoring: Merge generic Output class into ↵Stefan Rado2014-02-151-8/+14
| | | | specialized output classes as some need to write files in binary mode.
* Rename parser.py to srcparser.py to prevent naming conflicts with built-in ↵Stefan Rado2014-02-151-2/+2
| | | | Python parser library.
* Parameters list generatorAlexander Lourier2013-10-181-0/+61