道岔增加转辙机型号

This commit is contained in:
Yuan 2023-09-13 15:32:57 +08:00
parent d1f19ee2d5
commit fad24da7d9

View File

@ -162,6 +162,13 @@ message AxleCounting {
// }
message Turnout { //()
enum SwitchMachineType {
Unknown = 0;
ZDJ9_Single = 1;
ZDJ9_Double = 2;
}
CommonInfo common = 1;
string code = 2;
repeated Point pointA = 6; // A端坐标列表
@ -176,6 +183,7 @@ message Turnout { //(后端不关注)
string paTrackSectionId = 15; // A端轨道区段id
string pbTrackSectionId = 16; // B端轨道区段id
string pcTrackSectionId = 17; // C端轨道区段id
SwitchMachineType switchMachineType = 18; //
}
/** 左右行 **/