区段
This commit is contained in:
parent
2d4a7c97fe
commit
a097dac7f7
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user