列车控制修改列车参数类型
This commit is contained in:
parent
b748c7ff3e
commit
c23d536144
@ -189,7 +189,7 @@ message PsdParam {
|
|||||||
//列车控制
|
//列车控制
|
||||||
message TrainControl{
|
message TrainControl{
|
||||||
string simulationId = 1; // 仿真id
|
string simulationId = 1; // 仿真id
|
||||||
uint32 trainId = 2;
|
string trainId = 2;
|
||||||
uint32 deviceId = 3;//设备id
|
uint32 deviceId = 3;//设备id
|
||||||
TrainControlType controlType = 4;
|
TrainControlType controlType = 4;
|
||||||
EmergentButton button = 5;// 紧急制动
|
EmergentButton button = 5;// 紧急制动
|
||||||
|
Loading…
Reference in New Issue
Block a user