列车前端操作接口,列车连接三方映射接口及ws返回列车连接状态

This commit is contained in:
tiger_zhou 2024-03-19 11:00:18 +08:00
parent 0e19775ba6
commit 0b48d0e08b
2 changed files with 4 additions and 0 deletions

View File

@ -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; //
}
//

View File

@ -712,6 +712,8 @@ message Train {
// int32 maxDiameter = 5; //
string trainSets = 6; //
common.TrainDynamicConfig dynamicConfig = 7; //
// string trainControlMapCode = 8;
int32 trainControlMapId = 9;
}
// 线