添加扣车按钮&无人折返按钮
This commit is contained in:
parent
f232ff605d
commit
16d15c8515
@ -57,6 +57,8 @@ message RtssGraphicStorage {
|
||||
repeated GarageDoor floodGates = 47; // 防淹门
|
||||
//repeated GarageDoorBox garageDoorBoxes = 48; //车库门Psl开启按钮
|
||||
LianSuoData lianSuoData = 49; // 联锁映射数据
|
||||
repeated HoldButton holdButtons = 50; // 扣车按钮
|
||||
repeated UnattengedButton unattengedButtons = 51; //无人折返按钮
|
||||
}
|
||||
|
||||
message Canvas {
|
||||
@ -535,7 +537,7 @@ message SpksSwitch {
|
||||
// int32 refStand = 5; //关联站台索引
|
||||
//repeated string oldrefSections = 6; // 关联物理区段id
|
||||
//string oldrefStand = 7; // 关联站台
|
||||
repeated uint32 refSections = 8; // 关联物理区段id
|
||||
// repeated uint32 refSections = 8; // 关联物理区段id
|
||||
uint32 refStand = 9; // 关联站台
|
||||
}
|
||||
|
||||
@ -740,3 +742,17 @@ message LianSuoData {
|
||||
repeated LianSuoIndexData garageDoors = 8;
|
||||
repeated LianSuoIndexData carWashing = 9;
|
||||
}
|
||||
// 无人折返按钮
|
||||
message UnattengedButton {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
bool flip = 3; // 是否翻转(前端显示)
|
||||
uint32 refStand = 4; // 关联站台
|
||||
}
|
||||
// 扣车按钮
|
||||
message HoldButton {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
bool flip = 3; // 是否翻转(前端显示)
|
||||
uint32 refStand = 4; // 关联站台
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user