设备所属集中站添加
This commit is contained in:
parent
b6bb68aa99
commit
5090c91e9e
@ -118,6 +118,7 @@ message Platform {
|
||||
string direction = 4; // 行驶方向--屏蔽门上下
|
||||
int32 index = 5; //索引
|
||||
int32 refStationIndex = 6; //关联车站索引
|
||||
repeated string centralizedStations = 7; // 集中站列表
|
||||
}
|
||||
|
||||
message Station {
|
||||
@ -149,6 +150,7 @@ message AxleCounting {
|
||||
int32 index = 5; //计轴的索引编号
|
||||
bool invent = 6; //是否虚拟计轴--一般是最末端
|
||||
TypeDetectionPoint type = 7; //检测点的类型:计轴、区段边界
|
||||
repeated string centralizedStations = 8; // 集中站列表
|
||||
}
|
||||
|
||||
// message Train {
|
||||
@ -184,6 +186,7 @@ message Turnout { //(后端不关注)
|
||||
string pbTrackSectionId = 16; // B端轨道区段id
|
||||
string pcTrackSectionId = 17; // C端轨道区段id
|
||||
SwitchMachineType switchMachineType = 18; // 转辙机类型
|
||||
repeated string centralizedStations = 19; // 集中站列表
|
||||
}
|
||||
|
||||
/** 左右行 **/
|
||||
@ -207,6 +210,7 @@ message Signal {
|
||||
KilometerSystem kilometerSystem = 6;
|
||||
int32 index = 7; //索引
|
||||
RelatedRef refDev = 8; //关联设备(区段/道岔)
|
||||
repeated string centralizedStations = 9; // 集中站列表
|
||||
}
|
||||
|
||||
/** 物理区段(包含岔区和非岔区) */
|
||||
@ -227,6 +231,7 @@ message Section {
|
||||
string trackSectionId = 9; // 下属轨道区段id
|
||||
bool isCurve = 10; // 是否曲线
|
||||
int32 segmentsCount = 12; // 曲线分段数
|
||||
repeated string centralizedStations = 13; // 集中站列表
|
||||
}
|
||||
|
||||
//关联设备
|
||||
@ -269,6 +274,7 @@ message Transponder { // 应答器
|
||||
int32 index = 4; // 索引编号
|
||||
KilometerSystem kilometerSystem = 5; //公里标
|
||||
RelatedRef TransponderRef = 6; //关联关系
|
||||
repeated string centralizedStations = 7; // 集中站列表
|
||||
}
|
||||
|
||||
message SimpleRef {
|
||||
@ -312,8 +318,7 @@ message LogicSection { // 逻辑区段
|
||||
repeated Point points = 3;
|
||||
string axleSectionId = 4; // 关联的计轴区段Id
|
||||
int32 index = 5; // 索引编号
|
||||
string turnoutId =
|
||||
6; // 关联的岔芯对应的道岔id,此时该逻辑区段为该道岔C端关联的轨道link
|
||||
string turnoutId = 6; // 关联的岔芯对应的道岔id,此时该逻辑区段为该道岔C端关联的轨道link
|
||||
}
|
||||
|
||||
message TrackSection { //轨道区段
|
||||
|
Loading…
Reference in New Issue
Block a user