This commit is contained in:
fan 2023-07-20 15:50:35 +08:00
commit bdcbbf2c04
3 changed files with 20 additions and 17 deletions

View File

@ -12,17 +12,17 @@ message Section {
// //
string code = 2; string code = 2;
//
graphicData.Section.SectionType type = 3;
// //
repeated Section children = 4; repeated string childrenId = 3;
// //
repeated graphicData.KilometerSystem kilometerSystem = 5; repeated graphicData.KilometerSystem kilometerSystem = 4;
// //
repeated int64 convertKilometer = 7; repeated int64 convertKilometer = 5;
// Id
string physicalSectionId = 6;
} }
// //

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 {
@ -206,8 +209,8 @@ message Section {
RelatedRef pbRef = 5; // B端关联的物理区段或道岔() RelatedRef pbRef = 5; // B端关联的物理区段或道岔()
SectionType sectionType = 6; // SectionType sectionType = 6; //
repeated string axleCountings = 7; // (&&) repeated string axleCountings = 7; // (&&)
repeated string children = 8; // id() repeated string children = 8; // id()/id()
string destinationCode = 9; // string destinationCode = 9; //
} }
/** 逻辑区段 */ /** 逻辑区段 */