opendbc/can
Adeeb Shihadeh 107b96abfc
add some type hints (#774)
* type stubs for common, parser_pyx

* Cleanup imports

* values are indeed floats

* common.pyi complete, added cpp stubs

* parser_pyx.pyi complete

* CANPacker completed

* Holding temp changes...

* remove *.pyi

* just remove skip-file

Co-authored-by: Jason Shuler <jshuler@gmail.com>
2023-01-01 17:09:27 -08:00
..
tests Add test for Subaru Brake_Status Signal1 large value (#702) 2022-09-07 20:37:36 -07:00
SConscript Dynamically parse DBCs (#602) 2022-05-12 17:59:33 -07:00
__init__.py Can migration (#199) 2019-11-22 21:46:33 -08:00
can_define.py two spaces before inline comment 2020-05-31 00:56:04 -07:00
common.cc add cpplint (#773) 2022-12-31 16:49:26 -08:00
common.h add cpplint (#773) 2022-12-31 16:49:26 -08:00
common.pxd teach the packer how to count (#669) 2022-07-21 17:51:49 -07:00
common_dbc.h CANParser: parse DBC from stream (#718) 2022-10-17 21:25:13 -07:00
dbc.cc add cpplint (#773) 2022-12-31 16:49:26 -08:00
packer.cc add cpplint (#773) 2022-12-31 16:49:26 -08:00
packer.py add some type hints (#774) 2023-01-01 17:09:27 -08:00
packer_pyx.pyx teach the packer how to count (#669) 2022-07-21 17:51:49 -07:00
parser.cc add cpplint (#773) 2022-12-31 16:49:26 -08:00
parser.py Fix 222 (#296) 2020-09-10 15:01:34 +02:00
parser_pyx.pyx CANParser: move can valid threshold into parser (#690) 2022-08-19 16:19:36 -07:00