[2.13.0-arch-opt]v2x code style

This commit is contained in:
zhongchao
2023-02-17 20:25:19 +08:00
parent 6cd9b5d76c
commit df3e018c30
89 changed files with 651 additions and 1131 deletions

View File

@@ -4,12 +4,11 @@ import android.os.*
import androidx.test.core.app.*
import androidx.test.ext.junit.runners.*
import androidx.test.filters.*
import com.mogo.eagle.core.data.v2x.V2XEvent
import com.mogo.eagle.core.function.hmi.ui.*
import com.mogo.eagle.core.function.main.*
import com.mogo.eagle.core.function.v2x.events.*
import com.mogo.eagle.core.function.v2x.internal.data.V2XRoadXData
import com.mogo.eagle.core.function.v2x.internal.event.V2XEvent
import com.mogo.eagle.core.function.v2x.internal.event.V2XEvent.RoadAI
import com.mogo.eagle.core.data.v2x.V2XRoadXData
import com.mogo.eagle.core.utilcode.util.GsonUtils
import kotlinx.coroutines.*
import org.junit.*
@@ -128,7 +127,7 @@ class RoadAITest {
.build())
.build())
.build()
val event = RoadAI(data = child)
val event = V2XEvent.RoadAI(data = child)
while (true) {
delay(1000)
V2XEventManager.onAck(event)