速传,雷达输出数值功能
This commit is contained in:
parent
54033efdd9
commit
0a3e689486
@ -65,7 +65,7 @@ message TrainEndsState{
|
||||
//加速度持续时间
|
||||
int32 accCheckTime = 8;
|
||||
// 速传速度输出(米/秒)
|
||||
float accOutSpeed = 9;
|
||||
int32 accOutSpeed = 9;
|
||||
// 雷达速度输出(米/秒)
|
||||
float radarOutSpeed = 10;
|
||||
int32 radarOutSpeed = 10;
|
||||
}
|
||||
|
@ -487,9 +487,9 @@ message TrainEndsStateMqtt{
|
||||
//加速度持续时间
|
||||
int32 accCheckTime = 8;
|
||||
// 速传速度输出(米/秒)
|
||||
string accOutSpeed = 9;
|
||||
int32 accOutSpeed = 9;
|
||||
// 雷达速度输出(米/秒)
|
||||
string radarOutSpeed = 10;
|
||||
int32 radarOutSpeed = 10;
|
||||
}
|
||||
// 继电器状态
|
||||
message ReplyState {
|
||||
|
Loading…
Reference in New Issue
Block a user