From 5af2caaf8a3183c581829af50d6bbebe6198d328 Mon Sep 17 00:00:00 2001 From: giomba Date: Fri, 12 Apr 2019 19:05:44 +0200 Subject: [PATCH] [net] product vs item explanation --- project/common/supermarket_net.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/common/supermarket_net.h b/project/common/supermarket_net.h index 11c04233f..f0c386e49 100644 --- a/project/common/supermarket_net.h +++ b/project/common/supermarket_net.h @@ -7,8 +7,8 @@ enum message_type { BATTERY_STATUS_MSG, ASSIGNMENT_MSG, CASH_OUT_MSG, - PRODUCT_MSG, - ITEM_ELEM_MSG, + PRODUCT_MSG, /* from cart to cash */ + ITEM_MSG, /* from item to cart */ BASKET_MSG, START_OF_LIST_PRODUCTS_MSG };