取消设备index
This commit is contained in:
parent
68bb38dfe5
commit
af06865fd0
@ -126,7 +126,7 @@ message Platform {
|
||||
string code = 2;
|
||||
//bool hasdoor = 3; // 是否有屏蔽门
|
||||
//string direction = 4; // 屏蔽门上下
|
||||
int32 index = 5; //索引
|
||||
// int32 index = 5; //索引
|
||||
//int32 refStationIndex = 6; //关联车站索引
|
||||
// repeated string centralizedStations = 7; // 集中站列表
|
||||
//repeated RelatedRef platformRef = 8; //站台关联的车站和物理区段
|
||||
@ -160,7 +160,7 @@ message Station {
|
||||
bool concentrationStations = 4; //是否集中站
|
||||
// string kilometerCode = 5; //公里标
|
||||
KilometerSystem kilometerSystem = 6; //公里标
|
||||
int32 index = 7;
|
||||
// int32 index = 7;
|
||||
string refIbpMapCode = 8; // 关联IBP地图Code
|
||||
string stationName = 9; //车站名
|
||||
string stationNameAcronym = 10; // 车站名缩写
|
||||
@ -183,7 +183,7 @@ message AxleCounting {
|
||||
KilometerSystem kilometerSystem = 3; //公里标
|
||||
repeated RelatedRef axleCountingRef =
|
||||
4; // 计轴关联的非岔区物理区段和道岔,设备id和端口
|
||||
int32 index = 5; //计轴的索引编号
|
||||
// int32 index = 5; //计轴的索引编号
|
||||
//bool invent = 6; //是否虚拟计轴--一般是最末端
|
||||
TypeDetectionPoint type = 7; //检测点的类型:计轴、区段边界
|
||||
repeated string centralizedStations = 8; // 集中站列表
|
||||
@ -222,7 +222,7 @@ message Turnout { //(后端不关注)
|
||||
RelatedRef pcRef = 11; // 道岔C端关联的设备
|
||||
// KilometerSystem kilometerSystem = 12; // 道岔公里标
|
||||
repeated KilometerSystem kilometerSystem = 13; // 道岔公里标
|
||||
int32 index = 14; //索引
|
||||
// int32 index = 14; //索引
|
||||
string paTrackSectionId = 15; // A端轨道区段id
|
||||
string pbTrackSectionId = 16; // B端轨道区段id
|
||||
string pcTrackSectionId = 17; // C端轨道区段id
|
||||
@ -249,7 +249,7 @@ message Signal {
|
||||
// int64 kilometer = 4;
|
||||
// string coordinateSystem = 5;
|
||||
KilometerSystem kilometerSystem = 6;
|
||||
int32 index = 7; //索引
|
||||
// int32 index = 7; //索引
|
||||
RelatedRef refDev = 8; //关联设备(区段/道岔)
|
||||
repeated string centralizedStations = 9; // 集中站列表
|
||||
// 信号机模型类型枚举
|
||||
@ -286,7 +286,7 @@ message Section {
|
||||
RelatedRef pbRef = 5; // 区段B端关联的设备(非岔区)(后端不关注)
|
||||
SectionType sectionType = 6; // 区段类型
|
||||
repeated string axleCountings = 7; // 区段对应的计轴
|
||||
int32 index = 8; // 索引
|
||||
// int32 index = 8; // 索引
|
||||
string trackSectionId = 9; // 下属轨道区段id
|
||||
bool isCurve = 10; // 是否曲线
|
||||
int32 segmentsCount = 12; // 曲线分段数
|
||||
@ -336,7 +336,7 @@ message Transponder { // 应答器
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
int32 transponderType = 3;
|
||||
int32 index = 4; // 索引编号
|
||||
// int32 index = 4; // 索引编号
|
||||
KilometerSystem kilometerSystem = 5; //公里标
|
||||
RelatedRef TransponderRef = 6; //关联关系
|
||||
repeated string centralizedStations = 7; // 集中站列表
|
||||
@ -364,7 +364,7 @@ message SectionLink {
|
||||
7; // SectionLink A端连接设备(端口关系 SectionLink/Turnout)
|
||||
RelatedRef bRef = 8; // SectionLink B端连接设备(端口关系
|
||||
// SectionLink/Turnout)
|
||||
int32 index = 9; // 索引编号
|
||||
// int32 index = 9; // 索引编号
|
||||
}
|
||||
|
||||
message AxleCountingSection { // 计轴区段
|
||||
@ -374,7 +374,7 @@ message AxleCountingSection { // 计轴区段
|
||||
RelatedRef paRef = 4; // 计轴区段A端关联的计轴
|
||||
RelatedRef pbRef = 5; // 计轴区段B端关联的计轴
|
||||
repeated TurnoutPosRef turnoutPos = 6; //关联道岔的正反位--0是定位,1是反位
|
||||
int32 index = 7; //计轴区段的索引编号
|
||||
// int32 index = 7; //计轴区段的索引编号
|
||||
}
|
||||
|
||||
message LogicSection { // 逻辑区段
|
||||
@ -382,7 +382,7 @@ message LogicSection { // 逻辑区段
|
||||
string code = 2; // 名称
|
||||
repeated Point points = 3;
|
||||
string axleSectionId = 4; // 关联的计轴区段Id
|
||||
int32 index = 5; // 索引编号
|
||||
// int32 index = 5; // 索引编号
|
||||
string turnoutId = 6; // 关联的岔芯对应的道岔id,此时该逻辑区段为该道岔C端关联的轨道link
|
||||
}
|
||||
|
||||
@ -394,7 +394,7 @@ message TrackSection { //轨道区段
|
||||
CommonInfo common = 1;
|
||||
repeated Point points = 2;
|
||||
string code = 3; //名称
|
||||
int32 index = 4; //索引
|
||||
// int32 index = 4; //索引
|
||||
TrackSectionType type = 5; //类型
|
||||
string destinationCode = 6; //目的地码
|
||||
repeated string trackLogicSection = 7; //下属的逻辑区段id(非岔区)
|
||||
@ -420,7 +420,7 @@ message StopPosition {
|
||||
string code = 2;
|
||||
bool flip = 3; // 是否翻转(前端显示)
|
||||
CoachNum coachNum = 4; //编组数量
|
||||
int32 index = 5; //索引
|
||||
// int32 index = 5; //索引
|
||||
KilometerSystem kilometerSystem = 6;
|
||||
RelatedRef refDev = 7; // 关联设备(区段)
|
||||
}
|
||||
@ -429,7 +429,7 @@ message SpksSwitch {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
bool flip = 3; // 是否翻转(前端显示)
|
||||
int32 index = 4; //索引
|
||||
// int32 index = 4; //索引
|
||||
// int32 refStand = 5; //关联站台索引
|
||||
repeated string refSections = 6; // 关联物理区段id
|
||||
string refStand = 7; // 关联站台
|
||||
@ -439,7 +439,7 @@ message EsbButton {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
bool flip = 3; // 是否翻转(前端显示)
|
||||
int32 index = 4; //索引
|
||||
// int32 index = 4; //索引
|
||||
// int32 refStand = 5; // 关联站台索引
|
||||
string refStand = 6; // 关联站台
|
||||
}
|
||||
@ -448,7 +448,7 @@ message GatedBox {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
bool flip = 3; // 是否翻转(前端显示)
|
||||
int32 index = 4; //索引
|
||||
// int32 index = 4; //索引
|
||||
string refScreenDoor = 5; // 关联屏蔽门
|
||||
string refGatedBoxMapCode = 6; // 关联门控箱地图Code
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user