Merge branch 'master' of https://git.code.tencent.com/xian-ncc-da/xian-ncc-da-message
This commit is contained in:
commit
76db5e5781
@ -16,7 +16,6 @@ enum DeviceType{
|
|||||||
WATERPROOF_DOOR = 11;
|
WATERPROOF_DOOR = 11;
|
||||||
WORK_AREA = 12;
|
WORK_AREA = 12;
|
||||||
GAMA = 13;
|
GAMA = 13;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message Rtu {
|
message Rtu {
|
||||||
@ -94,33 +93,33 @@ message Entry{
|
|||||||
}
|
}
|
||||||
|
|
||||||
message Switch {
|
message Switch {
|
||||||
bool ipSingleSwitchStusCiOccupied = 1;
|
bool ipSingleSwitchStusCiOccupied = 1; // 连锁报告道岔占用
|
||||||
bool ipSingleSwitchStusCbtcOccupied = 2;
|
bool ipSingleSwitchStusCbtcOccupied = 2; // CBTC报告道岔占用
|
||||||
bool ipSingleSwitchStusLocked = 3;
|
bool ipSingleSwitchStusLocked = 3; // 道岔锁闭
|
||||||
bool ipSingleSwitchStusFailLocked = 4;
|
bool ipSingleSwitchStusFailLocked = 4; // 道岔故障锁闭
|
||||||
bool ipSingleSwitchStusNormal = 5;
|
bool ipSingleSwitchStusNormal = 5; // 定位
|
||||||
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;
|
bool ipSingleSwitchStusAtcInvalid = 18; // 道岔区段被ATC报告失效
|
||||||
bool ipSingleSwitchStusOverlap = 19;
|
bool ipSingleSwitchStusOverlap = 19; // OVERLAP
|
||||||
bool ipSingleSwitchStusTsrCbtcMain = 20;
|
bool ipSingleSwitchStusTsrCbtcMain = 20; // CBTC岔前限速
|
||||||
bool ipSingleSwitchStusTsrCbtcNormal = 21;
|
bool ipSingleSwitchStusTsrCbtcNormal = 21; // CBTC定位限速
|
||||||
bool ipSingleSwitchStusTsrCbtcReverse = 22;
|
bool ipSingleSwitchStusTsrCbtcReverse = 22; // CBTC反位限速
|
||||||
bool ipSingleSwitchStusTsrBmMain = 23;
|
bool ipSingleSwitchStusTsrBmMain = 23; // BM岔前限速
|
||||||
bool ipSingleSwitchStusTsrBmNormal = 24;
|
bool ipSingleSwitchStusTsrBmNormal = 24; // BM定位限速
|
||||||
bool ipSingleSwitchStusTsrBmReverse = 25;
|
bool ipSingleSwitchStusTsrBmReverse = 25; // BM反位限速
|
||||||
bool ipSingleSwitchStusBlocked2 = 26;
|
bool ipSingleSwitchStusBlocked2 = 26; // 道岔封锁
|
||||||
bool ipSingleSwitchStusLostIndication = 27;
|
bool ipSingleSwitchStusLostIndication = 27; // 道岔失表示
|
||||||
//设备唯一识别码,一般为设备名称
|
//设备唯一识别码,一般为设备名称
|
||||||
string id = 28;
|
string id = 28;
|
||||||
//限速值KM/H
|
//限速值KM/H
|
||||||
@ -262,6 +261,3 @@ message OccNccFepNetwork{
|
|||||||
// false 代表断开
|
// false 代表断开
|
||||||
bool active = 2;
|
bool active = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user