2023-12-29 17:48:57 +08:00
|
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
|
// versions:
|
2024-01-17 13:09:44 +08:00
|
|
|
|
// protoc-gen-go v1.32.0
|
2023-12-29 17:48:57 +08:00
|
|
|
|
// protoc v4.23.1
|
|
|
|
|
// source: component/points.proto
|
|
|
|
|
|
|
|
|
|
package component_data
|
|
|
|
|
|
|
|
|
|
import (
|
|
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
|
|
reflect "reflect"
|
|
|
|
|
sync "sync"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
|
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
|
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
|
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
// 道岔故障
|
|
|
|
|
type Points_Fault int32
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
// 失表
|
|
|
|
|
Points_SB Points_Fault = 0
|
|
|
|
|
// 定位失表
|
|
|
|
|
Points_DWSB Points_Fault = 1
|
|
|
|
|
// 反位失表
|
|
|
|
|
Points_FWSB Points_Fault = 2
|
|
|
|
|
// 挤岔
|
|
|
|
|
Points_JC Points_Fault = 3
|
|
|
|
|
// 联锁无法驱动故障
|
|
|
|
|
Points_CIQD Points_Fault = 4
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
// Enum value maps for Points_Fault.
|
|
|
|
|
var (
|
|
|
|
|
Points_Fault_name = map[int32]string{
|
|
|
|
|
0: "SB",
|
|
|
|
|
1: "DWSB",
|
|
|
|
|
2: "FWSB",
|
|
|
|
|
3: "JC",
|
|
|
|
|
4: "CIQD",
|
|
|
|
|
}
|
|
|
|
|
Points_Fault_value = map[string]int32{
|
|
|
|
|
"SB": 0,
|
|
|
|
|
"DWSB": 1,
|
|
|
|
|
"FWSB": 2,
|
|
|
|
|
"JC": 3,
|
|
|
|
|
"CIQD": 4,
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
func (x Points_Fault) Enum() *Points_Fault {
|
|
|
|
|
p := new(Points_Fault)
|
|
|
|
|
*p = x
|
|
|
|
|
return p
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x Points_Fault) String() string {
|
|
|
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (Points_Fault) Descriptor() protoreflect.EnumDescriptor {
|
|
|
|
|
return file_component_points_proto_enumTypes[0].Descriptor()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (Points_Fault) Type() protoreflect.EnumType {
|
|
|
|
|
return &file_component_points_proto_enumTypes[0]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x Points_Fault) Number() protoreflect.EnumNumber {
|
|
|
|
|
return protoreflect.EnumNumber(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use Points_Fault.Descriptor instead.
|
|
|
|
|
func (Points_Fault) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
return file_component_points_proto_rawDescGZIP(), []int{2, 0}
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-12 18:20:21 +08:00
|
|
|
|
// 道岔失表故障类型
|
|
|
|
|
type PointsFaultSb_Type int32
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
// 失表
|
|
|
|
|
PointsFaultSb_ALL PointsFaultSb_Type = 0
|
|
|
|
|
// 定位失表
|
|
|
|
|
PointsFaultSb_DW PointsFaultSb_Type = 1
|
|
|
|
|
// 反位失表
|
|
|
|
|
PointsFaultSb_FW PointsFaultSb_Type = 2
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
// Enum value maps for PointsFaultSb_Type.
|
|
|
|
|
var (
|
|
|
|
|
PointsFaultSb_Type_name = map[int32]string{
|
|
|
|
|
0: "ALL",
|
|
|
|
|
1: "DW",
|
|
|
|
|
2: "FW",
|
|
|
|
|
}
|
|
|
|
|
PointsFaultSb_Type_value = map[string]int32{
|
|
|
|
|
"ALL": 0,
|
|
|
|
|
"DW": 1,
|
|
|
|
|
"FW": 2,
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
func (x PointsFaultSb_Type) Enum() *PointsFaultSb_Type {
|
|
|
|
|
p := new(PointsFaultSb_Type)
|
|
|
|
|
*p = x
|
|
|
|
|
return p
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x PointsFaultSb_Type) String() string {
|
|
|
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (PointsFaultSb_Type) Descriptor() protoreflect.EnumDescriptor {
|
|
|
|
|
return file_component_points_proto_enumTypes[1].Descriptor()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (PointsFaultSb_Type) Type() protoreflect.EnumType {
|
|
|
|
|
return &file_component_points_proto_enumTypes[1]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x PointsFaultSb_Type) Number() protoreflect.EnumNumber {
|
|
|
|
|
return protoreflect.EnumNumber(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use PointsFaultSb_Type.Descriptor instead.
|
|
|
|
|
func (PointsFaultSb_Type) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
return file_component_points_proto_rawDescGZIP(), []int{3, 0}
|
|
|
|
|
}
|
|
|
|
|
|
2023-12-29 17:48:57 +08:00
|
|
|
|
// 道岔转辙机自动开闭器状态
|
|
|
|
|
// 自动开闭器接点位置,默认定位接通1/3排,反位接通2/4排
|
|
|
|
|
// 由定位转反位(1DQJ和1DQJF励磁吸起,2DQJ在反位——即落下),三相电路导通,电机开始反转,转辙机将第3排接点接通第4排,到位锁闭后,转辙机的自动开闭器拉簧将第1排接点拉到第2排,接点到2排后,三相电路断路
|
|
|
|
|
// 由反位转定位(1DQJ和1DQJF励磁吸起,2DQJ在定位——即吸起),三相电路导通,电机开始正转,转辙机将第2排接点接通第1排,到位锁闭后,转辙机的自动开闭器拉簧将第4排接点拉到第3排,接点到3排后,三相电路断路
|
|
|
|
|
type PointsZzjKbqState struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
// 接点在1/2排的位置,false-接点在1排,true-接点在2排
|
2024-01-12 18:20:21 +08:00
|
|
|
|
Jd12 bool `protobuf:"varint,1,opt,name=jd12,proto3" json:"jd12,omitempty"`
|
2023-12-29 17:48:57 +08:00
|
|
|
|
// 接点在3/4排的位置,false-接点在3排,true-接点在4排
|
2024-01-12 18:20:21 +08:00
|
|
|
|
Jd34 bool `protobuf:"varint,2,opt,name=jd34,proto3" json:"jd34,omitempty"`
|
2023-12-29 17:48:57 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PointsZzjKbqState) Reset() {
|
|
|
|
|
*x = PointsZzjKbqState{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_component_points_proto_msgTypes[0]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PointsZzjKbqState) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*PointsZzjKbqState) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PointsZzjKbqState) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_component_points_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 PointsZzjKbqState.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PointsZzjKbqState) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_component_points_proto_rawDescGZIP(), []int{0}
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-12 18:20:21 +08:00
|
|
|
|
func (x *PointsZzjKbqState) GetJd12() bool {
|
2023-12-29 17:48:57 +08:00
|
|
|
|
if x != nil {
|
2024-01-12 18:20:21 +08:00
|
|
|
|
return x.Jd12
|
2023-12-29 17:48:57 +08:00
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-12 18:20:21 +08:00
|
|
|
|
func (x *PointsZzjKbqState) GetJd34() bool {
|
2023-12-29 17:48:57 +08:00
|
|
|
|
if x != nil {
|
2024-01-12 18:20:21 +08:00
|
|
|
|
return x.Jd34
|
2023-12-29 17:48:57 +08:00
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 道岔位置状态表示组件
|
|
|
|
|
type PointsPosition struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
// 是否定位(实际位置)
|
|
|
|
|
Dw bool `protobuf:"varint,1,opt,name=dw,proto3" json:"dw,omitempty"`
|
|
|
|
|
// 是否反位(实际位置)
|
|
|
|
|
Fw bool `protobuf:"varint,2,opt,name=fw,proto3" json:"fw,omitempty"`
|
|
|
|
|
// 定表
|
|
|
|
|
Db bool `protobuf:"varint,3,opt,name=db,proto3" json:"db,omitempty"`
|
|
|
|
|
// 反表
|
|
|
|
|
Fb bool `protobuf:"varint,4,opt,name=fb,proto3" json:"fb,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PointsPosition) Reset() {
|
|
|
|
|
*x = PointsPosition{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_component_points_proto_msgTypes[1]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PointsPosition) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*PointsPosition) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PointsPosition) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_component_points_proto_msgTypes[1]
|
|
|
|
|
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 PointsPosition.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PointsPosition) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_component_points_proto_rawDescGZIP(), []int{1}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PointsPosition) GetDw() bool {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Dw
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PointsPosition) GetFw() bool {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Fw
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PointsPosition) GetDb() bool {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Db
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PointsPosition) GetFb() bool {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Fb
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 道岔
|
|
|
|
|
type Points struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *Points) Reset() {
|
|
|
|
|
*x = Points{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_component_points_proto_msgTypes[2]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *Points) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*Points) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *Points) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_component_points_proto_msgTypes[2]
|
|
|
|
|
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 Points.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*Points) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_component_points_proto_rawDescGZIP(), []int{2}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 道岔失表故障
|
2024-01-12 18:20:21 +08:00
|
|
|
|
type PointsFaultSb struct {
|
2023-12-29 17:48:57 +08:00
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
2024-01-12 18:20:21 +08:00
|
|
|
|
|
|
|
|
|
Type PointsFaultSb_Type `protobuf:"varint,1,opt,name=type,proto3,enum=component.PointsFaultSb_Type" json:"type,omitempty"` // 失表类型
|
2023-12-29 17:48:57 +08:00
|
|
|
|
}
|
|
|
|
|
|
2024-01-12 18:20:21 +08:00
|
|
|
|
func (x *PointsFaultSb) Reset() {
|
|
|
|
|
*x = PointsFaultSb{}
|
2023-12-29 17:48:57 +08:00
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_component_points_proto_msgTypes[3]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-12 18:20:21 +08:00
|
|
|
|
func (x *PointsFaultSb) String() string {
|
2023-12-29 17:48:57 +08:00
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-12 18:20:21 +08:00
|
|
|
|
func (*PointsFaultSb) ProtoMessage() {}
|
2023-12-29 17:48:57 +08:00
|
|
|
|
|
2024-01-12 18:20:21 +08:00
|
|
|
|
func (x *PointsFaultSb) ProtoReflect() protoreflect.Message {
|
2023-12-29 17:48:57 +08:00
|
|
|
|
mi := &file_component_points_proto_msgTypes[3]
|
|
|
|
|
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)
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-12 18:20:21 +08:00
|
|
|
|
// Deprecated: Use PointsFaultSb.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PointsFaultSb) Descriptor() ([]byte, []int) {
|
2023-12-29 17:48:57 +08:00
|
|
|
|
return file_component_points_proto_rawDescGZIP(), []int{3}
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-12 18:20:21 +08:00
|
|
|
|
func (x *PointsFaultSb) GetType() PointsFaultSb_Type {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Type
|
2023-12-29 17:48:57 +08:00
|
|
|
|
}
|
2024-01-12 18:20:21 +08:00
|
|
|
|
return PointsFaultSb_ALL
|
2023-12-29 17:48:57 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 道岔挤岔故障
|
|
|
|
|
type PointsFaultJc struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PointsFaultJc) Reset() {
|
|
|
|
|
*x = PointsFaultJc{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2024-01-12 18:20:21 +08:00
|
|
|
|
mi := &file_component_points_proto_msgTypes[4]
|
2023-12-29 17:48:57 +08:00
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PointsFaultJc) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*PointsFaultJc) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PointsFaultJc) ProtoReflect() protoreflect.Message {
|
2024-01-12 18:20:21 +08:00
|
|
|
|
mi := &file_component_points_proto_msgTypes[4]
|
2023-12-29 17:48:57 +08:00
|
|
|
|
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 PointsFaultJc.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PointsFaultJc) Descriptor() ([]byte, []int) {
|
2024-01-12 18:20:21 +08:00
|
|
|
|
return file_component_points_proto_rawDescGZIP(), []int{4}
|
2023-12-29 17:48:57 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 道岔联锁无法驱动故障
|
|
|
|
|
type PointsFaultCiqd struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PointsFaultCiqd) Reset() {
|
|
|
|
|
*x = PointsFaultCiqd{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2024-01-12 18:20:21 +08:00
|
|
|
|
mi := &file_component_points_proto_msgTypes[5]
|
2023-12-29 17:48:57 +08:00
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PointsFaultCiqd) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*PointsFaultCiqd) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PointsFaultCiqd) ProtoReflect() protoreflect.Message {
|
2024-01-12 18:20:21 +08:00
|
|
|
|
mi := &file_component_points_proto_msgTypes[5]
|
2023-12-29 17:48:57 +08:00
|
|
|
|
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 PointsFaultCiqd.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PointsFaultCiqd) Descriptor() ([]byte, []int) {
|
2024-01-12 18:20:21 +08:00
|
|
|
|
return file_component_points_proto_rawDescGZIP(), []int{5}
|
2023-12-29 17:48:57 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var File_component_points_proto protoreflect.FileDescriptor
|
|
|
|
|
|
|
|
|
|
var file_component_points_proto_rawDesc = []byte{
|
|
|
|
|
0x0a, 0x16, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x2f, 0x70, 0x6f, 0x69, 0x6e,
|
|
|
|
|
0x74, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e,
|
|
|
|
|
0x65, 0x6e, 0x74, 0x22, 0x3b, 0x0a, 0x11, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x5a, 0x7a, 0x6a,
|
2024-01-12 18:20:21 +08:00
|
|
|
|
0x4b, 0x62, 0x71, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6a, 0x64, 0x31, 0x32,
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04, 0x6a, 0x64, 0x31, 0x32, 0x12, 0x12, 0x0a, 0x04,
|
|
|
|
|
0x6a, 0x64, 0x33, 0x34, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04, 0x6a, 0x64, 0x33, 0x34,
|
2023-12-29 17:48:57 +08:00
|
|
|
|
0x22, 0x50, 0x0a, 0x0e, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69,
|
|
|
|
|
0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x64, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x02,
|
|
|
|
|
0x64, 0x77, 0x12, 0x0e, 0x0a, 0x02, 0x66, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x02,
|
|
|
|
|
0x66, 0x77, 0x12, 0x0e, 0x0a, 0x02, 0x64, 0x62, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x02,
|
|
|
|
|
0x64, 0x62, 0x12, 0x0e, 0x0a, 0x02, 0x66, 0x62, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x02,
|
|
|
|
|
0x66, 0x62, 0x22, 0x3f, 0x0a, 0x06, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x22, 0x35, 0x0a, 0x05,
|
|
|
|
|
0x46, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x06, 0x0a, 0x02, 0x53, 0x42, 0x10, 0x00, 0x12, 0x08, 0x0a,
|
|
|
|
|
0x04, 0x44, 0x57, 0x53, 0x42, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x46, 0x57, 0x53, 0x42, 0x10,
|
|
|
|
|
0x02, 0x12, 0x06, 0x0a, 0x02, 0x4a, 0x43, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x43, 0x49, 0x51,
|
2024-01-12 18:20:21 +08:00
|
|
|
|
0x44, 0x10, 0x04, 0x22, 0x63, 0x0a, 0x0d, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x46, 0x61, 0x75,
|
|
|
|
|
0x6c, 0x74, 0x53, 0x62, 0x12, 0x31, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
|
0x28, 0x0e, 0x32, 0x1d, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x2e, 0x50,
|
|
|
|
|
0x6f, 0x69, 0x6e, 0x74, 0x73, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x53, 0x62, 0x2e, 0x54, 0x79, 0x70,
|
|
|
|
|
0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x1f, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12,
|
|
|
|
|
0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12, 0x06, 0x0a, 0x02, 0x44, 0x57, 0x10, 0x01,
|
|
|
|
|
0x12, 0x06, 0x0a, 0x02, 0x46, 0x57, 0x10, 0x02, 0x22, 0x0f, 0x0a, 0x0d, 0x50, 0x6f, 0x69, 0x6e,
|
|
|
|
|
0x74, 0x73, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x4a, 0x63, 0x22, 0x11, 0x0a, 0x0f, 0x50, 0x6f, 0x69,
|
|
|
|
|
0x6e, 0x74, 0x73, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x43, 0x69, 0x71, 0x64, 0x42, 0x1c, 0x5a, 0x1a,
|
|
|
|
|
0x2e, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x2f, 0x63, 0x6f, 0x6d, 0x70,
|
|
|
|
|
0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
|
|
|
|
|
0x6f, 0x33,
|
2023-12-29 17:48:57 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
|
file_component_points_proto_rawDescOnce sync.Once
|
|
|
|
|
file_component_points_proto_rawDescData = file_component_points_proto_rawDesc
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
func file_component_points_proto_rawDescGZIP() []byte {
|
|
|
|
|
file_component_points_proto_rawDescOnce.Do(func() {
|
|
|
|
|
file_component_points_proto_rawDescData = protoimpl.X.CompressGZIP(file_component_points_proto_rawDescData)
|
|
|
|
|
})
|
|
|
|
|
return file_component_points_proto_rawDescData
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-12 18:20:21 +08:00
|
|
|
|
var file_component_points_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
|
|
|
|
|
var file_component_points_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
2023-12-29 17:48:57 +08:00
|
|
|
|
var file_component_points_proto_goTypes = []interface{}{
|
|
|
|
|
(Points_Fault)(0), // 0: component.Points.Fault
|
2024-01-12 18:20:21 +08:00
|
|
|
|
(PointsFaultSb_Type)(0), // 1: component.PointsFaultSb.Type
|
|
|
|
|
(*PointsZzjKbqState)(nil), // 2: component.PointsZzjKbqState
|
|
|
|
|
(*PointsPosition)(nil), // 3: component.PointsPosition
|
|
|
|
|
(*Points)(nil), // 4: component.Points
|
|
|
|
|
(*PointsFaultSb)(nil), // 5: component.PointsFaultSb
|
|
|
|
|
(*PointsFaultJc)(nil), // 6: component.PointsFaultJc
|
|
|
|
|
(*PointsFaultCiqd)(nil), // 7: component.PointsFaultCiqd
|
2023-12-29 17:48:57 +08:00
|
|
|
|
}
|
|
|
|
|
var file_component_points_proto_depIdxs = []int32{
|
2024-01-12 18:20:21 +08:00
|
|
|
|
1, // 0: component.PointsFaultSb.type:type_name -> component.PointsFaultSb.Type
|
|
|
|
|
1, // [1:1] is the sub-list for method output_type
|
|
|
|
|
1, // [1:1] is the sub-list for method input_type
|
|
|
|
|
1, // [1:1] is the sub-list for extension type_name
|
|
|
|
|
1, // [1:1] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:1] is the sub-list for field type_name
|
2023-12-29 17:48:57 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() { file_component_points_proto_init() }
|
|
|
|
|
func file_component_points_proto_init() {
|
|
|
|
|
if File_component_points_proto != nil {
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
if !protoimpl.UnsafeEnabled {
|
|
|
|
|
file_component_points_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PointsZzjKbqState); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_component_points_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PointsPosition); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_component_points_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*Points); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_component_points_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
2024-01-12 18:20:21 +08:00
|
|
|
|
switch v := v.(*PointsFaultSb); i {
|
2023-12-29 17:48:57 +08:00
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_component_points_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PointsFaultJc); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-01-12 18:20:21 +08:00
|
|
|
|
file_component_points_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
2023-12-29 17:48:57 +08:00
|
|
|
|
switch v := v.(*PointsFaultCiqd); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
type x struct{}
|
|
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
|
|
File: protoimpl.DescBuilder{
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: file_component_points_proto_rawDesc,
|
2024-01-12 18:20:21 +08:00
|
|
|
|
NumEnums: 2,
|
|
|
|
|
NumMessages: 6,
|
2023-12-29 17:48:57 +08:00
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 0,
|
|
|
|
|
},
|
|
|
|
|
GoTypes: file_component_points_proto_goTypes,
|
|
|
|
|
DependencyIndexes: file_component_points_proto_depIdxs,
|
|
|
|
|
EnumInfos: file_component_points_proto_enumTypes,
|
|
|
|
|
MessageInfos: file_component_points_proto_msgTypes,
|
|
|
|
|
}.Build()
|
|
|
|
|
File_component_points_proto = out.File
|
|
|
|
|
file_component_points_proto_rawDesc = nil
|
|
|
|
|
file_component_points_proto_goTypes = nil
|
|
|
|
|
file_component_points_proto_depIdxs = nil
|
|
|
|
|
}
|