This commit is contained in:
weizhihong 2023-07-20 17:39:09 +08:00
commit 4f27cc3670
2 changed files with 13 additions and 9 deletions

View File

@ -101,14 +101,14 @@ message Switch {
bool ipSingleSwitchStusReverse = 6; //
bool ipSingleSwitchStusBlocked1 = 7; //
bool ipSingleSwitchStusJammed = 8; //
// bool ipSingleSwitchStusExpectLock = 9; //
// bool ipSingleSwitchStusExpectUnlock = 10; //
// bool ipSingleSwitchStusExpectNormal = 11; //
// bool ipSingleSwitchStusExpectReverse = 12; //
// bool ipSingleSwitchStusExpectBlock = 13; //
// bool ipSingleSwitchStusExpectUnblock = 14; //
// bool ipSingleSwitchStusInRoute = 15; //
// bool ipSingleSwitchStusManualMode = 16; //
bool ipSingleSwitchStusExpectLock = 9; //
bool ipSingleSwitchStusExpectUnlock = 10; //
bool ipSingleSwitchStusExpectNormal = 11; //
bool ipSingleSwitchStusExpectReverse = 12; //
bool ipSingleSwitchStusExpectBlock = 13; //
bool ipSingleSwitchStusExpectUnblock = 14; //
bool ipSingleSwitchStusInRoute = 15; //
bool ipSingleSwitchStusManualMode = 16; //
bool ipSingleSwitchStusCut = 17; //
bool ipSingleSwitchStusAtcInvalid = 18; // ATC报告失效
bool ipSingleSwitchStusOverlap = 19; // OVERLAP

View File

@ -105,6 +105,8 @@ message Platform {
string code = 2;
bool hasdoor = 3; //
string direction = 4; // --
string upAndDown =5; //--upLink表示上行downLink表示下行
string refStation=6; //
}
message Station {
@ -112,8 +114,9 @@ message Station {
string code = 2;
bool hasControl = 3; //
bool concentrationStations = 4; //
// string kilometerCode = 5; //
// string kilometerCode = 5; //
KilometerSystem kilometerSystem = 6; //
string name = 7;
}
message StationLine {
@ -189,6 +192,7 @@ message RunLine {
repeated string containSta = 8;
repeated string linkPathLines = 9;
string lineId = 10;
repeated int32 dashPointIndexs = 11; // 线
}
/** 物理区段 */