添加更新速度来源的注释

This commit is contained in:
lixiaopeng
2023-01-30 11:31:13 +08:00
parent 0bcf3a677c
commit aa3455a5ab
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ abstract class IViewLimitingVelocity(context: Context?, attrs: AttributeSet?, de
/**
* 更新限速数据
* @param limitingSpeed 限速值单位km/h
* @param limitSource 限速来源 1:MAP, 2:RSU
*/
open fun updateLimitingSpeed(limitingSpeed: Int, limitSource: Int) {}
}

View File

@@ -139,6 +139,7 @@ interface IMoGoHmiProvider : IMoGoHmiViewProxy {
* 展示限速预警
*
* @param limitingSpeed 限速速度
* @param limitSpeedSource 限速来源 1:MAP, 2:RSU
*/
fun showLimitingVelocity(limitingSpeed: Int, limitSpeedSource: Int)