This commit is contained in:
Yuan 2023-07-27 15:05:23 +08:00
parent ec5889fd03
commit 605c24f4e3

View File

@ -127,23 +127,23 @@ message Switch {
}
message Track {
bool ciOccupied = 1;
bool cbtcOccupied = 2;
bool locked = 3;
bool failLocked = 4;
bool expectLock = 5;
bool expectUnlock = 6;
bool inRoute = 7;
bool cut = 8;
bool atcInvalid = 9;
bool overlap = 10;
bool blocked = 11;
bool ciOccupied = 1; //
bool cbtcOccupied = 2; // CBTC报告区段占用
bool locked = 3; //
bool failLocked = 4; //
bool expectLock = 5; //,
bool expectUnlock = 6; //,
bool inRoute = 7; //,
bool cut = 8; //
bool atcInvalid = 9; //ATC报告失效
bool overlap = 10; // OVERLAP
bool blocked = 11; //
//
string id = 12;
//
int32 speedLimit = 13;
//
LimitType limitType = 14;
LimitType limitType = 14; //[1:CBTC限速/2:/4:]
// track限速类型
enum LimitType {