ncc协议x

This commit is contained in:
xzb 2023-06-12 09:58:15 +08:00
parent 6c78a70743
commit 05401fc188

View File

@ -126,14 +126,21 @@ message Track{
bool blocked = 11;
//
string id = 12;
//
float speedLimit = 13;
int32 speedLimit = 13;
//
// 1CBTC限速
// 2
// 4
int32 limitType = 14;
LimitType limitType = 14;
//track限速类型
enum LimitType{
Unknown = 0;
//1CBTC限速
Cbtc = 1;
//2
Interlock = 2;
//4
CbtcInterlock = 4;
}
}
message Platform{