change the logic of socket service and stop the uploadService,but tanlu version can not upgrade
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
package com.mogo.realtime.api;
|
||||
|
||||
import com.mogo.realtime.entity.ADASRecognizedResult;
|
||||
import com.mogo.realtime.entity.CloudLocationInfo;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 蘑菇AI云平台实时定位点上报服务接口
|
||||
*/
|
||||
public interface IRealTimeProvider {
|
||||
|
||||
/**
|
||||
* 获取 adas 识别列表,由外部传入
|
||||
*/
|
||||
List<ADASRecognizedResult> getLastADASRecognizedResult();
|
||||
|
||||
/**
|
||||
* 发送自车定位信息,由外部传入
|
||||
*/
|
||||
List<CloudLocationInfo> getLocationMsg();
|
||||
|
||||
/**
|
||||
* 自车定位信息 精度
|
||||
* @see com.mogo.realtime.entity.LocationResult dataAccuracy 字段
|
||||
*/
|
||||
int getLocationAccuracy();
|
||||
}
|
||||
Reference in New Issue
Block a user