opendbc/can
Shane Smiskol 2b96bcc456
CANParser: process all signals before updating values (#977)
* process all signals before ending early

* this is more clear

* this is more clear

* Revert "this is more clear"

This reverts commit 75511ec262c7a2c1b84a1e8cefe0d9f323a6834f.

* test!

* comment

* it would return false if any checksum or counter was invalid, not updating last_seen_nanos, so don't change behavior

* we can do this, but I don't like how it's reliant on last_seen_nanos (not explicit) to not break

* back to sanity

* cmt

* rename
2023-11-21 19:23:30 -08:00
..
tests CANParser: process all signals before updating values (#977) 2023-11-21 19:23:30 -08:00
SConscript libdbc: build both static and shared library (#786) 2023-03-27 16:01:39 -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 cpplint: more filters (#925) 2023-08-24 11:32:13 -07:00
common.h CANParser: rename timestamp variables (#972) 2023-11-10 01:24:44 -08:00
common.pxd CANParser: capture C++ DBC parser exceptions (#965) 2023-10-25 13:51:15 -07:00
common_dbc.h common_dbc.h: remove ARRAYSIZE (#941) 2023-09-06 07:35:52 -07:00
dbc.cc dbc: add missing include for setlocale (#845) 2023-05-29 20:49:15 -07:00
packer.cc CanPacker: removing unnecessary string copying (#940) 2023-09-06 07:37:04 -07:00
packer.py add some type hints (#774) 2023-01-01 17:09:27 -08:00
packer_pyx.pyx pre-commit: autoupdate hooks #908 2023-08-01 11:18:44 -07:00
parser.cc CANParser: process all signals before updating values (#977) 2023-11-21 19:23:30 -08:00
parser.py Fix 222 (#296) 2020-09-10 15:01:34 +02:00
parser_pyx.pyx parser_pyx: build value maps for requied messages (#939) 2023-09-07 22:28:14 -07:00