增加monitoring模块承接超视距服务,路测摄像头,行车记录仪直播等

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-10-29 11:24:41 +08:00
parent 18070300bf
commit 08291c3882
14 changed files with 158 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
package com.mogo.eagle.core.function.api.monitoring;
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider;
/**
* @author xiaoyuzhou
* @date 2021/10/29 10:35 上午
* 超视距功能,路测摄像头,前车摄像头监控
*/
public interface IMoGoMonitoringProvider extends IMoGoFunctionServerProvider {
}