This commit is contained in:
Yuan 2023-08-04 17:29:07 +08:00
parent 9581fc07dd
commit 86bf1f0c76

View File

@ -30,6 +30,7 @@ message RtssGraphicStorage {
repeated Transponder transponders = 22; //
repeated Slope slopes = 23; //
repeated CalculateLink CalculateLink = 24; // link信息
repeated SlopeKiloMarker slopeKiloMarker = 25; //
}
message Canvas {
@ -133,20 +134,12 @@ message TrainWindow {
message AxleCounting {
CommonInfo common = 1;
<<<<<<< HEAD
string code = 2; //
KilometerSystem kilometerSystem = 3; //
repeated RelatedRef axleCountingRef =
4; // id和端口
int32 index = 5; //
=======
string code = 2; //
KilometerSystem kilometerSystem = 3; //
repeated RelatedRef axleCountingRef =
4; // id和端口
int32 index = 5; //
bool invent = 6; //--
>>>>>>> e44a7efaa57d4923f00deec4716380897047b243
}
// message Train {