列车前端操作接口,列车连接三方映射接口及ws返回列车连接状态
This commit is contained in:
parent
0e19775ba6
commit
0b48d0e08b
@ -128,6 +128,7 @@ message StationState{
|
||||
message TrainConnState{
|
||||
bool conn = 1;
|
||||
TrainConnType connType = 2;
|
||||
uint32 TrainControlMapId = 3;
|
||||
enum TrainConnType{
|
||||
NONE = 0;//未知连接
|
||||
VOBC = 1; //半实物
|
||||
@ -184,6 +185,7 @@ message TrainState{
|
||||
BTMState btmState = 23;
|
||||
TrainControlState tcc = 24;
|
||||
TrainConnState connState = 25; //列车连接第三方状态
|
||||
|
||||
}
|
||||
|
||||
// 动力学列车状态
|
||||
|
@ -712,6 +712,8 @@ message Train {
|
||||
// int32 maxDiameter = 5; // 车轮的最大直径
|
||||
string trainSets = 6; // 编组
|
||||
common.TrainDynamicConfig dynamicConfig = 7; //动力学参数
|
||||
// string trainControlMapCode = 8;
|
||||
int32 trainControlMapId = 9;
|
||||
}
|
||||
|
||||
// 其他线
|
||||
|
Loading…
Reference in New Issue
Block a user