[Update]调试面板增加多屏的发送或接收数据的时间戳显示
This commit is contained in:
@@ -220,5 +220,11 @@ object CallerAutoPilotManager {
|
||||
return providerApi?.getReportActionDesc(actionCode)
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 记录最新的司机屏发送数据的时间戳
|
||||
* 或乘客屏解析数据的时间戳
|
||||
*/
|
||||
fun getTeleTimeStamp(): Long {
|
||||
return providerApi?.getTeleTimeStamp() ?: 0L
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user