[6.8.0][驾驶位视频流] 代码提交

This commit is contained in:
renwj
2024-11-18 19:48:27 +08:00
parent bb877e8d27
commit 564ca4d815
11 changed files with 336 additions and 1 deletions

View File

@@ -448,4 +448,11 @@ object FunctionBuildConfig {
@Volatile
@JvmField
var maxSpeedLimit: Double = 0.0
/**
* 驾驶位视频流开关是否打开-运营面板使用
*/
@Volatile
@JvmField
var isDriveSeatVideoStream: Boolean = false
}

View File

@@ -30,5 +30,16 @@ class TelematicConstant {
const val V2N_AI_ROAD_SHI_GU = 207
// -------------------- For Android Unit Test ------ END ------------
/**
* 驾驶位视频流开关-请求
*/
const val DRIVE_SEAT_VIDEO_STREAM_REQ = 208
/**
* 驾驶位视频流开关-响应
*/
const val DRIVE_SEAT_VIDEO_STREAM_RSP = 209
}
}