summaryrefslogtreecommitdiff
path: root/decoders/uart/__init__.py
diff options
context:
space:
mode:
authorGerhard Sittig <gerhard.sittig@gmx.net>2020-02-22 07:27:58 +0100
committerGerhard Sittig <gerhard.sittig@gmx.net>2020-07-18 15:29:59 +0200
commit19a0121b2c45d880dab2362d59e1426a5b287a26 (patch)
treeb3f204a8950f65f9b25107c220dc0d226b2c65e8 /decoders/uart/__init__.py
parent53eb681dd5611931b6af949a8c50c22fc65661ac (diff)
downloadlibsigrokdecode-19a0121b2c45d880dab2362d59e1426a5b287a26.tar.gz
libsigrokdecode-19a0121b2c45d880dab2362d59e1426a5b287a26.zip
irmp: rework shared library (style, reliability, TODO items)
Address several style nits in the previous implementation of the PC library, but keep the core as is to simplify future upstream tracking. Eliminate camel case identifiers, and in(?)/out prefixes for variables, only keep s_ for global(?) variables. Fixup whitespace, reduce a little indentation where appropriate. Separate variable declaration from later assignments and updates to improve readability. Use C style comments. Drop initializer values for .bss variables. Decorate the declaration as well as implementation of routines for symbol export. Improve robustness of name lookups in the list of known protocols. Prefer native C language data types in the public API. Normalize data in the wrapper so that application code need not care. Make the byte buffer API for IR frame detection optional. The API is limited and overloaded at the same time, and may need more consideration. Extend comments in spots which are essential for proper operation, or which encode non-obvious details of the build system. Control visibility of public API identifiers on non-Windows platforms, too. Rephrase the doxygen comments for more formal API documentation. Discuss limitations in the current implementation. Keep a TODO list in the source code.
Diffstat (limited to 'decoders/uart/__init__.py')
0 files changed, 0 insertions, 0 deletions