[6.2.0][Opt]新增无人化演练任务拉取时间获取的接口

This commit is contained in:
chenfufeng
2023-11-10 10:46:28 +08:00
parent dbaca9cafb
commit 51e80f17cd

View File

@@ -28,4 +28,11 @@ object CallerUnmannedListenerManager:CallerBase<IUnmannedListener>() {
}
}
}
/**
* 获取无人化演练拉取的时间间隔(单位ms)
*/
fun getPullTime(): Int {
return time * 1000
}
}