Init Commit: Moved bproto to seperate repo
This commit is contained in:
12
test/reference/python/HCP_protocol_message_ids.py
Normal file
12
test/reference/python/HCP_protocol_message_ids.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import enum
|
||||
|
||||
|
||||
class MessageIds_HCP(enum.Enum):
|
||||
MSG_ID_HCP_MESSAGE_MOTION_UPDATE = 1
|
||||
MSG_ID_HCP_MESSAGE_ERROR = 2
|
||||
|
||||
|
||||
MESSAGE_SIZE_MAP_HCP = {
|
||||
MessageIds_HCP.MSG_ID_HCP_MESSAGE_MOTION_UPDATE: 58,
|
||||
MessageIds_HCP.MSG_ID_HCP_MESSAGE_ERROR: 5,
|
||||
}
|
||||
Reference in New Issue
Block a user