message 调整
This commit is contained in:
parent
fbedbb7457
commit
fbe6c9e273
@ -3,7 +3,7 @@ syntax = "proto3";
|
||||
package state; //模型的可变的状态数据
|
||||
import "device_status.proto";
|
||||
import "train.proto";
|
||||
import "LineNetTrainOffsetDiagram.proto";
|
||||
//import "LineNetTrainOffsetDiagram.proto";
|
||||
option java_package = "club.joylink.xiannccda.dto.protos";
|
||||
option java_outer_classname = "WsMessageProto";
|
||||
|
||||
@ -35,7 +35,15 @@ message WsLineMessage {
|
||||
//信息源网络状态消息
|
||||
repeated state.OccNccFepNetwork netWork = 12;
|
||||
//列车信息
|
||||
repeated train.TrainInfo train = 13;
|
||||
// repeated train.TrainInfo train = 13;
|
||||
}
|
||||
|
||||
//线路列车信息
|
||||
message WsLineTrainMessage{
|
||||
repeated train.TrainInfo train = 1;
|
||||
repeated train.TrainBlock trainBlock = 2;
|
||||
repeated train.TrainRecord trainRecord = 3;
|
||||
repeated train.TrainRemove trainRemove = 4;
|
||||
}
|
||||
|
||||
// 线网信息
|
||||
|
Loading…
Reference in New Issue
Block a user