计轴区段操作枚举定义

This commit is contained in:
xzb 2023-10-24 09:35:22 +08:00
parent 9b1c6d7801
commit de134d38bb

View File

@ -45,3 +45,14 @@ message Signal{
LightBCancelDs = 11;//
}
}
//
message Section{
//
enum AxleOperation{
Drst = 0;//
Pdrst = 1;//
TrainIn = 2;//
TrainOut = 3;//
}
}