Files
MoGoEagleEye/core/README.md
donghongyu 731932834a [Change]
增加README描述

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
2022-03-01 15:54:30 +08:00

27 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 模块说明
本模块用来编写鹰眼核型功能
- function-impl 目录下编写的都是对mogo-core-function-api定的功能实现,
- check 程序及车辆检测模块
- devatools 开发工具模块日志采集、BadCase、
- hmi UI呈现及交互模块
- main 主入口(模块加载、后台服务启动、多进程启动等)
- map 地图相关的模块
- monitoring 行车超视距模块,路测摄像头、前车直播
- notice 云端公告、调度相关模块
- obu-mogo 自研OBU预警模块
- smp 小地图模块
- v2x 自车+云端预警模块
- mogo-core-data定义基础业务所需要的数据结构
- mogo-core-network公共网络请求
- mogo-core-function-api定义基础业务功能的接口
- mogo-core-function-call定义基础业务暴露给外部调用的接口,对function-impl的二次封装,只将能对外调用的功能进行封装
- mogo-core-res程序中涉及到的图片及布局资源同一管理并通过设置不同的目录指定是那个模块的资源这里只存放公共资源图片布局动画等
- mogo-core-utils基于成熟的工具类开源框架下沉的这里可以增添针对我们业务上的一些工具类