列车模型添加最大时速,vobc状态添加ato亮灯属性

This commit is contained in:
tiger_zhou 2024-08-29 16:08:19 +08:00
parent 30019273c5
commit 67d7d79c5a
2 changed files with 3 additions and 3 deletions

View File

@ -46,8 +46,8 @@ message TrainDynamicConfig{
int32 stopSign=17;
///m/s0
float slide = 18;
int32 trainLoad = 19 ;//
int32 trainLoad = 19 ;//()
float maxSpeed = 20; //
}
//
message TrainEndsState{

View File

@ -472,7 +472,7 @@ message TrainVobcState {
bool trainConnInitComplate = 82;
//ato关右门
bool atoCloseRightDoor = 83;
int32 tractionPower = 84; // W
bool lightAtoSend = 84;
// request.TrainControl.Direction historyDir = 76; //使
}