From 2db46486a7187b7a25b634a0119ecb6babeb0214 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Tue, 6 Feb 2024 12:07:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=91=81=E9=92=AE=E6=97=81=E8=B7=AF=E5=8F=8A?= =?UTF-8?q?=E6=97=81=E8=B7=AF=E5=A4=8D=E4=BD=8D=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bj-rtss-message | 2 +- dto/request_proto/request.pb.go | 748 +++++++++++--------------------- rtss_simulation | 2 +- 3 files changed, 253 insertions(+), 499 deletions(-) diff --git a/bj-rtss-message b/bj-rtss-message index 936ecfe..f23ca44 160000 --- a/bj-rtss-message +++ b/bj-rtss-message @@ -1 +1 @@ -Subproject commit 936ecfec019eda93e282bffd67f07f18f678ae05 +Subproject commit f23ca441ef14eefb98f1b6f9f504f6d315a4e2b6 diff --git a/dto/request_proto/request.pb.go b/dto/request_proto/request.pb.go index 033dbc2..d9c1acc 100644 --- a/dto/request_proto/request.pb.go +++ b/dto/request_proto/request.pb.go @@ -20,104 +20,6 @@ const ( _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) -type BypassOperationReq_Operation int32 - -const ( - BypassOperationReq_bypass BypassOperationReq_Operation = 0 //旁路 - BypassOperationReq_bypass_reset BypassOperationReq_Operation = 1 // 旁路重置 -) - -// Enum value maps for BypassOperationReq_Operation. -var ( - BypassOperationReq_Operation_name = map[int32]string{ - 0: "bypass", - 1: "bypass_reset", - } - BypassOperationReq_Operation_value = map[string]int32{ - "bypass": 0, - "bypass_reset": 1, - } -) - -func (x BypassOperationReq_Operation) Enum() *BypassOperationReq_Operation { - p := new(BypassOperationReq_Operation) - *p = x - return p -} - -func (x BypassOperationReq_Operation) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (BypassOperationReq_Operation) Descriptor() protoreflect.EnumDescriptor { - return file_request_proto_enumTypes[0].Descriptor() -} - -func (BypassOperationReq_Operation) Type() protoreflect.EnumType { - return &file_request_proto_enumTypes[0] -} - -func (x BypassOperationReq_Operation) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use BypassOperationReq_Operation.Descriptor instead. -func (BypassOperationReq_Operation) EnumDescriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{0, 0} -} - -type BypassOperationReq_BtnType int32 - -const ( - BypassOperationReq_esb_btn BypassOperationReq_BtnType = 0 - BypassOperationReq_ibp_btn BypassOperationReq_BtnType = 1 - BypassOperationReq_ibp_key BypassOperationReq_BtnType = 2 - BypassOperationReq_pls_btn BypassOperationReq_BtnType = 3 -) - -// Enum value maps for BypassOperationReq_BtnType. -var ( - BypassOperationReq_BtnType_name = map[int32]string{ - 0: "esb_btn", - 1: "ibp_btn", - 2: "ibp_key", - 3: "pls_btn", - } - BypassOperationReq_BtnType_value = map[string]int32{ - "esb_btn": 0, - "ibp_btn": 1, - "ibp_key": 2, - "pls_btn": 3, - } -) - -func (x BypassOperationReq_BtnType) Enum() *BypassOperationReq_BtnType { - p := new(BypassOperationReq_BtnType) - *p = x - return p -} - -func (x BypassOperationReq_BtnType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (BypassOperationReq_BtnType) Descriptor() protoreflect.EnumDescriptor { - return file_request_proto_enumTypes[1].Descriptor() -} - -func (BypassOperationReq_BtnType) Type() protoreflect.EnumType { - return &file_request_proto_enumTypes[1] -} - -func (x BypassOperationReq_BtnType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use BypassOperationReq_BtnType.Descriptor instead. -func (BypassOperationReq_BtnType) EnumDescriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{0, 1} -} - // 继电器操作 type Relay_Operation int32 @@ -155,11 +57,11 @@ func (x Relay_Operation) String() string { } func (Relay_Operation) Descriptor() protoreflect.EnumDescriptor { - return file_request_proto_enumTypes[2].Descriptor() + return file_request_proto_enumTypes[0].Descriptor() } func (Relay_Operation) Type() protoreflect.EnumType { - return &file_request_proto_enumTypes[2] + return &file_request_proto_enumTypes[0] } func (x Relay_Operation) Number() protoreflect.EnumNumber { @@ -168,7 +70,7 @@ func (x Relay_Operation) Number() protoreflect.EnumNumber { // Deprecated: Use Relay_Operation.Descriptor instead. func (Relay_Operation) EnumDescriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{1, 0} + return file_request_proto_rawDescGZIP(), []int{0, 0} } // 道岔操作 @@ -202,11 +104,11 @@ func (x Points_Operation) String() string { } func (Points_Operation) Descriptor() protoreflect.EnumDescriptor { - return file_request_proto_enumTypes[3].Descriptor() + return file_request_proto_enumTypes[1].Descriptor() } func (Points_Operation) Type() protoreflect.EnumType { - return &file_request_proto_enumTypes[3] + return &file_request_proto_enumTypes[1] } func (x Points_Operation) Number() protoreflect.EnumNumber { @@ -215,7 +117,7 @@ func (x Points_Operation) Number() protoreflect.EnumNumber { // Deprecated: Use Points_Operation.Descriptor instead. func (Points_Operation) EnumDescriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{3, 0} + return file_request_proto_rawDescGZIP(), []int{2, 0} } // 道岔强制 @@ -255,11 +157,11 @@ func (x Points_Force) String() string { } func (Points_Force) Descriptor() protoreflect.EnumDescriptor { - return file_request_proto_enumTypes[4].Descriptor() + return file_request_proto_enumTypes[2].Descriptor() } func (Points_Force) Type() protoreflect.EnumType { - return &file_request_proto_enumTypes[4] + return &file_request_proto_enumTypes[2] } func (x Points_Force) Number() protoreflect.EnumNumber { @@ -268,7 +170,7 @@ func (x Points_Force) Number() protoreflect.EnumNumber { // Deprecated: Use Points_Force.Descriptor instead. func (Points_Force) EnumDescriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{3, 1} + return file_request_proto_rawDescGZIP(), []int{2, 1} } // 信号机操作 @@ -302,11 +204,11 @@ func (x Signal_Operation) String() string { } func (Signal_Operation) Descriptor() protoreflect.EnumDescriptor { - return file_request_proto_enumTypes[5].Descriptor() + return file_request_proto_enumTypes[3].Descriptor() } func (Signal_Operation) Type() protoreflect.EnumType { - return &file_request_proto_enumTypes[5] + return &file_request_proto_enumTypes[3] } func (x Signal_Operation) Number() protoreflect.EnumNumber { @@ -315,7 +217,7 @@ func (x Signal_Operation) Number() protoreflect.EnumNumber { // Deprecated: Use Signal_Operation.Descriptor instead. func (Signal_Operation) EnumDescriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{6, 0} + return file_request_proto_rawDescGZIP(), []int{5, 0} } type Signal_DS int32 @@ -357,11 +259,11 @@ func (x Signal_DS) String() string { } func (Signal_DS) Descriptor() protoreflect.EnumDescriptor { - return file_request_proto_enumTypes[6].Descriptor() + return file_request_proto_enumTypes[4].Descriptor() } func (Signal_DS) Type() protoreflect.EnumType { - return &file_request_proto_enumTypes[6] + return &file_request_proto_enumTypes[4] } func (x Signal_DS) Number() protoreflect.EnumNumber { @@ -370,7 +272,7 @@ func (x Signal_DS) Number() protoreflect.EnumNumber { // Deprecated: Use Signal_DS.Descriptor instead. func (Signal_DS) EnumDescriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{6, 1} + return file_request_proto_rawDescGZIP(), []int{5, 1} } // 信号机强制 @@ -422,11 +324,11 @@ func (x Signal_Force) String() string { } func (Signal_Force) Descriptor() protoreflect.EnumDescriptor { - return file_request_proto_enumTypes[7].Descriptor() + return file_request_proto_enumTypes[5].Descriptor() } func (Signal_Force) Type() protoreflect.EnumType { - return &file_request_proto_enumTypes[7] + return &file_request_proto_enumTypes[5] } func (x Signal_Force) Number() protoreflect.EnumNumber { @@ -435,7 +337,7 @@ func (x Signal_Force) Number() protoreflect.EnumNumber { // Deprecated: Use Signal_Force.Descriptor instead. func (Signal_Force) EnumDescriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{6, 2} + return file_request_proto_rawDescGZIP(), []int{5, 2} } // 区段操作 @@ -476,11 +378,11 @@ func (x Section_Operation) String() string { } func (Section_Operation) Descriptor() protoreflect.EnumDescriptor { - return file_request_proto_enumTypes[8].Descriptor() + return file_request_proto_enumTypes[6].Descriptor() } func (Section_Operation) Type() protoreflect.EnumType { - return &file_request_proto_enumTypes[8] + return &file_request_proto_enumTypes[6] } func (x Section_Operation) Number() protoreflect.EnumNumber { @@ -489,7 +391,7 @@ func (x Section_Operation) Number() protoreflect.EnumNumber { // Deprecated: Use Section_Operation.Descriptor instead. func (Section_Operation) EnumDescriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{9, 0} + return file_request_proto_rawDescGZIP(), []int{8, 0} } type Psd_Operation int32 @@ -522,11 +424,11 @@ func (x Psd_Operation) String() string { } func (Psd_Operation) Descriptor() protoreflect.EnumDescriptor { - return file_request_proto_enumTypes[9].Descriptor() + return file_request_proto_enumTypes[7].Descriptor() } func (Psd_Operation) Type() protoreflect.EnumType { - return &file_request_proto_enumTypes[9] + return &file_request_proto_enumTypes[7] } func (x Psd_Operation) Number() protoreflect.EnumNumber { @@ -535,7 +437,7 @@ func (x Psd_Operation) Number() protoreflect.EnumNumber { // Deprecated: Use Psd_Operation.Descriptor instead. func (Psd_Operation) EnumDescriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{12, 0} + return file_request_proto_rawDescGZIP(), []int{11, 0} } type Psd_Force int32 @@ -571,11 +473,11 @@ func (x Psd_Force) String() string { } func (Psd_Force) Descriptor() protoreflect.EnumDescriptor { - return file_request_proto_enumTypes[10].Descriptor() + return file_request_proto_enumTypes[8].Descriptor() } func (Psd_Force) Type() protoreflect.EnumType { - return &file_request_proto_enumTypes[10] + return &file_request_proto_enumTypes[8] } func (x Psd_Force) Number() protoreflect.EnumNumber { @@ -584,7 +486,7 @@ func (x Psd_Force) Number() protoreflect.EnumNumber { // Deprecated: Use Psd_Force.Descriptor instead. func (Psd_Force) EnumDescriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{12, 1} + return file_request_proto_rawDescGZIP(), []int{11, 1} } type Psd_Fault int32 @@ -617,11 +519,11 @@ func (x Psd_Fault) String() string { } func (Psd_Fault) Descriptor() protoreflect.EnumDescriptor { - return file_request_proto_enumTypes[11].Descriptor() + return file_request_proto_enumTypes[9].Descriptor() } func (Psd_Fault) Type() protoreflect.EnumType { - return &file_request_proto_enumTypes[11] + return &file_request_proto_enumTypes[9] } func (x Psd_Fault) Number() protoreflect.EnumNumber { @@ -630,110 +532,7 @@ func (x Psd_Fault) Number() protoreflect.EnumNumber { // Deprecated: Use Psd_Fault.Descriptor instead. func (Psd_Fault) EnumDescriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{12, 2} -} - -type BypassOperationReq struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SimulationId string `protobuf:"bytes,1,opt,name=simulationId,proto3" json:"simulationId,omitempty"` // 仿真id - MapId int32 `protobuf:"varint,2,opt,name=mapId,proto3" json:"mapId,omitempty"` // 图id - DeviceId uint32 `protobuf:"varint,3,opt,name=deviceId,proto3" json:"deviceId,omitempty"` // 设备id - DeviceCode string `protobuf:"bytes,5,opt,name=deviceCode,proto3" json:"deviceCode,omitempty"` //设备code - StationId uint32 `protobuf:"varint,6,opt,name=stationId,proto3" json:"stationId,omitempty"` //车站id - GateBoxId uint32 `protobuf:"varint,7,opt,name=gateBoxId,proto3" json:"gateBoxId,omitempty"` - Operation BypassOperationReq_Operation `protobuf:"varint,8,opt,name=operation,proto3,enum=request.BypassOperationReq_Operation" json:"operation,omitempty"` - BtnType BypassOperationReq_BtnType `protobuf:"varint,9,opt,name=btnType,proto3,enum=request.BypassOperationReq_BtnType" json:"btnType,omitempty"` -} - -func (x *BypassOperationReq) Reset() { - *x = BypassOperationReq{} - if protoimpl.UnsafeEnabled { - mi := &file_request_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BypassOperationReq) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BypassOperationReq) ProtoMessage() {} - -func (x *BypassOperationReq) ProtoReflect() protoreflect.Message { - mi := &file_request_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BypassOperationReq.ProtoReflect.Descriptor instead. -func (*BypassOperationReq) Descriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{0} -} - -func (x *BypassOperationReq) GetSimulationId() string { - if x != nil { - return x.SimulationId - } - return "" -} - -func (x *BypassOperationReq) GetMapId() int32 { - if x != nil { - return x.MapId - } - return 0 -} - -func (x *BypassOperationReq) GetDeviceId() uint32 { - if x != nil { - return x.DeviceId - } - return 0 -} - -func (x *BypassOperationReq) GetDeviceCode() string { - if x != nil { - return x.DeviceCode - } - return "" -} - -func (x *BypassOperationReq) GetStationId() uint32 { - if x != nil { - return x.StationId - } - return 0 -} - -func (x *BypassOperationReq) GetGateBoxId() uint32 { - if x != nil { - return x.GateBoxId - } - return 0 -} - -func (x *BypassOperationReq) GetOperation() BypassOperationReq_Operation { - if x != nil { - return x.Operation - } - return BypassOperationReq_bypass -} - -func (x *BypassOperationReq) GetBtnType() BypassOperationReq_BtnType { - if x != nil { - return x.BtnType - } - return BypassOperationReq_esb_btn + return file_request_proto_rawDescGZIP(), []int{11, 2} } // 继电器 @@ -746,7 +545,7 @@ type Relay struct { func (x *Relay) Reset() { *x = Relay{} if protoimpl.UnsafeEnabled { - mi := &file_request_proto_msgTypes[1] + mi := &file_request_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -759,7 +558,7 @@ func (x *Relay) String() string { func (*Relay) ProtoMessage() {} func (x *Relay) ProtoReflect() protoreflect.Message { - mi := &file_request_proto_msgTypes[1] + mi := &file_request_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -772,7 +571,7 @@ func (x *Relay) ProtoReflect() protoreflect.Message { // Deprecated: Use Relay.ProtoReflect.Descriptor instead. func (*Relay) Descriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{1} + return file_request_proto_rawDescGZIP(), []int{0} } // 继电器操作请求 @@ -790,7 +589,7 @@ type RelayOperationReq struct { func (x *RelayOperationReq) Reset() { *x = RelayOperationReq{} if protoimpl.UnsafeEnabled { - mi := &file_request_proto_msgTypes[2] + mi := &file_request_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -803,7 +602,7 @@ func (x *RelayOperationReq) String() string { func (*RelayOperationReq) ProtoMessage() {} func (x *RelayOperationReq) ProtoReflect() protoreflect.Message { - mi := &file_request_proto_msgTypes[2] + mi := &file_request_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -816,7 +615,7 @@ func (x *RelayOperationReq) ProtoReflect() protoreflect.Message { // Deprecated: Use RelayOperationReq.ProtoReflect.Descriptor instead. func (*RelayOperationReq) Descriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{2} + return file_request_proto_rawDescGZIP(), []int{1} } func (x *RelayOperationReq) GetSimulationId() string { @@ -857,7 +656,7 @@ type Points struct { func (x *Points) Reset() { *x = Points{} if protoimpl.UnsafeEnabled { - mi := &file_request_proto_msgTypes[3] + mi := &file_request_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -870,7 +669,7 @@ func (x *Points) String() string { func (*Points) ProtoMessage() {} func (x *Points) ProtoReflect() protoreflect.Message { - mi := &file_request_proto_msgTypes[3] + mi := &file_request_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -883,7 +682,7 @@ func (x *Points) ProtoReflect() protoreflect.Message { // Deprecated: Use Points.ProtoReflect.Descriptor instead. func (*Points) Descriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{3} + return file_request_proto_rawDescGZIP(), []int{2} } // 道岔操作请求 @@ -902,7 +701,7 @@ type PointsOperationReq struct { func (x *PointsOperationReq) Reset() { *x = PointsOperationReq{} if protoimpl.UnsafeEnabled { - mi := &file_request_proto_msgTypes[4] + mi := &file_request_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -915,7 +714,7 @@ func (x *PointsOperationReq) String() string { func (*PointsOperationReq) ProtoMessage() {} func (x *PointsOperationReq) ProtoReflect() protoreflect.Message { - mi := &file_request_proto_msgTypes[4] + mi := &file_request_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -928,7 +727,7 @@ func (x *PointsOperationReq) ProtoReflect() protoreflect.Message { // Deprecated: Use PointsOperationReq.ProtoReflect.Descriptor instead. func (*PointsOperationReq) Descriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{4} + return file_request_proto_rawDescGZIP(), []int{3} } func (x *PointsOperationReq) GetSimulationId() string { @@ -978,7 +777,7 @@ type PointsParam struct { func (x *PointsParam) Reset() { *x = PointsParam{} if protoimpl.UnsafeEnabled { - mi := &file_request_proto_msgTypes[5] + mi := &file_request_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -991,7 +790,7 @@ func (x *PointsParam) String() string { func (*PointsParam) ProtoMessage() {} func (x *PointsParam) ProtoReflect() protoreflect.Message { - mi := &file_request_proto_msgTypes[5] + mi := &file_request_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1004,7 +803,7 @@ func (x *PointsParam) ProtoReflect() protoreflect.Message { // Deprecated: Use PointsParam.ProtoReflect.Descriptor instead. func (*PointsParam) Descriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{5} + return file_request_proto_rawDescGZIP(), []int{4} } func (x *PointsParam) GetForcePosition() Points_Force { @@ -1024,7 +823,7 @@ type Signal struct { func (x *Signal) Reset() { *x = Signal{} if protoimpl.UnsafeEnabled { - mi := &file_request_proto_msgTypes[6] + mi := &file_request_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1037,7 +836,7 @@ func (x *Signal) String() string { func (*Signal) ProtoMessage() {} func (x *Signal) ProtoReflect() protoreflect.Message { - mi := &file_request_proto_msgTypes[6] + mi := &file_request_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1050,7 +849,7 @@ func (x *Signal) ProtoReflect() protoreflect.Message { // Deprecated: Use Signal.ProtoReflect.Descriptor instead. func (*Signal) Descriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{6} + return file_request_proto_rawDescGZIP(), []int{5} } type SignalOperationReq struct { @@ -1068,7 +867,7 @@ type SignalOperationReq struct { func (x *SignalOperationReq) Reset() { *x = SignalOperationReq{} if protoimpl.UnsafeEnabled { - mi := &file_request_proto_msgTypes[7] + mi := &file_request_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1081,7 +880,7 @@ func (x *SignalOperationReq) String() string { func (*SignalOperationReq) ProtoMessage() {} func (x *SignalOperationReq) ProtoReflect() protoreflect.Message { - mi := &file_request_proto_msgTypes[7] + mi := &file_request_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1094,7 +893,7 @@ func (x *SignalOperationReq) ProtoReflect() protoreflect.Message { // Deprecated: Use SignalOperationReq.ProtoReflect.Descriptor instead. func (*SignalOperationReq) Descriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{7} + return file_request_proto_rawDescGZIP(), []int{6} } func (x *SignalOperationReq) GetSimulationId() string { @@ -1144,7 +943,7 @@ type SignalParam struct { func (x *SignalParam) Reset() { *x = SignalParam{} if protoimpl.UnsafeEnabled { - mi := &file_request_proto_msgTypes[8] + mi := &file_request_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1157,7 +956,7 @@ func (x *SignalParam) String() string { func (*SignalParam) ProtoMessage() {} func (x *SignalParam) ProtoReflect() protoreflect.Message { - mi := &file_request_proto_msgTypes[8] + mi := &file_request_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1170,7 +969,7 @@ func (x *SignalParam) ProtoReflect() protoreflect.Message { // Deprecated: Use SignalParam.ProtoReflect.Descriptor instead. func (*SignalParam) Descriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{8} + return file_request_proto_rawDescGZIP(), []int{7} } func (x *SignalParam) GetForce() Signal_Force { @@ -1197,7 +996,7 @@ type Section struct { func (x *Section) Reset() { *x = Section{} if protoimpl.UnsafeEnabled { - mi := &file_request_proto_msgTypes[9] + mi := &file_request_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1210,7 +1009,7 @@ func (x *Section) String() string { func (*Section) ProtoMessage() {} func (x *Section) ProtoReflect() protoreflect.Message { - mi := &file_request_proto_msgTypes[9] + mi := &file_request_proto_msgTypes[8] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1223,7 +1022,7 @@ func (x *Section) ProtoReflect() protoreflect.Message { // Deprecated: Use Section.ProtoReflect.Descriptor instead. func (*Section) Descriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{9} + return file_request_proto_rawDescGZIP(), []int{8} } type SectionOperationReq struct { @@ -1241,7 +1040,7 @@ type SectionOperationReq struct { func (x *SectionOperationReq) Reset() { *x = SectionOperationReq{} if protoimpl.UnsafeEnabled { - mi := &file_request_proto_msgTypes[10] + mi := &file_request_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1254,7 +1053,7 @@ func (x *SectionOperationReq) String() string { func (*SectionOperationReq) ProtoMessage() {} func (x *SectionOperationReq) ProtoReflect() protoreflect.Message { - mi := &file_request_proto_msgTypes[10] + mi := &file_request_proto_msgTypes[9] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1267,7 +1066,7 @@ func (x *SectionOperationReq) ProtoReflect() protoreflect.Message { // Deprecated: Use SectionOperationReq.ProtoReflect.Descriptor instead. func (*SectionOperationReq) Descriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{10} + return file_request_proto_rawDescGZIP(), []int{9} } func (x *SectionOperationReq) GetSimulationId() string { @@ -1318,7 +1117,7 @@ type SectionParam struct { func (x *SectionParam) Reset() { *x = SectionParam{} if protoimpl.UnsafeEnabled { - mi := &file_request_proto_msgTypes[11] + mi := &file_request_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1331,7 +1130,7 @@ func (x *SectionParam) String() string { func (*SectionParam) ProtoMessage() {} func (x *SectionParam) ProtoReflect() protoreflect.Message { - mi := &file_request_proto_msgTypes[11] + mi := &file_request_proto_msgTypes[10] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1344,7 +1143,7 @@ func (x *SectionParam) ProtoReflect() protoreflect.Message { // Deprecated: Use SectionParam.ProtoReflect.Descriptor instead. func (*SectionParam) Descriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{11} + return file_request_proto_rawDescGZIP(), []int{10} } func (x *SectionParam) GetMockDrst() bool { @@ -1371,7 +1170,7 @@ type Psd struct { func (x *Psd) Reset() { *x = Psd{} if protoimpl.UnsafeEnabled { - mi := &file_request_proto_msgTypes[12] + mi := &file_request_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1384,7 +1183,7 @@ func (x *Psd) String() string { func (*Psd) ProtoMessage() {} func (x *Psd) ProtoReflect() protoreflect.Message { - mi := &file_request_proto_msgTypes[12] + mi := &file_request_proto_msgTypes[11] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1397,7 +1196,7 @@ func (x *Psd) ProtoReflect() protoreflect.Message { // Deprecated: Use Psd.ProtoReflect.Descriptor instead. func (*Psd) Descriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{12} + return file_request_proto_rawDescGZIP(), []int{11} } // 屏蔽门操作请求 @@ -1416,7 +1215,7 @@ type PsdOperationReq struct { func (x *PsdOperationReq) Reset() { *x = PsdOperationReq{} if protoimpl.UnsafeEnabled { - mi := &file_request_proto_msgTypes[13] + mi := &file_request_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1429,7 +1228,7 @@ func (x *PsdOperationReq) String() string { func (*PsdOperationReq) ProtoMessage() {} func (x *PsdOperationReq) ProtoReflect() protoreflect.Message { - mi := &file_request_proto_msgTypes[13] + mi := &file_request_proto_msgTypes[12] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1442,7 +1241,7 @@ func (x *PsdOperationReq) ProtoReflect() protoreflect.Message { // Deprecated: Use PsdOperationReq.ProtoReflect.Descriptor instead. func (*PsdOperationReq) Descriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{13} + return file_request_proto_rawDescGZIP(), []int{12} } func (x *PsdOperationReq) GetSimulationId() string { @@ -1493,7 +1292,7 @@ type PsdParam struct { func (x *PsdParam) Reset() { *x = PsdParam{} if protoimpl.UnsafeEnabled { - mi := &file_request_proto_msgTypes[14] + mi := &file_request_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1506,7 +1305,7 @@ func (x *PsdParam) String() string { func (*PsdParam) ProtoMessage() {} func (x *PsdParam) ProtoReflect() protoreflect.Message { - mi := &file_request_proto_msgTypes[14] + mi := &file_request_proto_msgTypes[13] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1519,7 +1318,7 @@ func (x *PsdParam) ProtoReflect() protoreflect.Message { // Deprecated: Use PsdParam.ProtoReflect.Descriptor instead. func (*PsdParam) Descriptor() ([]byte, []int) { - return file_request_proto_rawDescGZIP(), []int{14} + return file_request_proto_rawDescGZIP(), []int{13} } func (x *PsdParam) GetAsdCodes() []int32 { @@ -1547,88 +1346,30 @@ var File_request_proto protoreflect.FileDescriptor var file_request_proto_rawDesc = []byte{ 0x0a, 0x0d, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, - 0x07, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0xb4, 0x03, 0x0a, 0x12, 0x42, 0x79, 0x70, - 0x61, 0x73, 0x73, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, - 0x22, 0x0a, 0x0c, 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x61, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x05, 0x6d, 0x61, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x65, 0x76, - 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x64, 0x65, 0x76, - 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, - 0x6f, 0x64, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, - 0x65, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x73, 0x74, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x78, 0x49, 0x64, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x67, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x78, 0x49, - 0x64, 0x12, 0x43, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x08, - 0x20, 0x01, 0x28, 0x0e, 0x32, 0x25, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x42, - 0x79, 0x70, 0x61, 0x73, 0x73, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, - 0x71, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x09, 0x6f, 0x70, 0x65, - 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3d, 0x0a, 0x07, 0x62, 0x74, 0x6e, 0x54, 0x79, 0x70, - 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x23, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x2e, 0x42, 0x79, 0x70, 0x61, 0x73, 0x73, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x71, 0x2e, 0x42, 0x74, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x07, 0x62, 0x74, - 0x6e, 0x54, 0x79, 0x70, 0x65, 0x22, 0x29, 0x0a, 0x09, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x12, 0x0a, 0x0a, 0x06, 0x62, 0x79, 0x70, 0x61, 0x73, 0x73, 0x10, 0x00, 0x12, 0x10, - 0x0a, 0x0c, 0x62, 0x79, 0x70, 0x61, 0x73, 0x73, 0x5f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x10, 0x01, - 0x22, 0x3d, 0x0a, 0x07, 0x42, 0x74, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x65, - 0x73, 0x62, 0x5f, 0x62, 0x74, 0x6e, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x69, 0x62, 0x70, 0x5f, - 0x62, 0x74, 0x6e, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x69, 0x62, 0x70, 0x5f, 0x6b, 0x65, 0x79, - 0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x70, 0x6c, 0x73, 0x5f, 0x62, 0x74, 0x6e, 0x10, 0x03, 0x22, - 0x4e, 0x0a, 0x05, 0x52, 0x65, 0x6c, 0x61, 0x79, 0x22, 0x45, 0x0a, 0x09, 0x4f, 0x70, 0x65, 0x72, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0d, 0x0a, 0x09, 0x55, 0x6e, 0x64, 0x65, 0x66, 0x69, 0x6e, - 0x65, 0x64, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x51, 0x77, 0x10, - 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x48, 0x77, 0x10, 0x02, 0x12, 0x0f, - 0x0a, 0x0b, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x10, 0x03, 0x22, - 0xa1, 0x01, 0x0a, 0x11, 0x52, 0x65, 0x6c, 0x61, 0x79, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x69, 0x6d, - 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x61, 0x70, - 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6d, 0x61, 0x70, 0x49, 0x64, 0x12, - 0x1a, 0x0a, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x36, 0x0a, 0x09, 0x6f, - 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x18, - 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x65, 0x6c, 0x61, 0x79, 0x2e, 0x4f, - 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x22, 0x6a, 0x0a, 0x06, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x22, 0x29, 0x0a, - 0x09, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0d, 0x0a, 0x09, 0x55, 0x6e, - 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x64, 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x65, 0x74, - 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x10, 0x01, 0x22, 0x35, 0x0a, 0x05, 0x46, 0x6f, 0x72, 0x63, - 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x46, 0x50, 0x5f, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x09, - 0x0a, 0x05, 0x46, 0x50, 0x5f, 0x44, 0x57, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x46, 0x50, 0x5f, - 0x46, 0x57, 0x10, 0x02, 0x12, 0x09, 0x0a, 0x05, 0x46, 0x50, 0x5f, 0x53, 0x42, 0x10, 0x03, 0x22, - 0xcf, 0x01, 0x0a, 0x12, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x69, - 0x6d, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x61, - 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6d, 0x61, 0x70, 0x49, 0x64, - 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x37, 0x0a, 0x09, - 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, - 0x19, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, - 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2a, 0x0a, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, - 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x52, 0x05, 0x70, 0x61, 0x72, 0x61, - 0x6d, 0x22, 0x4a, 0x0a, 0x0b, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d, - 0x12, 0x3b, 0x0a, 0x0d, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, - 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x2e, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x2e, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x52, 0x0d, - 0x66, 0x6f, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xc8, 0x01, - 0x0a, 0x06, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x22, 0x29, 0x0a, 0x09, 0x4f, 0x70, 0x65, 0x72, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0d, 0x0a, 0x09, 0x55, 0x6e, 0x64, 0x65, 0x66, 0x69, 0x6e, - 0x65, 0x64, 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x65, 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, - 0x73, 0x10, 0x01, 0x22, 0x36, 0x0a, 0x02, 0x44, 0x53, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x53, 0x5f, - 0x48, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x53, 0x5f, 0x55, 0x10, 0x01, 0x12, 0x08, 0x0a, - 0x04, 0x44, 0x53, 0x5f, 0x4c, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x53, 0x5f, 0x41, 0x10, - 0x03, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x53, 0x5f, 0x42, 0x10, 0x04, 0x22, 0x5b, 0x0a, 0x05, 0x46, - 0x6f, 0x72, 0x63, 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x46, 0x5f, 0x4e, 0x4f, 0x4e, 0x45, 0x10, - 0x00, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x46, 0x5f, 0x4d, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x53, - 0x46, 0x5f, 0x48, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x46, 0x5f, 0x55, 0x10, 0x03, 0x12, - 0x08, 0x0a, 0x04, 0x53, 0x46, 0x5f, 0x4c, 0x10, 0x04, 0x12, 0x09, 0x0a, 0x05, 0x53, 0x46, 0x5f, - 0x48, 0x55, 0x10, 0x05, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x46, 0x5f, 0x41, 0x10, 0x06, 0x12, 0x08, - 0x0a, 0x04, 0x53, 0x46, 0x5f, 0x42, 0x10, 0x07, 0x22, 0xcf, 0x01, 0x0a, 0x12, 0x53, 0x69, 0x67, - 0x6e, 0x61, 0x6c, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, + 0x07, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x4e, 0x0a, 0x05, 0x52, 0x65, 0x6c, 0x61, + 0x79, 0x22, 0x45, 0x0a, 0x09, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0d, + 0x0a, 0x09, 0x55, 0x6e, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x64, 0x10, 0x00, 0x12, 0x0b, 0x0a, + 0x07, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x51, 0x77, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x46, 0x6f, + 0x72, 0x63, 0x65, 0x48, 0x77, 0x10, 0x02, 0x12, 0x0f, 0x0a, 0x0b, 0x43, 0x61, 0x6e, 0x63, 0x65, + 0x6c, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x10, 0x03, 0x22, 0xa1, 0x01, 0x0a, 0x11, 0x52, 0x65, 0x6c, + 0x61, 0x79, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x22, + 0x0a, 0x0c, 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x61, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6d, 0x61, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x65, 0x76, 0x69, + 0x63, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, + 0x63, 0x65, 0x49, 0x64, 0x12, 0x36, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x18, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x2e, 0x52, 0x65, 0x6c, 0x61, 0x79, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x6a, 0x0a, 0x06, + 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x22, 0x29, 0x0a, 0x09, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x0d, 0x0a, 0x09, 0x55, 0x6e, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x64, + 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x65, 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x10, + 0x01, 0x22, 0x35, 0x0a, 0x05, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x46, 0x50, + 0x5f, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x46, 0x50, 0x5f, 0x44, 0x57, + 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x46, 0x50, 0x5f, 0x46, 0x57, 0x10, 0x02, 0x12, 0x09, 0x0a, + 0x05, 0x46, 0x50, 0x5f, 0x53, 0x42, 0x10, 0x03, 0x22, 0xcf, 0x01, 0x0a, 0x12, 0x50, 0x6f, 0x69, + 0x6e, 0x74, 0x73, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x61, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, @@ -1636,73 +1377,103 @@ var file_request_proto_rawDesc = []byte{ 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x37, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, + 0x73, 0x74, 0x2e, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2a, 0x0a, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, - 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x50, 0x61, - 0x72, 0x61, 0x6d, 0x52, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x22, 0x66, 0x0a, 0x0b, 0x53, 0x69, - 0x67, 0x6e, 0x61, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x2b, 0x0a, 0x05, 0x66, 0x6f, 0x72, - 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x2e, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x52, - 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x06, 0x64, 0x73, 0x4c, 0x69, 0x73, 0x74, - 0x18, 0x02, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x12, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x2e, 0x44, 0x53, 0x52, 0x06, 0x64, 0x73, 0x4c, 0x69, - 0x73, 0x74, 0x22, 0x45, 0x0a, 0x07, 0x53, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x3a, 0x0a, - 0x09, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0d, 0x0a, 0x09, 0x55, 0x6e, - 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x64, 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x65, 0x74, - 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x53, 0x65, 0x74, 0x46, - 0x61, 0x75, 0x6c, 0x74, 0x4f, 0x63, 0x63, 0x10, 0x04, 0x22, 0xd2, 0x01, 0x0a, 0x13, 0x53, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, - 0x71, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x61, 0x70, 0x49, 0x64, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6d, 0x61, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x64, - 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x64, - 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x38, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1a, 0x2e, 0x72, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x4f, 0x70, 0x65, - 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x12, 0x2b, 0x0a, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x15, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x52, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x22, 0x48, - 0x0a, 0x0c, 0x53, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x1a, - 0x0a, 0x08, 0x6d, 0x6f, 0x63, 0x6b, 0x44, 0x72, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, - 0x52, 0x08, 0x6d, 0x6f, 0x63, 0x6b, 0x44, 0x72, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x6f, - 0x63, 0x6b, 0x50, 0x64, 0x72, 0x73, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6d, - 0x6f, 0x63, 0x6b, 0x50, 0x64, 0x72, 0x73, 0x74, 0x22, 0x88, 0x01, 0x0a, 0x03, 0x50, 0x73, 0x64, - 0x22, 0x29, 0x0a, 0x09, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0d, 0x0a, - 0x09, 0x55, 0x6e, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x64, 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, - 0x53, 0x65, 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x10, 0x01, 0x22, 0x2f, 0x0a, 0x05, 0x46, - 0x6f, 0x72, 0x63, 0x65, 0x12, 0x0a, 0x0a, 0x06, 0x46, 0x5f, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, - 0x12, 0x0c, 0x0a, 0x08, 0x46, 0x5f, 0x41, 0x53, 0x44, 0x5f, 0x4b, 0x4d, 0x10, 0x01, 0x12, 0x0c, - 0x0a, 0x08, 0x46, 0x5f, 0x41, 0x53, 0x44, 0x5f, 0x47, 0x4d, 0x10, 0x02, 0x22, 0x25, 0x0a, 0x05, - 0x46, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x0b, 0x0a, 0x07, 0x46, 0x41, 0x5f, 0x4e, 0x4f, 0x4e, 0x45, - 0x10, 0x00, 0x12, 0x0f, 0x0a, 0x0b, 0x46, 0x41, 0x5f, 0x4f, 0x62, 0x73, 0x74, 0x61, 0x63, 0x6c, - 0x65, 0x10, 0x01, 0x22, 0xc6, 0x01, 0x0a, 0x0f, 0x50, 0x73, 0x64, 0x4f, 0x70, 0x65, 0x72, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x69, 0x6d, 0x75, 0x6c, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, - 0x69, 0x6d, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6d, - 0x61, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6d, 0x61, 0x70, 0x49, - 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x34, 0x0a, - 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, - 0x32, 0x16, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x73, 0x64, 0x2e, 0x4f, - 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x0a, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x73, 0x64, - 0x50, 0x61, 0x72, 0x61, 0x6d, 0x52, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x22, 0x7a, 0x0a, 0x08, - 0x50, 0x73, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x73, 0x64, 0x43, - 0x6f, 0x64, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x52, 0x08, 0x61, 0x73, 0x64, 0x43, - 0x6f, 0x64, 0x65, 0x73, 0x12, 0x28, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0e, 0x32, 0x12, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x73, - 0x64, 0x2e, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x28, - 0x0a, 0x05, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x12, 0x2e, - 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x73, 0x64, 0x2e, 0x46, 0x61, 0x75, 0x6c, - 0x74, 0x52, 0x05, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x42, 0x30, 0x5a, 0x2e, 0x6a, 0x6f, 0x79, 0x6c, - 0x69, 0x6e, 0x6b, 0x2e, 0x63, 0x6c, 0x75, 0x62, 0x2f, 0x62, 0x6a, 0x2d, 0x72, 0x74, 0x73, 0x74, - 0x73, 0x2d, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x64, 0x74, 0x6f, 0x2f, 0x72, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x33, + 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x50, 0x61, + 0x72, 0x61, 0x6d, 0x52, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x22, 0x4a, 0x0a, 0x0b, 0x50, 0x6f, + 0x69, 0x6e, 0x74, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x3b, 0x0a, 0x0d, 0x66, 0x6f, 0x72, + 0x63, 0x65, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, + 0x32, 0x15, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x6f, 0x69, 0x6e, 0x74, + 0x73, 0x2e, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x52, 0x0d, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x50, 0x6f, + 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xc8, 0x01, 0x0a, 0x06, 0x53, 0x69, 0x67, 0x6e, 0x61, + 0x6c, 0x22, 0x29, 0x0a, 0x09, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0d, + 0x0a, 0x09, 0x55, 0x6e, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x64, 0x10, 0x00, 0x12, 0x0d, 0x0a, + 0x09, 0x53, 0x65, 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x10, 0x01, 0x22, 0x36, 0x0a, 0x02, + 0x44, 0x53, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x53, 0x5f, 0x48, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, + 0x44, 0x53, 0x5f, 0x55, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x53, 0x5f, 0x4c, 0x10, 0x02, + 0x12, 0x08, 0x0a, 0x04, 0x44, 0x53, 0x5f, 0x41, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x53, + 0x5f, 0x42, 0x10, 0x04, 0x22, 0x5b, 0x0a, 0x05, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x0b, 0x0a, + 0x07, 0x53, 0x46, 0x5f, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x46, + 0x5f, 0x4d, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x46, 0x5f, 0x48, 0x10, 0x02, 0x12, 0x08, + 0x0a, 0x04, 0x53, 0x46, 0x5f, 0x55, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x46, 0x5f, 0x4c, + 0x10, 0x04, 0x12, 0x09, 0x0a, 0x05, 0x53, 0x46, 0x5f, 0x48, 0x55, 0x10, 0x05, 0x12, 0x08, 0x0a, + 0x04, 0x53, 0x46, 0x5f, 0x41, 0x10, 0x06, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x46, 0x5f, 0x42, 0x10, + 0x07, 0x22, 0xcf, 0x01, 0x0a, 0x12, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x4f, 0x70, 0x65, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x69, 0x6d, 0x75, + 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, + 0x6d, 0x61, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6d, 0x61, 0x70, + 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x37, + 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x0e, 0x32, 0x19, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x69, 0x67, 0x6e, + 0x61, 0x6c, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x09, 0x6f, 0x70, + 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2a, 0x0a, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x52, 0x05, 0x70, 0x61, + 0x72, 0x61, 0x6d, 0x22, 0x66, 0x0a, 0x0b, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x50, 0x61, 0x72, + 0x61, 0x6d, 0x12, 0x2b, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0e, 0x32, 0x15, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x69, 0x67, 0x6e, + 0x61, 0x6c, 0x2e, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, + 0x2a, 0x0a, 0x06, 0x64, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0e, 0x32, + 0x12, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x6c, + 0x2e, 0x44, 0x53, 0x52, 0x06, 0x64, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x45, 0x0a, 0x07, 0x53, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x3a, 0x0a, 0x09, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x0d, 0x0a, 0x09, 0x55, 0x6e, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x64, + 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x65, 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x10, + 0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x53, 0x65, 0x74, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x4f, 0x63, 0x63, + 0x10, 0x04, 0x22, 0xd2, 0x01, 0x0a, 0x13, 0x53, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4f, 0x70, + 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x69, + 0x6d, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x14, + 0x0a, 0x05, 0x6d, 0x61, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6d, + 0x61, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, + 0x12, 0x38, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0e, 0x32, 0x1a, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2b, 0x0a, 0x05, 0x70, 0x61, + 0x72, 0x61, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x72, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x2e, 0x53, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x6d, + 0x52, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x22, 0x48, 0x0a, 0x0c, 0x53, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x6f, 0x63, 0x6b, 0x44, + 0x72, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x6d, 0x6f, 0x63, 0x6b, 0x44, + 0x72, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x6f, 0x63, 0x6b, 0x50, 0x64, 0x72, 0x73, 0x74, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6d, 0x6f, 0x63, 0x6b, 0x50, 0x64, 0x72, 0x73, + 0x74, 0x22, 0x88, 0x01, 0x0a, 0x03, 0x50, 0x73, 0x64, 0x22, 0x29, 0x0a, 0x09, 0x4f, 0x70, 0x65, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0d, 0x0a, 0x09, 0x55, 0x6e, 0x64, 0x65, 0x66, 0x69, + 0x6e, 0x65, 0x64, 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x65, 0x74, 0x50, 0x61, 0x72, 0x61, + 0x6d, 0x73, 0x10, 0x01, 0x22, 0x2f, 0x0a, 0x05, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x0a, 0x0a, + 0x06, 0x46, 0x5f, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x46, 0x5f, 0x41, + 0x53, 0x44, 0x5f, 0x4b, 0x4d, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x46, 0x5f, 0x41, 0x53, 0x44, + 0x5f, 0x47, 0x4d, 0x10, 0x02, 0x22, 0x25, 0x0a, 0x05, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x0b, + 0x0a, 0x07, 0x46, 0x41, 0x5f, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x0f, 0x0a, 0x0b, 0x46, + 0x41, 0x5f, 0x4f, 0x62, 0x73, 0x74, 0x61, 0x63, 0x6c, 0x65, 0x10, 0x01, 0x22, 0xc6, 0x01, 0x0a, + 0x0f, 0x50, 0x73, 0x64, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, + 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x61, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6d, 0x61, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x65, + 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x64, 0x65, + 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x34, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x16, 0x2e, 0x72, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x2e, 0x50, 0x73, 0x64, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x0a, 0x05, + 0x70, 0x61, 0x72, 0x61, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x72, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x73, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x52, 0x05, + 0x70, 0x61, 0x72, 0x61, 0x6d, 0x22, 0x7a, 0x0a, 0x08, 0x50, 0x73, 0x64, 0x50, 0x61, 0x72, 0x61, + 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x73, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x01, 0x20, + 0x03, 0x28, 0x05, 0x52, 0x08, 0x61, 0x73, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x28, 0x0a, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x12, 0x2e, 0x72, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x73, 0x64, 0x2e, 0x46, 0x6f, 0x72, 0x63, 0x65, + 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x28, 0x0a, 0x05, 0x66, 0x61, 0x75, 0x6c, 0x74, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x12, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x2e, 0x50, 0x73, 0x64, 0x2e, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x52, 0x05, 0x66, 0x61, 0x75, 0x6c, + 0x74, 0x42, 0x30, 0x5a, 0x2e, 0x6a, 0x6f, 0x79, 0x6c, 0x69, 0x6e, 0x6b, 0x2e, 0x63, 0x6c, 0x75, + 0x62, 0x2f, 0x62, 0x6a, 0x2d, 0x72, 0x74, 0x73, 0x74, 0x73, 0x2d, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x2f, 0x64, 0x74, 0x6f, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -1717,59 +1488,54 @@ func file_request_proto_rawDescGZIP() []byte { return file_request_proto_rawDescData } -var file_request_proto_enumTypes = make([]protoimpl.EnumInfo, 12) -var file_request_proto_msgTypes = make([]protoimpl.MessageInfo, 15) +var file_request_proto_enumTypes = make([]protoimpl.EnumInfo, 10) +var file_request_proto_msgTypes = make([]protoimpl.MessageInfo, 14) var file_request_proto_goTypes = []interface{}{ - (BypassOperationReq_Operation)(0), // 0: request.BypassOperationReq.Operation - (BypassOperationReq_BtnType)(0), // 1: request.BypassOperationReq.BtnType - (Relay_Operation)(0), // 2: request.Relay.Operation - (Points_Operation)(0), // 3: request.Points.Operation - (Points_Force)(0), // 4: request.Points.Force - (Signal_Operation)(0), // 5: request.Signal.Operation - (Signal_DS)(0), // 6: request.Signal.DS - (Signal_Force)(0), // 7: request.Signal.Force - (Section_Operation)(0), // 8: request.Section.Operation - (Psd_Operation)(0), // 9: request.Psd.Operation - (Psd_Force)(0), // 10: request.Psd.Force - (Psd_Fault)(0), // 11: request.Psd.Fault - (*BypassOperationReq)(nil), // 12: request.BypassOperationReq - (*Relay)(nil), // 13: request.Relay - (*RelayOperationReq)(nil), // 14: request.RelayOperationReq - (*Points)(nil), // 15: request.Points - (*PointsOperationReq)(nil), // 16: request.PointsOperationReq - (*PointsParam)(nil), // 17: request.PointsParam - (*Signal)(nil), // 18: request.Signal - (*SignalOperationReq)(nil), // 19: request.SignalOperationReq - (*SignalParam)(nil), // 20: request.SignalParam - (*Section)(nil), // 21: request.Section - (*SectionOperationReq)(nil), // 22: request.SectionOperationReq - (*SectionParam)(nil), // 23: request.SectionParam - (*Psd)(nil), // 24: request.Psd - (*PsdOperationReq)(nil), // 25: request.PsdOperationReq - (*PsdParam)(nil), // 26: request.PsdParam + (Relay_Operation)(0), // 0: request.Relay.Operation + (Points_Operation)(0), // 1: request.Points.Operation + (Points_Force)(0), // 2: request.Points.Force + (Signal_Operation)(0), // 3: request.Signal.Operation + (Signal_DS)(0), // 4: request.Signal.DS + (Signal_Force)(0), // 5: request.Signal.Force + (Section_Operation)(0), // 6: request.Section.Operation + (Psd_Operation)(0), // 7: request.Psd.Operation + (Psd_Force)(0), // 8: request.Psd.Force + (Psd_Fault)(0), // 9: request.Psd.Fault + (*Relay)(nil), // 10: request.Relay + (*RelayOperationReq)(nil), // 11: request.RelayOperationReq + (*Points)(nil), // 12: request.Points + (*PointsOperationReq)(nil), // 13: request.PointsOperationReq + (*PointsParam)(nil), // 14: request.PointsParam + (*Signal)(nil), // 15: request.Signal + (*SignalOperationReq)(nil), // 16: request.SignalOperationReq + (*SignalParam)(nil), // 17: request.SignalParam + (*Section)(nil), // 18: request.Section + (*SectionOperationReq)(nil), // 19: request.SectionOperationReq + (*SectionParam)(nil), // 20: request.SectionParam + (*Psd)(nil), // 21: request.Psd + (*PsdOperationReq)(nil), // 22: request.PsdOperationReq + (*PsdParam)(nil), // 23: request.PsdParam } var file_request_proto_depIdxs = []int32{ - 0, // 0: request.BypassOperationReq.operation:type_name -> request.BypassOperationReq.Operation - 1, // 1: request.BypassOperationReq.btnType:type_name -> request.BypassOperationReq.BtnType - 2, // 2: request.RelayOperationReq.operation:type_name -> request.Relay.Operation - 3, // 3: request.PointsOperationReq.operation:type_name -> request.Points.Operation - 17, // 4: request.PointsOperationReq.param:type_name -> request.PointsParam - 4, // 5: request.PointsParam.forcePosition:type_name -> request.Points.Force - 5, // 6: request.SignalOperationReq.operation:type_name -> request.Signal.Operation - 20, // 7: request.SignalOperationReq.param:type_name -> request.SignalParam - 7, // 8: request.SignalParam.force:type_name -> request.Signal.Force - 6, // 9: request.SignalParam.dsList:type_name -> request.Signal.DS - 8, // 10: request.SectionOperationReq.operation:type_name -> request.Section.Operation - 23, // 11: request.SectionOperationReq.param:type_name -> request.SectionParam - 9, // 12: request.PsdOperationReq.operation:type_name -> request.Psd.Operation - 26, // 13: request.PsdOperationReq.param:type_name -> request.PsdParam - 10, // 14: request.PsdParam.force:type_name -> request.Psd.Force - 11, // 15: request.PsdParam.fault:type_name -> request.Psd.Fault - 16, // [16:16] is the sub-list for method output_type - 16, // [16:16] is the sub-list for method input_type - 16, // [16:16] is the sub-list for extension type_name - 16, // [16:16] is the sub-list for extension extendee - 0, // [0:16] is the sub-list for field type_name + 0, // 0: request.RelayOperationReq.operation:type_name -> request.Relay.Operation + 1, // 1: request.PointsOperationReq.operation:type_name -> request.Points.Operation + 14, // 2: request.PointsOperationReq.param:type_name -> request.PointsParam + 2, // 3: request.PointsParam.forcePosition:type_name -> request.Points.Force + 3, // 4: request.SignalOperationReq.operation:type_name -> request.Signal.Operation + 17, // 5: request.SignalOperationReq.param:type_name -> request.SignalParam + 5, // 6: request.SignalParam.force:type_name -> request.Signal.Force + 4, // 7: request.SignalParam.dsList:type_name -> request.Signal.DS + 6, // 8: request.SectionOperationReq.operation:type_name -> request.Section.Operation + 20, // 9: request.SectionOperationReq.param:type_name -> request.SectionParam + 7, // 10: request.PsdOperationReq.operation:type_name -> request.Psd.Operation + 23, // 11: request.PsdOperationReq.param:type_name -> request.PsdParam + 8, // 12: request.PsdParam.force:type_name -> request.Psd.Force + 9, // 13: request.PsdParam.fault:type_name -> request.Psd.Fault + 14, // [14:14] is the sub-list for method output_type + 14, // [14:14] is the sub-list for method input_type + 14, // [14:14] is the sub-list for extension type_name + 14, // [14:14] is the sub-list for extension extendee + 0, // [0:14] is the sub-list for field type_name } func init() { file_request_proto_init() } @@ -1779,18 +1545,6 @@ func file_request_proto_init() { } if !protoimpl.UnsafeEnabled { file_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BypassOperationReq); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Relay); i { case 0: return &v.state @@ -1802,7 +1556,7 @@ func file_request_proto_init() { return nil } } - file_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RelayOperationReq); i { case 0: return &v.state @@ -1814,7 +1568,7 @@ func file_request_proto_init() { return nil } } - file_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Points); i { case 0: return &v.state @@ -1826,7 +1580,7 @@ func file_request_proto_init() { return nil } } - file_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PointsOperationReq); i { case 0: return &v.state @@ -1838,7 +1592,7 @@ func file_request_proto_init() { return nil } } - file_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PointsParam); i { case 0: return &v.state @@ -1850,7 +1604,7 @@ func file_request_proto_init() { return nil } } - file_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Signal); i { case 0: return &v.state @@ -1862,7 +1616,7 @@ func file_request_proto_init() { return nil } } - file_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SignalOperationReq); i { case 0: return &v.state @@ -1874,7 +1628,7 @@ func file_request_proto_init() { return nil } } - file_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SignalParam); i { case 0: return &v.state @@ -1886,7 +1640,7 @@ func file_request_proto_init() { return nil } } - file_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Section); i { case 0: return &v.state @@ -1898,7 +1652,7 @@ func file_request_proto_init() { return nil } } - file_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SectionOperationReq); i { case 0: return &v.state @@ -1910,7 +1664,7 @@ func file_request_proto_init() { return nil } } - file_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SectionParam); i { case 0: return &v.state @@ -1922,7 +1676,7 @@ func file_request_proto_init() { return nil } } - file_request_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Psd); i { case 0: return &v.state @@ -1934,7 +1688,7 @@ func file_request_proto_init() { return nil } } - file_request_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_request_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PsdOperationReq); i { case 0: return &v.state @@ -1946,7 +1700,7 @@ func file_request_proto_init() { return nil } } - file_request_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_request_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PsdParam); i { case 0: return &v.state @@ -1964,8 +1718,8 @@ func file_request_proto_init() { File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_request_proto_rawDesc, - NumEnums: 12, - NumMessages: 15, + NumEnums: 10, + NumMessages: 14, NumExtensions: 0, NumServices: 0, }, diff --git a/rtss_simulation b/rtss_simulation index 29325f9..814f681 160000 --- a/rtss_simulation +++ b/rtss_simulation @@ -1 +1 @@ -Subproject commit 29325f98dbfc74dd68fa519280118e9544e17327 +Subproject commit 814f68154dcebfc2b3feb30ce21faf7ba536c0c9