修改命名规则

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-10-13 13:55:33 +08:00
parent ae436dfd1b
commit 9935040543
6 changed files with 24 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
package com.mogo.eagle.core.function.api.autopilot;
import com.mogo.eagle.core.data.autopilot.AdasOCHData;
import com.mogo.eagle.core.data.autopilot.AutopilotStatusInfo;
import com.mogo.eagle.core.data.autopilot.AutoPilotStatusInfo;
/**
* @author xiaoyuzhou
@@ -42,7 +42,7 @@ public interface IMoGoAutoPilotStatusListener {
/**
* 自动驾驶状态信息
*
* @param autopilotStatusInfo 状态信息
* @param autoPilotStatusInfo 状态信息
*/
void onAutoPilotStatusResponse(AutopilotStatusInfo autopilotStatusInfo);
void onAutoPilotStatusResponse(AutoPilotStatusInfo autoPilotStatusInfo);
}