道岔增加公里标

This commit is contained in:
Yuan 2023-06-29 18:00:32 +08:00
parent c92fd31a30
commit 83bba70b83

View File

@ -111,8 +111,8 @@ message Station {
string code = 2; string code = 2;
bool hasControl = 3; // bool hasControl = 3; //
bool concentrationStations = 4; // bool concentrationStations = 4; //
//string kilometerCode = 5; // // string kilometerCode = 5; //
KilometerSystem kilometerSystem = 6;// KilometerSystem kilometerSystem = 6; //
} }
message StationLine { message StationLine {
@ -131,7 +131,7 @@ message TrainWindow {
message AxleCounting { message AxleCounting {
CommonInfo common = 1; CommonInfo common = 1;
string code = 2; string code = 2;
KilometerSystem kilometerSystem = 3;// KilometerSystem kilometerSystem = 3; //
repeated RelatedRef axleCountingRef = 4; // repeated RelatedRef axleCountingRef = 4; //
} }
@ -153,12 +153,13 @@ message IscsFan {
message Turnout { message Turnout {
CommonInfo common = 1; CommonInfo common = 1;
string code = 2; string code = 2;
repeated Point pointA = 6; // A端坐标列表 repeated Point pointA = 6; // A端坐标列表
repeated Point pointB = 7; // B端坐标列表 repeated Point pointB = 7; // B端坐标列表
repeated Point pointC = 8; // C端坐标列表 repeated Point pointC = 8; // C端坐标列表
RelatedRef paRef = 9; // A端关联的设备 RelatedRef paRef = 9; // A端关联的设备
RelatedRef pbRef = 10; // B端关联的设备 RelatedRef pbRef = 10; // B端关联的设备
RelatedRef pcRef = 11; // C端关联的设备 RelatedRef pcRef = 11; // C端关联的设备
KilometerSystem kilometerSystem = 12; //
} }
message KilometerSystem { message KilometerSystem {
@ -222,7 +223,7 @@ message RelatedRef {
Section = 0; Section = 0;
Turnout = 1; Turnout = 1;
TrainWindow = 2; TrainWindow = 2;
AxleCounting=3; AxleCounting = 3;
} }
enum DevicePort { enum DevicePort {