This commit is contained in:
Yuan 2023-07-13 17:59:18 +08:00
parent 2d4a7c97fe
commit a097dac7f7
2 changed files with 12 additions and 12 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

@ -200,10 +200,10 @@ message Section {
CommonInfo common = 1;
string code = 2;
repeated Point points = 3;
RelatedRef paRef = 4; // A端关联的设备
RelatedRef pbRef = 5; // B端关联的设备
SectionType sectionType = 6; //
repeated string children = 7; // /
RelatedRef paRef = 4; // A端关联的设备()
RelatedRef pbRef = 5; // B端关联的设备()
SectionType sectionType = 6; //
repeated string axleCountings = 7; //
}
message KilometerPoint {