添加公里标实际和设计数据
This commit is contained in:
parent
74bea4e995
commit
f775ffc700
@ -59,6 +59,7 @@ message RtssGraphicStorage {
|
|||||||
LianSuoData lianSuoData = 49; // 联锁映射数据
|
LianSuoData lianSuoData = 49; // 联锁映射数据
|
||||||
repeated HoldButton holdButtons = 50; // 扣车按钮
|
repeated HoldButton holdButtons = 50; // 扣车按钮
|
||||||
repeated UnattengedButton unattengedButtons = 51; //无人折返按钮
|
repeated UnattengedButton unattengedButtons = 51; //无人折返按钮
|
||||||
|
repeated KilometerMarkCalibration kilometerMarkCalibrations = 52; //公里标校准数据
|
||||||
}
|
}
|
||||||
|
|
||||||
message Canvas {
|
message Canvas {
|
||||||
@ -762,5 +763,11 @@ message HoldButton {
|
|||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
string code = 2;
|
string code = 2;
|
||||||
bool flip = 3; // 是否翻转(前端显示)
|
bool flip = 3; // 是否翻转(前端显示)
|
||||||
uint32 refStand = 4; // 关联站台
|
uint32 refStand = 4; // 关A联站台
|
||||||
|
}
|
||||||
|
|
||||||
|
// 公里标设计和实际数据
|
||||||
|
message KilometerMarkCalibration {
|
||||||
|
KilometerSystem actualKm = 1;
|
||||||
|
KilometerSystem designKm =2;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user