Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
While this has a (small) performance penalty compared to using integers,
it has the advantage of not requiring the use of magic numbers which
need to be declared in both the UART decoder and all decoders which
stack on top of UART.
|
|
|
|
|
|
|
|
|
|
also minor code cleanups
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- List all API methods and metadata variables in all PDs to make things
easier and more consistent for new PD writers.
- Fix probe assignment in a few PDs.
- Raise exceptions upon invalid states of the PD state machines (bug).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
definition anymore: it happens automagically.
|
|
|
|
|
|
|
|
We decided it's too much hassle to deal with this in GUIs (multiple
fields, multiple name and email addresses and copyright years etc. etc)
with too little gain. The authors/emails etc. are already in the .py file's
license header and in git anyway.
|
|
Also, use ''' for docstrings to be consistent with the rest.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, experiment with readability improvements a bit.
|
|
This will be needed in GUIs to easily handle/display the values without
the need for additional parsing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|