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 ipSingleSwitchStusReverse = 6; //
bool ipSingleSwitchStusBlocked1 = 7; // bool ipSingleSwitchStusBlocked1 = 7; //
bool ipSingleSwitchStusJammed = 8; // bool ipSingleSwitchStusJammed = 8; //
// bool ipSingleSwitchStusExpectLock = 9; // bool ipSingleSwitchStusExpectLock = 9; //
// bool ipSingleSwitchStusExpectUnlock = 10; // bool ipSingleSwitchStusExpectUnlock = 10; //
// bool ipSingleSwitchStusExpectNormal = 11; // bool ipSingleSwitchStusExpectNormal = 11; //
// bool ipSingleSwitchStusExpectReverse = 12; // bool ipSingleSwitchStusExpectReverse = 12; //
// bool ipSingleSwitchStusExpectBlock = 13; // bool ipSingleSwitchStusExpectBlock = 13; //
// bool ipSingleSwitchStusExpectUnblock = 14; // bool ipSingleSwitchStusExpectUnblock = 14; //
// bool ipSingleSwitchStusInRoute = 15; // bool ipSingleSwitchStusInRoute = 15; //
// bool ipSingleSwitchStusManualMode = 16; // bool ipSingleSwitchStusManualMode = 16; //
bool ipSingleSwitchStusCut = 17; // bool ipSingleSwitchStusCut = 17; //
bool ipSingleSwitchStusAtcInvalid = 18; // ATC报告失效 bool ipSingleSwitchStusAtcInvalid = 18; // ATC报告失效
bool ipSingleSwitchStusOverlap = 19; // OVERLAP bool ipSingleSwitchStusOverlap = 19; // OVERLAP

View File

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