[6.4.4] remove ,
This commit is contained in:
@@ -982,7 +982,7 @@ class MoGoAdasListenerImpl : OnAdasListener {
|
||||
* @param message 数据
|
||||
*/
|
||||
override fun onStartAutopilotFailed(message: MogoReportMsg.MogoReportMessage?) {
|
||||
invokeStartAutopilotFailed(message);
|
||||
invokeStartAutopilotFailed(message)
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -993,7 +993,7 @@ class MoGoAdasListenerImpl : OnAdasListener {
|
||||
* @param statistics 统计数据
|
||||
*/
|
||||
override fun onAutopilotStatistics(statistics: AutopilotStatistics?) {
|
||||
invokeAutopilotStatistics(statistics);
|
||||
invokeAutopilotStatistics(statistics)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -39,12 +39,12 @@ object CallerAutopilotActionsListenerManager : CallerBase<IMoGoAutopilotActionsL
|
||||
|
||||
fun setVehicleState(vehicleState: VehicleStateOuterClass.VehicleState?) {
|
||||
vehicleReceiveTime = System.currentTimeMillis()
|
||||
this.vehicleState = vehicleState;
|
||||
this.vehicleState = vehicleState
|
||||
}
|
||||
|
||||
fun setChassisStates(chassisStates: ChassisStatesOuterClass.ChassisStates?) {
|
||||
chassisReceiveTime = System.currentTimeMillis()
|
||||
this.chassisStates = chassisStates;
|
||||
this.chassisStates = chassisStates
|
||||
}
|
||||
|
||||
private fun disconnectedReason(): ArrayList<UnableLaunchReason> {
|
||||
|
||||
Reference in New Issue
Block a user