|
@@ -30,8 +30,8 @@ enum Message_type
|
|
|
eParkspace_force_update_response_msg = 0x39;//手动修改车位反馈消息
|
|
|
eParkspace_confirm_alloc_request_msg = 0x3A;//确认分配车位请求消息
|
|
|
eParkspace_confirm_alloc_response_msg = 0x3B;//确认分配车位反馈消息
|
|
|
- eParkspace_allocation_data_msg = 0x3C; //车位分配模块车位数据消息
|
|
|
- eParkspace_allocation_data_response_msg =0x3D;//车位数据反馈消息
|
|
|
+ eParkspace_refresh_request_msg=0x3C; //请求更新车位数据
|
|
|
+ eParkspace_allocation_data_response_msg=0x3D; //车位数据反馈消息
|
|
|
eParkspace_manual_search_request_msg = 0x3E; //手动查询车位请求消息
|
|
|
eParkspace_manual_search_response_msg = 0x3F;//手动查询车位反馈消息
|
|
|
|
|
@@ -57,7 +57,7 @@ enum Message_type
|
|
|
eNotify_status_msg=0xc2; //等候区通知节点状态
|
|
|
|
|
|
eUnNormalized_module_statu_msg = 0xd0; //非标节点状态
|
|
|
-;
|
|
|
+
|
|
|
eDispatch_plan_request_msg = 0xe0; //调度总规划的请求(用于启动整个调度算法)(调度管理->调度算法)
|
|
|
eDispatch_plan_response_msg = 0xe1; //调度总规划的答复(调度算法->调度管理)
|
|
|
eDispatch_control_request_msg = 0xe2; //调度控制的任务请求(调度算法->调度管理)
|