[Update]调试面板增加多屏的发送或接收数据的时间戳显示

This commit is contained in:
chenfufeng
2022-05-18 18:55:37 +08:00
parent 048630673f
commit 435e7b37d5
6 changed files with 56 additions and 1 deletions

View File

@@ -220,5 +220,11 @@ object CallerAutoPilotManager {
return providerApi?.getReportActionDesc(actionCode)
}
/**
* 记录最新的司机屏发送数据的时间戳
* 或乘客屏解析数据的时间戳
*/
fun getTeleTimeStamp(): Long {
return providerApi?.getTeleTimeStamp() ?: 0L
}
}