This commit is contained in:
fan 2023-10-08 10:31:45 +08:00
commit 8403e90692

View File

@ -41,12 +41,14 @@ message SectionState{
message SwitchState{ message SwitchState{
// //
string id = 1; string id = 1;
// //()
bool normal = 2; bool normal = 2;
// //
bool reverse = 3; bool reverse = 3;
// //()
bool turning = 4; bool dw = 4;
//
bool fw = 5;
} }
// //
message SignalState{ message SignalState{
@ -138,8 +140,10 @@ message TrainDynamicState {
int32 headRadarSpeed = 19; int32 headRadarSpeed = 19;
//m/stailRadarSpeed,1=1km/h //m/stailRadarSpeed,1=1km/h
int32 tailRadarSpeed = 20; int32 tailRadarSpeed = 20;
// //
bool udpInterruption = 21; bool udpInterruption = 21;
//
float acceleration = 22;
} }
// vobc发过来的列车信息 // vobc发过来的列车信息
@ -192,7 +196,7 @@ message TrainVobcState {
bool rightDoorCloseCommand = 23; bool rightDoorCloseCommand = 23;
// 1= // 1=
bool allDoorClose = 24; bool allDoorClose = 24;
// //
bool udpInterruption = 25; bool udpInterruption = 25;
} }