速传,雷达输出数值功能

This commit is contained in:
tiger_zhou 2024-03-12 13:58:57 +08:00
parent 54033efdd9
commit 0a3e689486
2 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ message TrainEndsState{
//
int32 accCheckTime = 8;
// /
float accOutSpeed = 9;
int32 accOutSpeed = 9;
// /
float radarOutSpeed = 10;
int32 radarOutSpeed = 10;
}

View File

@ -487,9 +487,9 @@ message TrainEndsStateMqtt{
//
int32 accCheckTime = 8;
// /
string accOutSpeed = 9;
int32 accOutSpeed = 9;
// /
string radarOutSpeed = 10;
int32 radarOutSpeed = 10;
}
//
message ReplyState {