关联集中站调整
This commit is contained in:
parent
f325f2483f
commit
c8271df88f
@ -189,7 +189,7 @@ message AxleCounting {
|
||||
// int32 index = 5; //计轴的索引编号
|
||||
//bool invent = 6; //是否虚拟计轴--一般是最末端
|
||||
TypeDetectionPoint type = 7; //检测点的类型:计轴、区段边界
|
||||
repeated string centralizedStations = 8; // 集中站列表
|
||||
repeated string centralizedStations = 8; // 集中站Id列表
|
||||
}
|
||||
|
||||
message GenerateAxleCountingConfig {
|
||||
@ -230,7 +230,7 @@ message Turnout { //(后端不关注)
|
||||
string pbTrackSectionId = 16; // B端轨道区段id
|
||||
string pcTrackSectionId = 17; // C端轨道区段id
|
||||
SwitchMachineType switchMachineType = 18; // 转辙机类型
|
||||
repeated string centralizedStations = 19; // 集中站列表
|
||||
repeated string centralizedStations = 19; // 集中站Id列表
|
||||
}
|
||||
|
||||
/** 左右行 **/
|
||||
@ -254,7 +254,7 @@ message Signal {
|
||||
KilometerSystem kilometerSystem = 6;
|
||||
// int32 index = 7; //索引
|
||||
RelatedRef refDev = 8; //关联设备(区段/道岔)
|
||||
repeated string centralizedStations = 9; // 集中站列表
|
||||
repeated string centralizedStations = 9; // 集中站Id列表
|
||||
// 信号机模型类型枚举
|
||||
// 从左向右,最左边为靠近灯座的灯
|
||||
// 如果没有说明,默认不封灯,无引导
|
||||
@ -293,7 +293,7 @@ message Section {
|
||||
string trackSectionId = 9; // 下属轨道区段id
|
||||
bool isCurve = 10; // 是否曲线
|
||||
int32 segmentsCount = 12; // 曲线分段数
|
||||
repeated string centralizedStations = 13; // 集中站列表
|
||||
repeated string centralizedStations = 13; // 集中站Id列表
|
||||
}
|
||||
|
||||
//关联设备
|
||||
@ -349,7 +349,7 @@ message Transponder { // 应答器
|
||||
// int32 index = 4; // 索引编号
|
||||
KilometerSystem kilometerSystem = 5; //公里标
|
||||
RelatedRef TransponderRef = 6; //关联关系
|
||||
repeated string centralizedStations = 7; // 集中站列表
|
||||
repeated string centralizedStations = 7; // 集中站Id列表
|
||||
bytes fixedTelegram = 8;//无源应答器固定报文
|
||||
TransponderTypeEnum type = 9;//应答器类型
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user