【增加列车状态】

This commit is contained in:
weizhihong 2023-06-26 08:54:56 +08:00
parent f42a98cd93
commit d6d6168ac1

View File

@ -250,7 +250,6 @@ message OccNccFepNetwork{
// 2.7.8 // 2.7.8
message Train { message Train {
//
// //
string trainId = 1; string trainId = 1;
@ -269,7 +268,6 @@ message Train {
// //
float speed = 6; float speed = 6;
//
// //
int32 direction = 7; int32 direction = 7;
@ -326,6 +324,21 @@ message Train {
// 线 // 线
string trainIndex = 25; string trainIndex = 25;
//
int32 rollingStock = 26;
//
int32 otpTime = 27;
//
int32 rtuId = 28;
//
bytes arriveTime = 29;
//
bytes departTime = 30;
} }