Index: leahi_dialin/common/constants.py =================================================================== diff -u -r7ce778dc51b7dba5a7a7ca14244ed7eea7bf029d -re45b20cdc5d4c5dcff8cef530b173ca94cb2e422 --- leahi_dialin/common/constants.py (.../constants.py) (revision 7ce778dc51b7dba5a7a7ca14244ed7eea7bf029d) +++ leahi_dialin/common/constants.py (.../constants.py) (revision e45b20cdc5d4c5dcff8cef530b173ca94cb2e422) @@ -25,3 +25,5 @@ PUMP_CONTROL_MODE_CLOSED_LOOP = 0 PUMP_CONTROL_MODE_OPEN_LOOP = 1 + +MSG_HEADER_SIZE = 6 # Hardcoded for now to avoid cyclic import issue. See protocols.CAN.CanMessage class