donghongyu
503755609b
[Change]
A、增加最后一次启动自动驾驶参数记录,注意,实时回调和主动查询出来对可能为null即没有行程信息,需要做好容错,使用方法:
1、实时监听:实现监听接口,IMoGoAutopilotStatusListener::onAutopilotStatusResponse(autoPilotStatusInfo: AutopilotStatusInfo),注册变化监听CallerAutoPilotStatusListenerManager.INSTANCE.addListener(TAG, this);
2、单次查询: CallerAutoPilotStatusListenerManager.INSTANCE.getAutoPilotStatusInfo().getAutopilotControlParameters()
3、TODO @文君需要在Taxi行程结束和Bus跑完最后一站后对数据进行清空操作。
Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
2022-10-10 11:42:14 +08:00
..
2022-10-10 11:42:14 +08:00
2021-09-16 18:23:44 +08:00
2022-08-25 15:29:48 +08:00
2021-09-16 18:23:44 +08:00
2021-10-29 20:51:15 +08:00
2021-09-16 18:23:44 +08:00