[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

@@ -165,4 +165,10 @@ interface IMoGoAutopilotProvider : IMoGoFunctionServerProvider {
* @param actionCode 上报字段code
*/
fun getReportActionDesc(actionCode:String): String
/**
* 记录最新的司机屏发送数据的时间戳
* 或乘客屏解析数据的时间戳
*/
fun getTeleTimeStamp(): Long
}