[2.15.0] 优化提醒
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package com.mogo.eagle.core.function.obu.mogo;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String LIBRARY_PACKAGE_NAME = "com.mogo.eagle.core.function.obu.mogo";
|
||||
/**
|
||||
* @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String APPLICATION_ID = "com.mogo.eagle.core.function.obu.mogo";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final String FLAVOR = "";
|
||||
public static final int VERSION_CODE = 1;
|
||||
public static final String VERSION_NAME = "0.0.58.10";
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
package com.alibaba.android.arouter.routes;
|
||||
|
||||
import com.alibaba.android.arouter.facade.enums.RouteType;
|
||||
import com.alibaba.android.arouter.facade.model.RouteMeta;
|
||||
import com.alibaba.android.arouter.facade.template.IRouteGroup;
|
||||
import com.mogo.eagle.core.function.obu.mogo.MoGoObuProvider;
|
||||
import java.lang.Override;
|
||||
import java.lang.String;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
|
||||
public class ARouter$$Group$$obu_mogo implements IRouteGroup {
|
||||
@Override
|
||||
public void loadInto(Map<String, RouteMeta> atlas) {
|
||||
atlas.put("/obu_mogo/api", RouteMeta.build(RouteType.PROVIDER, MoGoObuProvider.class, "/obu_mogo/api", "obu_mogo", null, -1, -2147483648));
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
package com.alibaba.android.arouter.routes;
|
||||
|
||||
import com.alibaba.android.arouter.facade.enums.RouteType;
|
||||
import com.alibaba.android.arouter.facade.model.RouteMeta;
|
||||
import com.alibaba.android.arouter.facade.template.IProviderGroup;
|
||||
import com.mogo.eagle.core.function.obu.mogo.MoGoObuProvider;
|
||||
import java.lang.Override;
|
||||
import java.lang.String;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
|
||||
public class ARouter$$Providers$$mogocorefunctionobumogo implements IProviderGroup {
|
||||
@Override
|
||||
public void loadInto(Map<String, RouteMeta> providers) {
|
||||
providers.put("com.mogo.eagle.core.function.api.obu.IMoGoObuProvider", RouteMeta.build(RouteType.PROVIDER, MoGoObuProvider.class, "/obu_mogo/api", "obu_mogo", null, -1, -2147483648));
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
package com.alibaba.android.arouter.routes;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IRouteGroup;
|
||||
import com.alibaba.android.arouter.facade.template.IRouteRoot;
|
||||
import java.lang.Class;
|
||||
import java.lang.Override;
|
||||
import java.lang.String;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
|
||||
public class ARouter$$Root$$mogocorefunctionobumogo implements IRouteRoot {
|
||||
@Override
|
||||
public void loadInto(Map<String, Class<? extends IRouteGroup>> routes) {
|
||||
routes.put("obu_mogo", ARouter$$Group$$obu_mogo.class);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.mogo.eagle.core.function.obu.mogo"
|
||||
android:versionCode="1"
|
||||
android:versionName="0.0.58.10" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="21"
|
||||
android:targetSdkVersion="21" />
|
||||
|
||||
<application>
|
||||
<receiver android:name="com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestTriggerReceiver" >
|
||||
<intent-filter>
|
||||
<action android:name="com.obu.test_trigger" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestTriggerRecognizedReceiver" >
|
||||
<intent-filter>
|
||||
<action android:name="com.obu.test_trigger_recognized" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="com.mogo.eagle.core.function.obu.mogo.receiver.ObuRsuTestTriggerReceiver" >
|
||||
<intent-filter>
|
||||
<action android:name="com.obu.test_light_recognized" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestNewObuReceiver" >
|
||||
<intent-filter>
|
||||
<action android:name="com.obu.test_newobu" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestNewObuRsiReceiver" >
|
||||
<intent-filter>
|
||||
<action android:name="com.obu.test_newobu_rsi" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
@@ -0,0 +1 @@
|
||||
[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"0.0.58.10","enabled":true,"outputFile":"mogo-core-function-obu-mogo-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.mogo.eagle.core.function.obu.mogo","split":""}}]
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/debug/jniLibs"/></dataSet></merger>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/debug/shaders"/></dataSet></merger>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/main/assets"/><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/build/intermediates/shader_assets/debug/compileDebugShaders/out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/debug/assets"/></dataSet></merger>
|
||||
@@ -0,0 +1 @@
|
||||
#Tue Mar 28 17:15:15 CST 2023
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/main/res"/><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/build/generated/res/rs/debug"/><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/main/res"/><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/build/generated/res/rs/debug"/><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/debug/res"/></dataSet><mergedItems/></merger>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.mogo.eagle.core.function.obu.mogo"
|
||||
android:versionCode="1"
|
||||
android:versionName="0.0.58.10" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="21"
|
||||
android:targetSdkVersion="21" />
|
||||
|
||||
<application>
|
||||
<receiver android:name="com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestTriggerReceiver" >
|
||||
<intent-filter>
|
||||
<action android:name="com.obu.test_trigger" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestTriggerRecognizedReceiver" >
|
||||
<intent-filter>
|
||||
<action android:name="com.obu.test_trigger_recognized" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="com.mogo.eagle.core.function.obu.mogo.receiver.ObuRsuTestTriggerReceiver" >
|
||||
<intent-filter>
|
||||
<action android:name="com.obu.test_light_recognized" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestNewObuReceiver" >
|
||||
<intent-filter>
|
||||
<action android:name="com.obu.test_newobu" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestNewObuRsiReceiver" >
|
||||
<intent-filter>
|
||||
<action android:name="com.obu.test_newobu_rsi" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
@@ -0,0 +1,2 @@
|
||||
R_DEF: Internal format may change without notice
|
||||
local
|
||||
@@ -0,0 +1,87 @@
|
||||
1<?xml version="1.0" encoding="utf-8"?>
|
||||
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
3 package="com.mogo.eagle.core.function.obu.mogo"
|
||||
4 android:versionCode="1"
|
||||
5 android:versionName="0.0.58.10" >
|
||||
6
|
||||
7 <uses-sdk
|
||||
8 android:minSdkVersion="21"
|
||||
8-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
9 android:targetSdkVersion="21" />
|
||||
9-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
10
|
||||
11 <application>
|
||||
11-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:6:5-43:19
|
||||
12 <receiver android:name="com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestTriggerReceiver" >
|
||||
12-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:7:9-13:20
|
||||
12-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:7:19-103
|
||||
13 <intent-filter>
|
||||
13-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:8:13-12:29
|
||||
14 <action android:name="com.obu.test_trigger" />
|
||||
14-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:9:17-63
|
||||
14-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:9:25-60
|
||||
15
|
||||
16 <category android:name="android.intent.category.DEFAULT" />
|
||||
16-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:11:17-76
|
||||
16-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:11:27-73
|
||||
17 </intent-filter>
|
||||
18 </receiver>
|
||||
19 <receiver android:name="com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestTriggerRecognizedReceiver" >
|
||||
19-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:14:9-20:20
|
||||
19-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:14:19-113
|
||||
20 <intent-filter>
|
||||
20-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:15:13-19:29
|
||||
21 <action android:name="com.obu.test_trigger_recognized" />
|
||||
21-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:16:17-74
|
||||
21-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:16:25-71
|
||||
22
|
||||
23 <category android:name="android.intent.category.DEFAULT" />
|
||||
23-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:11:17-76
|
||||
23-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:11:27-73
|
||||
24 </intent-filter>
|
||||
25 </receiver>
|
||||
26 <receiver android:name="com.mogo.eagle.core.function.obu.mogo.receiver.ObuRsuTestTriggerReceiver" >
|
||||
26-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:22:9-27:20
|
||||
26-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:22:19-106
|
||||
27 <intent-filter>
|
||||
27-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:23:13-26:29
|
||||
28 <action android:name="com.obu.test_light_recognized" />
|
||||
28-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:24:17-72
|
||||
28-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:24:25-69
|
||||
29
|
||||
30 <category android:name="android.intent.category.DEFAULT" />
|
||||
30-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:11:17-76
|
||||
30-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:11:27-73
|
||||
31 </intent-filter>
|
||||
32 </receiver>
|
||||
33 <receiver android:name="com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestNewObuReceiver" >
|
||||
33-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:29:9-34:20
|
||||
33-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:29:19-102
|
||||
34 <intent-filter>
|
||||
34-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:30:13-33:29
|
||||
35 <action android:name="com.obu.test_newobu" />
|
||||
35-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:31:17-62
|
||||
35-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:31:25-59
|
||||
36
|
||||
37 <category android:name="android.intent.category.DEFAULT" />
|
||||
37-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:11:17-76
|
||||
37-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:11:27-73
|
||||
38 </intent-filter>
|
||||
39 </receiver>
|
||||
40 <receiver android:name="com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestNewObuRsiReceiver" >
|
||||
40-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:36:9-41:20
|
||||
40-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:36:19-105
|
||||
41 <intent-filter>
|
||||
41-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:37:13-40:29
|
||||
42 <action android:name="com.obu.test_newobu_rsi" />
|
||||
42-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:38:17-66
|
||||
42-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:38:25-63
|
||||
43
|
||||
44 <category android:name="android.intent.category.DEFAULT" />
|
||||
44-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:11:17-76
|
||||
44-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:11:27-73
|
||||
45 </intent-filter>
|
||||
46 </receiver>
|
||||
47 </application>
|
||||
48
|
||||
49</manifest>
|
||||
@@ -0,0 +1 @@
|
||||
[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"0.0.58.10","enabled":true,"outputFile":"mogo-core-function-obu-mogo-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"com.mogo.eagle.core.function.obu.mogo","split":""}}]
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,93 @@
|
||||
-- Merging decision tree log ---
|
||||
manifest
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:2:1-45:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:2:1-45:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:2:1-45:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:2:1-45:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:2:1-45:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:2:1-45:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:2:1-45:12
|
||||
package
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:3:5-52
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
android:versionName
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:2:1-45:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
android:versionCode
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:2:1-45:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
xmlns:android
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:2:11-69
|
||||
application
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:6:5-43:19
|
||||
receiver#com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestTriggerReceiver
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:7:9-13:20
|
||||
android:name
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:7:19-103
|
||||
intent-filter#action:name:com.obu.test_trigger+category:name:android.intent.category.DEFAULT
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:8:13-12:29
|
||||
action#com.obu.test_trigger
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:9:17-63
|
||||
android:name
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:9:25-60
|
||||
category#android.intent.category.DEFAULT
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:11:17-76
|
||||
android:name
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:11:27-73
|
||||
receiver#com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestTriggerRecognizedReceiver
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:14:9-20:20
|
||||
android:name
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:14:19-113
|
||||
intent-filter#action:name:com.obu.test_trigger_recognized+category:name:android.intent.category.DEFAULT
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:15:13-19:29
|
||||
action#com.obu.test_trigger_recognized
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:16:17-74
|
||||
android:name
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:16:25-71
|
||||
receiver#com.mogo.eagle.core.function.obu.mogo.receiver.ObuRsuTestTriggerReceiver
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:22:9-27:20
|
||||
android:name
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:22:19-106
|
||||
intent-filter#action:name:com.obu.test_light_recognized+category:name:android.intent.category.DEFAULT
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:23:13-26:29
|
||||
action#com.obu.test_light_recognized
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:24:17-72
|
||||
android:name
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:24:25-69
|
||||
receiver#com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestNewObuReceiver
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:29:9-34:20
|
||||
android:name
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:29:19-102
|
||||
intent-filter#action:name:com.obu.test_newobu+category:name:android.intent.category.DEFAULT
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:30:13-33:29
|
||||
action#com.obu.test_newobu
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:31:17-62
|
||||
android:name
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:31:25-59
|
||||
receiver#com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestNewObuRsiReceiver
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:36:9-41:20
|
||||
android:name
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:36:19-105
|
||||
intent-filter#action:name:com.obu.test_newobu_rsi+category:name:android.intent.category.DEFAULT
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:37:13-40:29
|
||||
action#com.obu.test_newobu_rsi
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:38:17-66
|
||||
android:name
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml:38:25-63
|
||||
uses-sdk
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml reason: use-sdk injection requested
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
android:targetSdkVersion
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
android:minSdkVersion
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-obu-mogo/src/main/AndroidManifest.xml
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,55 @@
|
||||
package com.mogo.eagle.core.function.obu.mogo;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
/**
|
||||
* @author xiaoyuzhou
|
||||
* @date 2021/8/2 5:52 下午
|
||||
*/
|
||||
@com.alibaba.android.arouter.facade.annotation.Route(path = "/obu_mogo/api")
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000,\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0002\b\u0004\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u0002\n\u0002\b\u0005\n\u0002\u0010\u000b\n\u0002\b\u0004\b\u0007\u0018\u00002\u00020\u0001B\u0005\u00a2\u0006\u0002\u0010\u0002J\u0010\u0010\u000b\u001a\u00020\f2\u0006\u0010\r\u001a\u00020\u0004H\u0016J\b\u0010\u000e\u001a\u00020\fH\u0016J\u0010\u0010\u000f\u001a\u00020\f2\u0006\u0010\u0010\u001a\u00020\tH\u0016J\b\u0010\u0011\u001a\u00020\u0012H\u0016J\b\u0010\u0013\u001a\u00020\fH\u0016J\u0010\u0010\u0014\u001a\u00020\f2\u0006\u0010\u0015\u001a\u00020\u0012H\u0016R\u000e\u0010\u0003\u001a\u00020\u0004X\u0082D\u00a2\u0006\u0002\n\u0000R\u0014\u0010\u0005\u001a\u00020\u00048VX\u0096\u0004\u00a2\u0006\u0006\u001a\u0004\b\u0006\u0010\u0007R\u0010\u0010\b\u001a\u0004\u0018\u00010\tX\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u000e\u0010\n\u001a\u00020\u0004X\u0082D\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u0016"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/MoGoObuProvider;", "Lcom/mogo/eagle/core/function/api/obu/IMoGoObuProvider;", "()V", "TAG", "", "functionName", "getFunctionName", "()Ljava/lang/String;", "mContext", "Landroid/content/Context;", "taxiObuIp", "connect", "", "ipAddress", "disConnect", "init", "context", "isConnected", "", "onDestroy", "setObuLibLog", "isSet", "mogo-core-function-obu-mogo_debug"})
|
||||
public final class MoGoObuProvider implements com.mogo.eagle.core.function.api.obu.IMoGoObuProvider {
|
||||
private final java.lang.String TAG = "MoGoObuProvider";
|
||||
private android.content.Context mContext;
|
||||
private final java.lang.String taxiObuIp = "192.168.1.199";
|
||||
|
||||
public MoGoObuProvider() {
|
||||
super();
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
@java.lang.Override()
|
||||
public java.lang.String getFunctionName() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void onDestroy() {
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void init(@org.jetbrains.annotations.NotNull()
|
||||
android.content.Context context) {
|
||||
}
|
||||
|
||||
/**
|
||||
* 通过控制面板设置ip,进行传递
|
||||
*/
|
||||
@java.lang.Override()
|
||||
public void connect(@org.jetbrains.annotations.NotNull()
|
||||
java.lang.String ipAddress) {
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void disConnect() {
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public boolean isConnected() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void setObuLibLog(boolean isSet) {
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,102 @@
|
||||
package com.mogo.eagle.core.function.obu.mogo;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
/**
|
||||
* @author lixiaopeng
|
||||
* @since 2021/11/30
|
||||
* @description 工控机融合数据
|
||||
*/
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000h\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010\u000b\n\u0002\b\u0004\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010 \n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0007\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\u0018\u0000 *2\u00020\u0001:\u0001*B\u0007\b\u0002\u00a2\u0006\u0002\u0010\u0002J\u001e\u0010\f\u001a\u00020\r2\u0006\u0010\u000e\u001a\u00020\u000f2\f\u0010\u0010\u001a\b\u0012\u0004\u0012\u00020\u00120\u0011H\u0002J\u0006\u0010\u0013\u001a\u00020\rJ\u0010\u0010\u0014\u001a\u00020\u00152\u0006\u0010\u0016\u001a\u00020\u000fH\u0002J&\u0010\u0017\u001a\u00020\r2\u0006\u0010\u000e\u001a\u00020\u000f2\u0006\u0010\u0018\u001a\u00020\u000f2\f\u0010\u0010\u001a\b\u0012\u0004\u0012\u00020\u00120\u0011H\u0002J\u000e\u0010\u0019\u001a\u00020\r2\u0006\u0010\u001a\u001a\u00020\u000bJ\u0012\u0010\u001b\u001a\u00020\r2\b\u0010\u001c\u001a\u0004\u0018\u00010\u001dH\u0016J\u0010\u0010\u001e\u001a\u00020\r2\b\u0010\u001f\u001a\u0004\u0018\u00010 J\u0010\u0010!\u001a\u00020\r2\b\u0010\"\u001a\u0004\u0018\u00010#J\u0010\u0010$\u001a\u00020\r2\b\u0010%\u001a\u0004\u0018\u00010&J\u0010\u0010\'\u001a\u00020\r2\b\u0010(\u001a\u0004\u0018\u00010)R\u000e\u0010\u0003\u001a\u00020\u0004X\u0082D\u00a2\u0006\u0002\n\u0000R\u000e\u0010\u0005\u001a\u00020\u0006X\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u000e\u0010\u0007\u001a\u00020\u0006X\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u000e\u0010\b\u001a\u00020\u0006X\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u000e\u0010\t\u001a\u00020\u0006X\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u0010\u0010\n\u001a\u0004\u0018\u00010\u000bX\u0082\u000e\u00a2\u0006\u0002\n\u0000\u00a8\u0006+"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/MogoObuDcCombineManager;", "Lcom/mogo/eagle/core/function/api/obucombine/IMoGoObuDcCombineListener;", "()V", "TAG", "", "isGreenLight", "", "isRedLight", "isShowGreenWave", "isShowRunRedLight", "mContext", "Landroid/content/Context;", "changeTrafficLightStatus", "", "appId", "", "lights", "", "Lmogo/v2x/ObuWarningEvent$SpatLight;", "destoryListener", "getMessageDirection", "Lcom/mogo/eagle/core/data/enums/WarningDirectionEnum;", "targetClassification", "handlerTrafficLight", "status", "init", "context", "onMoGoObuDcCombineData", "obuWarningData", "Lmogo/v2x/ObuWarningEvent$ObuWarningData;", "onMogoObuDcRsiWarning", "rsiWarningData", "Lmogo/v2x/ObuWarningEvent$RsiWarningData;", "onMogoObuDcRsmWarning", "rsmWarningData", "Lmogo/v2x/ObuWarningEvent$RsmWarningData;", "onMogoObuDcSpatWarning", "spatWarningData", "Lmogo/v2x/ObuWarningEvent$SpatWarningData;", "onMogoObuMapMath", "data", "Lmogo/v2x/ObuWarningEvent$MapMatchData;", "Companion", "mogo-core-function-obu-mogo_debug"})
|
||||
public final class MogoObuDcCombineManager implements com.mogo.eagle.core.function.api.obucombine.IMoGoObuDcCombineListener {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final com.mogo.eagle.core.function.obu.mogo.MogoObuDcCombineManager.Companion Companion = null;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private static final kotlin.Lazy INSTANCE$delegate = null;
|
||||
private android.content.Context mContext;
|
||||
private final java.lang.String TAG = "MogoObuDcCombineManager";
|
||||
private boolean isRedLight = false;
|
||||
private boolean isGreenLight = false;
|
||||
private boolean isShowGreenWave = false;
|
||||
private boolean isShowRunRedLight = false;
|
||||
|
||||
private MogoObuDcCombineManager() {
|
||||
super();
|
||||
}
|
||||
|
||||
public final void init(@org.jetbrains.annotations.NotNull()
|
||||
android.content.Context context) {
|
||||
}
|
||||
|
||||
public final void destoryListener() {
|
||||
}
|
||||
|
||||
/**
|
||||
* 通过工控机中转的obu数据,包括rsi,rsm,spat
|
||||
*/
|
||||
@java.lang.Override()
|
||||
public void onMoGoObuDcCombineData(@org.jetbrains.annotations.Nullable()
|
||||
mogo.v2x.ObuWarningEvent.ObuWarningData obuWarningData) {
|
||||
}
|
||||
|
||||
/**
|
||||
* RSI预警信息 CvxRtiThreatIndInfo(交通标志预警(前方限速、前方学校等等),交通事件预警(前方拥堵、前方积水等等))
|
||||
*/
|
||||
public final void onMogoObuDcRsiWarning(@org.jetbrains.annotations.Nullable()
|
||||
mogo.v2x.ObuWarningEvent.RsiWarningData rsiWarningData) {
|
||||
}
|
||||
|
||||
/**
|
||||
* RSM预警信息 CvxPtcThreatIndInfo CvxPtcInfoIndInfo(主车与弱势交通参与者之间的预警(如:弱势交通参与者碰撞预警))
|
||||
*/
|
||||
public final void onMogoObuDcRsmWarning(@org.jetbrains.annotations.Nullable()
|
||||
mogo.v2x.ObuWarningEvent.RsmWarningData rsmWarningData) {
|
||||
}
|
||||
|
||||
/**
|
||||
* 红绿灯预警信息
|
||||
*/
|
||||
public final void onMogoObuDcSpatWarning(@org.jetbrains.annotations.Nullable()
|
||||
mogo.v2x.ObuWarningEvent.SpatWarningData spatWarningData) {
|
||||
}
|
||||
|
||||
/**
|
||||
* 地图匹配 是OBU算法输出地图匹配结果,主车匹配道路哪条路或者哪条车道
|
||||
*/
|
||||
public final void onMogoObuMapMath(@org.jetbrains.annotations.Nullable()
|
||||
mogo.v2x.ObuWarningEvent.MapMatchData data) {
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取消息的方位 车辆相关
|
||||
*/
|
||||
private final com.mogo.eagle.core.data.enums.WarningDirectionEnum getMessageDirection(int targetClassification) {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* 处理红绿灯
|
||||
*/
|
||||
private final void handlerTrafficLight(int appId, int status, java.util.List<mogo.v2x.ObuWarningEvent.SpatLight> lights) {
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改红绿灯
|
||||
*/
|
||||
@kotlin.jvm.Synchronized()
|
||||
private final synchronized void changeTrafficLightStatus(int appId, java.util.List<mogo.v2x.ObuWarningEvent.SpatLight> lights) {
|
||||
}
|
||||
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000\u0014\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0005\b\u0086\u0003\u0018\u00002\u00020\u0001B\u0007\b\u0002\u00a2\u0006\u0002\u0010\u0002R\u001b\u0010\u0003\u001a\u00020\u00048FX\u0086\u0084\u0002\u00a2\u0006\f\n\u0004\b\u0007\u0010\b\u001a\u0004\b\u0005\u0010\u0006\u00a8\u0006\t"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/MogoObuDcCombineManager$Companion;", "", "()V", "INSTANCE", "Lcom/mogo/eagle/core/function/obu/mogo/MogoObuDcCombineManager;", "getINSTANCE", "()Lcom/mogo/eagle/core/function/obu/mogo/MogoObuDcCombineManager;", "INSTANCE$delegate", "Lkotlin/Lazy;", "mogo-core-function-obu-mogo_debug"})
|
||||
public static final class Companion {
|
||||
|
||||
private Companion() {
|
||||
super();
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final com.mogo.eagle.core.function.obu.mogo.MogoObuDcCombineManager getINSTANCE() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,64 @@
|
||||
package com.mogo.eagle.core.function.obu.mogo;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
/**
|
||||
* @author lixiaopeng
|
||||
* @since 2021/8/23
|
||||
* @description 自研OBU 管理
|
||||
*/
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000<\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0002\b\u0004\n\u0002\u0010\u000b\n\u0002\b\u0004\u0018\u0000 \u00172\u00020\u0001:\u0001\u0017B\u0007\b\u0002\u00a2\u0006\u0002\u0010\u0002J\u001e\u0010\u000b\u001a\u00020\f2\u0006\u0010\r\u001a\u00020\u00042\u0006\u0010\u000e\u001a\u00020\u000f2\u0006\u0010\u0010\u001a\u00020\u000fJ\u0006\u0010\u0011\u001a\u00020\fJ\u0006\u0010\u0012\u001a\u00020\nJ\u0006\u0010\u0013\u001a\u00020\u0014J\u000e\u0010\u0015\u001a\u00020\f2\u0006\u0010\u0016\u001a\u00020\u0014R\u0010\u0010\u0003\u001a\u0004\u0018\u00010\u0004X\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u000e\u0010\u0005\u001a\u00020\u0006X\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u000e\u0010\u0007\u001a\u00020\bX\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u000e\u0010\t\u001a\u00020\nX\u0082\u0004\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u0018"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/MogoPrivateObuNewManager;", "", "()V", "mContext", "Landroid/content/Context;", "mLimitSpeed", "", "mObuStatusInfo", "Lcom/mogo/eagle/core/data/obu/ObuStatusInfo;", "mogoObuListener", "Lcom/mogo/support/obu/OnMogoObuListener;", "connectObu", "", "context", "obuIpAddress", "", "padIpAddress", "disConnectObu", "getMogoObuListener", "isConnected", "", "setObuLog", "isChecked", "Companion", "mogo-core-function-obu-mogo_debug"})
|
||||
public final class MogoPrivateObuNewManager {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final com.mogo.eagle.core.function.obu.mogo.MogoPrivateObuNewManager.Companion Companion = null;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private static final kotlin.Lazy INSTANCE$delegate = null;
|
||||
private android.content.Context mContext;
|
||||
private com.mogo.eagle.core.data.obu.ObuStatusInfo mObuStatusInfo;
|
||||
private int mLimitSpeed = 0;
|
||||
private final com.mogo.support.obu.OnMogoObuListener mogoObuListener = null;
|
||||
|
||||
private MogoPrivateObuNewManager() {
|
||||
super();
|
||||
}
|
||||
|
||||
public final void connectObu(@org.jetbrains.annotations.NotNull()
|
||||
android.content.Context context, @org.jetbrains.annotations.NotNull()
|
||||
java.lang.String obuIpAddress, @org.jetbrains.annotations.NotNull()
|
||||
java.lang.String padIpAddress) {
|
||||
}
|
||||
|
||||
/**
|
||||
* 断开新obu
|
||||
*/
|
||||
public final void disConnectObu() {
|
||||
}
|
||||
|
||||
/**
|
||||
* 新obu是否连接
|
||||
*/
|
||||
public final boolean isConnected() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public final void setObuLog(boolean isChecked) {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final com.mogo.support.obu.OnMogoObuListener getMogoObuListener() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000\u0014\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0005\b\u0086\u0003\u0018\u00002\u00020\u0001B\u0007\b\u0002\u00a2\u0006\u0002\u0010\u0002R\u001b\u0010\u0003\u001a\u00020\u00048FX\u0086\u0084\u0002\u00a2\u0006\f\n\u0004\b\u0007\u0010\b\u001a\u0004\b\u0005\u0010\u0006\u00a8\u0006\t"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/MogoPrivateObuNewManager$Companion;", "", "()V", "INSTANCE", "Lcom/mogo/eagle/core/function/obu/mogo/MogoPrivateObuNewManager;", "getINSTANCE", "()Lcom/mogo/eagle/core/function/obu/mogo/MogoPrivateObuNewManager;", "INSTANCE$delegate", "Lkotlin/Lazy;", "mogo-core-function-obu-mogo_debug"})
|
||||
public static final class Companion {
|
||||
|
||||
private Companion() {
|
||||
super();
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final com.mogo.eagle.core.function.obu.mogo.MogoPrivateObuNewManager getINSTANCE() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,42 @@
|
||||
package com.mogo.eagle.core.function.obu.mogo;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 2, d1 = {"\u00008\n\u0000\n\u0002\u0010\u000b\n\u0002\b\u0005\n\u0002\u0010\u0002\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010 \n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0002\b\u0004\n\u0002\u0018\u0002\n\u0002\b\u0002\u001a\u001e\u0010\u0006\u001a\u00020\u00072\u0006\u0010\b\u001a\u00020\t2\f\u0010\n\u001a\b\u0012\u0004\u0012\u00020\f0\u000bH\u0002\u001a\u0010\u0010\r\u001a\u00020\u000e2\u0006\u0010\u000f\u001a\u00020\tH\u0002\u001a0\u0010\u0010\u001a\u00020\u00072\u0006\u0010\b\u001a\u00020\u00112\u0006\u0010\u0012\u001a\u00020\u000e2\u0006\u0010\u0013\u001a\u00020\t2\u0006\u0010\u0014\u001a\u00020\t2\u0006\u0010\u0015\u001a\u00020\u0016H\u0002\u001a&\u0010\u0017\u001a\u00020\u00072\u0006\u0010\b\u001a\u00020\t2\u0006\u0010\u0013\u001a\u00020\t2\f\u0010\n\u001a\b\u0012\u0004\u0012\u00020\f0\u000bH\u0002\"\u000e\u0010\u0000\u001a\u00020\u0001X\u0082\u000e\u00a2\u0006\u0002\n\u0000\"\u000e\u0010\u0002\u001a\u00020\u0001X\u0082\u000e\u00a2\u0006\u0002\n\u0000\"\u000e\u0010\u0003\u001a\u00020\u0001X\u0082\u000e\u00a2\u0006\u0002\n\u0000\"\u000e\u0010\u0004\u001a\u00020\u0001X\u0082\u000e\u00a2\u0006\u0002\n\u0000\"\u000e\u0010\u0005\u001a\u00020\u0001X\u0082\u000e\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u0018"}, d2 = {"isGreenLight", "", "isRedLight", "isShowGreenWave", "isShowRunRedLight", "isYellowLight", "changeTrafficLightStatus", "", "appId", "", "lights", "", "Lcom/mogo/support/obu/model/advance/SpatLight;", "getMessageDirection", "Lcom/mogo/eagle/core/data/enums/WarningDirectionEnum;", "targetClassification", "handleSdkObu", "", "direction", "status", "level", "info", "Lcom/mogo/support/obu/model/MogoObuRvWarningData;", "handlerTrafficLight", "mogo-core-function-obu-mogo_debug"})
|
||||
public final class MogoPrivateObuNewManagerKt {
|
||||
private static boolean isRedLight = false;
|
||||
private static boolean isGreenLight = false;
|
||||
private static boolean isYellowLight = false;
|
||||
private static boolean isShowGreenWave = false;
|
||||
private static boolean isShowRunRedLight = false;
|
||||
|
||||
/**
|
||||
* 获取消息的方位 车辆相关
|
||||
*/
|
||||
private static final com.mogo.eagle.core.data.enums.WarningDirectionEnum getMessageDirection(int targetClassification) {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* 构造对应展示数据和场景 根据obu的场景,add change delete确定是否展示
|
||||
*
|
||||
* @param appId 使用WarningTypeEnum获取icon、提示内容、tts内容 TODO 添加事件频繁播报拦截
|
||||
*
|
||||
* @see com.mogo.module.common.enums.EventTypeEnum
|
||||
*/
|
||||
private static final void handleSdkObu(java.lang.String appId, com.mogo.eagle.core.data.enums.WarningDirectionEnum direction, int status, int level, com.mogo.support.obu.model.MogoObuRvWarningData info) {
|
||||
}
|
||||
|
||||
/**
|
||||
* 处理红绿灯
|
||||
*/
|
||||
private static final void handlerTrafficLight(int appId, int status, java.util.List<com.mogo.support.obu.model.advance.SpatLight> lights) {
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改红绿灯
|
||||
*/
|
||||
@kotlin.jvm.Synchronized()
|
||||
private static final synchronized void changeTrafficLightStatus(int appId, java.util.List<com.mogo.support.obu.model.advance.SpatLight> lights) {
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,36 @@
|
||||
package com.mogo.eagle.core.function.obu.mogo.receiver;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
/**
|
||||
* @author lixiaopeng
|
||||
* @date 2021/8/18
|
||||
*
|
||||
* OBU 测试使用
|
||||
* 红绿灯
|
||||
*/
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\u0018\u0000 \n2\u00020\u0001:\u0001\nB\u0005\u00a2\u0006\u0002\u0010\u0002J\u0018\u0010\u0005\u001a\u00020\u00062\u0006\u0010\u0007\u001a\u00020\u00042\u0006\u0010\b\u001a\u00020\tH\u0016R\u0010\u0010\u0003\u001a\u0004\u0018\u00010\u0004X\u0082\u000e\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u000b"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/receiver/ObuRsuTestTriggerReceiver;", "Landroid/content/BroadcastReceiver;", "()V", "mContext", "Landroid/content/Context;", "onReceive", "", "context", "intent", "Landroid/content/Intent;", "Companion", "mogo-core-function-obu-mogo_debug"})
|
||||
public final class ObuRsuTestTriggerReceiver extends android.content.BroadcastReceiver {
|
||||
private android.content.Context mContext;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final com.mogo.eagle.core.function.obu.mogo.receiver.ObuRsuTestTriggerReceiver.Companion Companion = null;
|
||||
private static final java.lang.String TAG = "ObuRsuTestTriggerReceiver";
|
||||
|
||||
public ObuRsuTestTriggerReceiver() {
|
||||
super();
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void onReceive(@org.jetbrains.annotations.NotNull()
|
||||
android.content.Context context, @org.jetbrains.annotations.NotNull()
|
||||
android.content.Intent intent) {
|
||||
}
|
||||
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0000\b\u0086\u0003\u0018\u00002\u00020\u0001B\u0007\b\u0002\u00a2\u0006\u0002\u0010\u0002R\u000e\u0010\u0003\u001a\u00020\u0004X\u0082T\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u0005"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/receiver/ObuRsuTestTriggerReceiver$Companion;", "", "()V", "TAG", "", "mogo-core-function-obu-mogo_debug"})
|
||||
public static final class Companion {
|
||||
|
||||
private Companion() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,35 @@
|
||||
package com.mogo.eagle.core.function.obu.mogo.receiver;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
/**
|
||||
* @author lixiaopeng
|
||||
* @date 2022/9/8 10:50 上午
|
||||
*
|
||||
* 自研OBU 模拟场景
|
||||
*/
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\u0018\u0000 \n2\u00020\u0001:\u0001\nB\u0005\u00a2\u0006\u0002\u0010\u0002J\u0018\u0010\u0005\u001a\u00020\u00062\u0006\u0010\u0007\u001a\u00020\u00042\u0006\u0010\b\u001a\u00020\tH\u0016R\u0010\u0010\u0003\u001a\u0004\u0018\u00010\u0004X\u0082\u000e\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u000b"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/receiver/ObuTestNewObuReceiver;", "Landroid/content/BroadcastReceiver;", "()V", "mContext", "Landroid/content/Context;", "onReceive", "", "context", "intent", "Landroid/content/Intent;", "Companion", "mogo-core-function-obu-mogo_debug"})
|
||||
public final class ObuTestNewObuReceiver extends android.content.BroadcastReceiver {
|
||||
private android.content.Context mContext;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestNewObuReceiver.Companion Companion = null;
|
||||
private static final java.lang.String TAG = "ObuTestNewObuReceiver";
|
||||
|
||||
public ObuTestNewObuReceiver() {
|
||||
super();
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void onReceive(@org.jetbrains.annotations.NotNull()
|
||||
android.content.Context context, @org.jetbrains.annotations.NotNull()
|
||||
android.content.Intent intent) {
|
||||
}
|
||||
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0000\b\u0086\u0003\u0018\u00002\u00020\u0001B\u0007\b\u0002\u00a2\u0006\u0002\u0010\u0002R\u000e\u0010\u0003\u001a\u00020\u0004X\u0082T\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u0005"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/receiver/ObuTestNewObuReceiver$Companion;", "", "()V", "TAG", "", "mogo-core-function-obu-mogo_debug"})
|
||||
public static final class Companion {
|
||||
|
||||
private Companion() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,35 @@
|
||||
package com.mogo.eagle.core.function.obu.mogo.receiver;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
/**
|
||||
* @author lixiaopeng
|
||||
* @date 2023/1/13 10:50 上午
|
||||
*
|
||||
* 自研OBU RSI 模拟场景
|
||||
*/
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\u0018\u0000 \n2\u00020\u0001:\u0001\nB\u0005\u00a2\u0006\u0002\u0010\u0002J\u0018\u0010\u0005\u001a\u00020\u00062\u0006\u0010\u0007\u001a\u00020\u00042\u0006\u0010\b\u001a\u00020\tH\u0016R\u0010\u0010\u0003\u001a\u0004\u0018\u00010\u0004X\u0082\u000e\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u000b"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/receiver/ObuTestNewObuRsiReceiver;", "Landroid/content/BroadcastReceiver;", "()V", "mContext", "Landroid/content/Context;", "onReceive", "", "context", "intent", "Landroid/content/Intent;", "Companion", "mogo-core-function-obu-mogo_debug"})
|
||||
public final class ObuTestNewObuRsiReceiver extends android.content.BroadcastReceiver {
|
||||
private android.content.Context mContext;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestNewObuRsiReceiver.Companion Companion = null;
|
||||
private static final java.lang.String TAG = "ObuTestNewObuReceiver";
|
||||
|
||||
public ObuTestNewObuRsiReceiver() {
|
||||
super();
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void onReceive(@org.jetbrains.annotations.NotNull()
|
||||
android.content.Context context, @org.jetbrains.annotations.NotNull()
|
||||
android.content.Intent intent) {
|
||||
}
|
||||
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0000\b\u0086\u0003\u0018\u00002\u00020\u0001B\u0007\b\u0002\u00a2\u0006\u0002\u0010\u0002R\u000e\u0010\u0003\u001a\u00020\u0004X\u0082T\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u0005"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/receiver/ObuTestNewObuRsiReceiver$Companion;", "", "()V", "TAG", "", "mogo-core-function-obu-mogo_debug"})
|
||||
public static final class Companion {
|
||||
|
||||
private Companion() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,35 @@
|
||||
package com.mogo.eagle.core.function.obu.mogo.receiver;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
/**
|
||||
* @author xiaoyuzhou
|
||||
* @date 2021/8/11 10:50 上午
|
||||
*
|
||||
* OBU 测试使用
|
||||
*/
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\u0018\u0000 \n2\u00020\u0001:\u0001\nB\u0005\u00a2\u0006\u0002\u0010\u0002J\u0018\u0010\u0005\u001a\u00020\u00062\u0006\u0010\u0007\u001a\u00020\u00042\u0006\u0010\b\u001a\u00020\tH\u0016R\u0010\u0010\u0003\u001a\u0004\u0018\u00010\u0004X\u0082\u000e\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u000b"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/receiver/ObuTestTriggerReceiver;", "Landroid/content/BroadcastReceiver;", "()V", "mContext", "Landroid/content/Context;", "onReceive", "", "context", "intent", "Landroid/content/Intent;", "Companion", "mogo-core-function-obu-mogo_debug"})
|
||||
public final class ObuTestTriggerReceiver extends android.content.BroadcastReceiver {
|
||||
private android.content.Context mContext;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestTriggerReceiver.Companion Companion = null;
|
||||
private static final java.lang.String TAG = "ObuTestTriggerReceiver";
|
||||
|
||||
public ObuTestTriggerReceiver() {
|
||||
super();
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void onReceive(@org.jetbrains.annotations.NotNull()
|
||||
android.content.Context context, @org.jetbrains.annotations.NotNull()
|
||||
android.content.Intent intent) {
|
||||
}
|
||||
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0000\b\u0086\u0003\u0018\u00002\u00020\u0001B\u0007\b\u0002\u00a2\u0006\u0002\u0010\u0002R\u000e\u0010\u0003\u001a\u00020\u0004X\u0082T\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u0005"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/receiver/ObuTestTriggerReceiver$Companion;", "", "()V", "TAG", "", "mogo-core-function-obu-mogo_debug"})
|
||||
public static final class Companion {
|
||||
|
||||
private Companion() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,35 @@
|
||||
package com.mogo.eagle.core.function.obu.mogo.receiver;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
/**
|
||||
* @author xiaoyuzhou
|
||||
* @date 2021/8/11 10:50 上午
|
||||
*
|
||||
* OBU 模拟自车
|
||||
*/
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\u0018\u0000 \n2\u00020\u0001:\u0001\nB\u0005\u00a2\u0006\u0002\u0010\u0002J\u0018\u0010\u0005\u001a\u00020\u00062\u0006\u0010\u0007\u001a\u00020\u00042\u0006\u0010\b\u001a\u00020\tH\u0016R\u0010\u0010\u0003\u001a\u0004\u0018\u00010\u0004X\u0082\u000e\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u000b"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/receiver/ObuTestTriggerRecognizedReceiver;", "Landroid/content/BroadcastReceiver;", "()V", "mContext", "Landroid/content/Context;", "onReceive", "", "context", "intent", "Landroid/content/Intent;", "Companion", "mogo-core-function-obu-mogo_debug"})
|
||||
public final class ObuTestTriggerRecognizedReceiver extends android.content.BroadcastReceiver {
|
||||
private android.content.Context mContext;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final com.mogo.eagle.core.function.obu.mogo.receiver.ObuTestTriggerRecognizedReceiver.Companion Companion = null;
|
||||
private static final java.lang.String TAG = "ObuTestTriggerRecognizedReceiver";
|
||||
|
||||
public ObuTestTriggerRecognizedReceiver() {
|
||||
super();
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void onReceive(@org.jetbrains.annotations.NotNull()
|
||||
android.content.Context context, @org.jetbrains.annotations.NotNull()
|
||||
android.content.Intent intent) {
|
||||
}
|
||||
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0000\b\u0086\u0003\u0018\u00002\u00020\u0001B\u0007\b\u0002\u00a2\u0006\u0002\u0010\u0002R\u000e\u0010\u0003\u001a\u00020\u0004X\u0082T\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u0005"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/receiver/ObuTestTriggerRecognizedReceiver$Companion;", "", "()V", "TAG", "", "mogo-core-function-obu-mogo_debug"})
|
||||
public static final class Companion {
|
||||
|
||||
private Companion() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,44 @@
|
||||
package com.mogo.eagle.core.function.obu.mogo.utils;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
/**
|
||||
* @description 自研obu数据通过工控机转发
|
||||
*
|
||||
* @author lixiaopeng
|
||||
* @since 2022/12/2
|
||||
*/
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000&\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\b\u00c6\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002\u00a2\u0006\u0002\u0010\u0002J\u0010\u0010\u0007\u001a\u0004\u0018\u00010\b2\u0006\u0010\t\u001a\u00020\nJ\u0010\u0010\u000b\u001a\u0004\u0018\u00010\b2\u0006\u0010\t\u001a\u00020\fR\u0014\u0010\u0003\u001a\u00020\u0004X\u0086D\u00a2\u0006\b\n\u0000\u001a\u0004\b\u0005\u0010\u0006\u00a8\u0006\r"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/utils/TrafficDataConvertDcCombineUtils;", "", "()V", "TAG", "", "getTAG", "()Ljava/lang/String;", "cvxPtcThreatIndInfo2TrafficData", "Lcom/mogo/eagle/core/data/traffic/TrafficData;", "info", "Lmogo/v2x/ObuWarningEvent$RsmWarningData;", "cvxRtiThreatIndInfo2TrafficData", "Lcom/mogo/support/obu/model/MogoObuRsiWarningData;", "mogo-core-function-obu-mogo_debug"})
|
||||
public final class TrafficDataConvertDcCombineUtils {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final com.mogo.eagle.core.function.obu.mogo.utils.TrafficDataConvertDcCombineUtils INSTANCE = null;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private static final java.lang.String TAG = "TrafficDataConvertDcCombineUtils";
|
||||
|
||||
private TrafficDataConvertDcCombineUtils() {
|
||||
super();
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.lang.String getTAG() {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* OBU RSU道路事件预警信息 转换交通元素数据 标牌 为何要显示level
|
||||
*/
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
public final com.mogo.eagle.core.data.traffic.TrafficData cvxRtiThreatIndInfo2TrafficData(@org.jetbrains.annotations.NotNull()
|
||||
com.mogo.support.obu.model.MogoObuRsiWarningData info) {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* OBU 弱势交通参与者信息 转换交通元素数据
|
||||
*/
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
public final com.mogo.eagle.core.data.traffic.TrafficData cvxPtcThreatIndInfo2TrafficData(@org.jetbrains.annotations.NotNull()
|
||||
mogo.v2x.ObuWarningEvent.RsmWarningData info) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,62 @@
|
||||
package com.mogo.eagle.core.function.obu.mogo.utils;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
/**
|
||||
* @description 自研obu数据转换
|
||||
*
|
||||
* @author lixiaopeng
|
||||
* @since 2022/8/24
|
||||
*/
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000.\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\b\u00c6\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002\u00a2\u0006\u0002\u0010\u0002J\u0010\u0010\u0007\u001a\u0004\u0018\u00010\b2\u0006\u0010\t\u001a\u00020\nJ\u0010\u0010\u000b\u001a\u0004\u0018\u00010\b2\u0006\u0010\t\u001a\u00020\fJ\u0010\u0010\r\u001a\u0004\u0018\u00010\b2\u0006\u0010\t\u001a\u00020\u000eJ\u0010\u0010\u000f\u001a\u0004\u0018\u00010\b2\u0006\u0010\t\u001a\u00020\u000eR\u0014\u0010\u0003\u001a\u00020\u0004X\u0086D\u00a2\u0006\b\n\u0000\u001a\u0004\b\u0005\u0010\u0006\u00a8\u0006\u0010"}, d2 = {"Lcom/mogo/eagle/core/function/obu/mogo/utils/TrafficDataConvertUtilsNew;", "", "()V", "TAG", "", "getTAG", "()Ljava/lang/String;", "cvxPtcThreatIndInfo2TrafficData", "Lcom/mogo/eagle/core/data/traffic/TrafficData;", "info", "Lcom/mogo/support/obu/model/MogoObuRsmWarningData;", "cvxRtiThreatIndInfo2TrafficData", "Lcom/mogo/support/obu/model/MogoObuRsiWarningData;", "cvxRvInfoIndInfo2TrafficData", "Lcom/mogo/support/obu/model/MogoObuRvWarningData;", "cvxV2vThreatIndInfo2TrafficData", "mogo-core-function-obu-mogo_debug"})
|
||||
public final class TrafficDataConvertUtilsNew {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final com.mogo.eagle.core.function.obu.mogo.utils.TrafficDataConvertUtilsNew INSTANCE = null;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private static final java.lang.String TAG = "TrafficDataConvertUtilsNew";
|
||||
|
||||
private TrafficDataConvertUtilsNew() {
|
||||
super();
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.lang.String getTAG() {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* OBU 远车 转换交通元素数据,是否需要
|
||||
*/
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
public final com.mogo.eagle.core.data.traffic.TrafficData cvxRvInfoIndInfo2TrafficData(@org.jetbrains.annotations.NotNull()
|
||||
com.mogo.support.obu.model.MogoObuRvWarningData info) {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* OBU RSU道路事件预警信息 转换交通元素数据 标牌 为何要显示level
|
||||
*/
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
public final com.mogo.eagle.core.data.traffic.TrafficData cvxRtiThreatIndInfo2TrafficData(@org.jetbrains.annotations.NotNull()
|
||||
com.mogo.support.obu.model.MogoObuRsiWarningData info) {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* OBU 预警事件 转换交通元素数据 他车预警
|
||||
*/
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
public final com.mogo.eagle.core.data.traffic.TrafficData cvxV2vThreatIndInfo2TrafficData(@org.jetbrains.annotations.NotNull()
|
||||
com.mogo.support.obu.model.MogoObuRvWarningData info) {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* OBU 弱势交通参与者信息 转换交通元素数据
|
||||
*/
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
public final com.mogo.eagle.core.data.traffic.TrafficData cvxPtcThreatIndInfo2TrafficData(@org.jetbrains.annotations.NotNull()
|
||||
com.mogo.support.obu.model.MogoObuRsmWarningData info) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
package error;
|
||||
|
||||
public final class NonExistentClass {
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user