删除数据监听注册
This commit is contained in:
@@ -20,6 +20,7 @@ import java.util.List;
|
||||
* Created by XuYong on 2021/4/25 16:52
|
||||
*/
|
||||
public abstract class AdasDataListener {
|
||||
|
||||
public void sendMsg( String msg ) {
|
||||
|
||||
}
|
||||
@@ -54,40 +55,4 @@ public abstract class AdasDataListener {
|
||||
|
||||
public void notifyOwnerCarRect( List<AdasAIDLOwnerCarRectModel> ownerCarStateRectList ) {
|
||||
}
|
||||
/*
|
||||
public void onWarnMessage(WarnMessageInfo warnMessageInfo) {
|
||||
|
||||
};
|
||||
|
||||
public void onVideoSize(int width, int height) {
|
||||
|
||||
};
|
||||
|
||||
public void onRectData(RectInfo rectInfo) {
|
||||
|
||||
};
|
||||
|
||||
public void onCarStateData(CarStateInfo carStateInfo){
|
||||
|
||||
};
|
||||
|
||||
public void onLightStateData(LightStatueInfo lightStatueInfo){
|
||||
|
||||
};
|
||||
|
||||
public void onObstaclesInfo(ObstaclesInfo obstaclesInfo) {
|
||||
|
||||
};
|
||||
|
||||
public void onCarLaneInfo(CarLaneInfo carLaneInfo) {
|
||||
|
||||
};
|
||||
|
||||
public void autopilotStatus(AutopilotStatus autopilotStatus) {
|
||||
|
||||
};
|
||||
|
||||
public void autopilotArrive(AutopilotWayArrive autopilotWayArrive) {
|
||||
|
||||
};*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user