rts-sim-module/component/component_proto/signal.pb.go
2024-01-17 13:09:44 +08:00

319 lines
8.6 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.32.0
// protoc v4.23.1
// source: component/signal.proto
package component_proto
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 Signal_Fault int32
const (
// 灯丝断丝
Signal_DS Signal_Fault = 0
)
// Enum value maps for Signal_Fault.
var (
Signal_Fault_name = map[int32]string{
0: "DS",
}
Signal_Fault_value = map[string]int32{
"DS": 0,
}
)
func (x Signal_Fault) Enum() *Signal_Fault {
p := new(Signal_Fault)
*p = x
return p
}
func (x Signal_Fault) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Signal_Fault) Descriptor() protoreflect.EnumDescriptor {
return file_component_signal_proto_enumTypes[0].Descriptor()
}
func (Signal_Fault) Type() protoreflect.EnumType {
return &file_component_signal_proto_enumTypes[0]
}
func (x Signal_Fault) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Signal_Fault.Descriptor instead.
func (Signal_Fault) EnumDescriptor() ([]byte, []int) {
return file_component_signal_proto_rawDescGZIP(), []int{0, 0}
}
// 灯色
type Light_Color int32
const (
// 无
Light_N Light_Color = 0
// 绿
Light_L Light_Color = 1
// 红
Light_H Light_Color = 2
// 黄
Light_U Light_Color = 3
// 白
Light_B Light_Color = 4
// 蓝
Light_A Light_Color = 5
)
// Enum value maps for Light_Color.
var (
Light_Color_name = map[int32]string{
0: "N",
1: "L",
2: "H",
3: "U",
4: "B",
5: "A",
}
Light_Color_value = map[string]int32{
"N": 0,
"L": 1,
"H": 2,
"U": 3,
"B": 4,
"A": 5,
}
)
func (x Light_Color) Enum() *Light_Color {
p := new(Light_Color)
*p = x
return p
}
func (x Light_Color) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Light_Color) Descriptor() protoreflect.EnumDescriptor {
return file_component_signal_proto_enumTypes[1].Descriptor()
}
func (Light_Color) Type() protoreflect.EnumType {
return &file_component_signal_proto_enumTypes[1]
}
func (x Light_Color) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Light_Color.Descriptor instead.
func (Light_Color) EnumDescriptor() ([]byte, []int) {
return file_component_signal_proto_rawDescGZIP(), []int{1, 0}
}
// 信号机
type Signal struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// 信号机故障列表
Fault []Signal_Fault `protobuf:"varint,1,rep,packed,name=fault,proto3,enum=component.Signal_Fault" json:"fault,omitempty"`
}
func (x *Signal) Reset() {
*x = Signal{}
if protoimpl.UnsafeEnabled {
mi := &file_component_signal_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Signal) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Signal) ProtoMessage() {}
func (x *Signal) ProtoReflect() protoreflect.Message {
mi := &file_component_signal_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 Signal.ProtoReflect.Descriptor instead.
func (*Signal) Descriptor() ([]byte, []int) {
return file_component_signal_proto_rawDescGZIP(), []int{0}
}
func (x *Signal) GetFault() []Signal_Fault {
if x != nil {
return x.Fault
}
return nil
}
// 灯
type Light struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *Light) Reset() {
*x = Light{}
if protoimpl.UnsafeEnabled {
mi := &file_component_signal_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Light) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Light) ProtoMessage() {}
func (x *Light) ProtoReflect() protoreflect.Message {
mi := &file_component_signal_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 Light.ProtoReflect.Descriptor instead.
func (*Light) Descriptor() ([]byte, []int) {
return file_component_signal_proto_rawDescGZIP(), []int{1}
}
var File_component_signal_proto protoreflect.FileDescriptor
var file_component_signal_proto_rawDesc = []byte{
0x0a, 0x16, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x2f, 0x73, 0x69, 0x67, 0x6e,
0x61, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e,
0x65, 0x6e, 0x74, 0x22, 0x48, 0x0a, 0x06, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x12, 0x2d, 0x0a,
0x05, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x17, 0x2e, 0x63,
0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x2e,
0x46, 0x61, 0x75, 0x6c, 0x74, 0x52, 0x05, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x22, 0x0f, 0x0a, 0x05,
0x46, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x06, 0x0a, 0x02, 0x44, 0x53, 0x10, 0x00, 0x22, 0x3a, 0x0a,
0x05, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x22, 0x31, 0x0a, 0x05, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x12,
0x05, 0x0a, 0x01, 0x4e, 0x10, 0x00, 0x12, 0x05, 0x0a, 0x01, 0x4c, 0x10, 0x01, 0x12, 0x05, 0x0a,
0x01, 0x48, 0x10, 0x02, 0x12, 0x05, 0x0a, 0x01, 0x55, 0x10, 0x03, 0x12, 0x05, 0x0a, 0x01, 0x42,
0x10, 0x04, 0x12, 0x05, 0x0a, 0x01, 0x41, 0x10, 0x05, 0x42, 0x1d, 0x5a, 0x1b, 0x2e, 0x2f, 0x63,
0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65,
0x6e, 0x74, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_component_signal_proto_rawDescOnce sync.Once
file_component_signal_proto_rawDescData = file_component_signal_proto_rawDesc
)
func file_component_signal_proto_rawDescGZIP() []byte {
file_component_signal_proto_rawDescOnce.Do(func() {
file_component_signal_proto_rawDescData = protoimpl.X.CompressGZIP(file_component_signal_proto_rawDescData)
})
return file_component_signal_proto_rawDescData
}
var file_component_signal_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
var file_component_signal_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
var file_component_signal_proto_goTypes = []interface{}{
(Signal_Fault)(0), // 0: component.Signal.Fault
(Light_Color)(0), // 1: component.Light.Color
(*Signal)(nil), // 2: component.Signal
(*Light)(nil), // 3: component.Light
}
var file_component_signal_proto_depIdxs = []int32{
0, // 0: component.Signal.fault:type_name -> component.Signal.Fault
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
}
func init() { file_component_signal_proto_init() }
func file_component_signal_proto_init() {
if File_component_signal_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_component_signal_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Signal); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_component_signal_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Light); 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_signal_proto_rawDesc,
NumEnums: 2,
NumMessages: 2,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_component_signal_proto_goTypes,
DependencyIndexes: file_component_signal_proto_depIdxs,
EnumInfos: file_component_signal_proto_enumTypes,
MessageInfos: file_component_signal_proto_msgTypes,
}.Build()
File_component_signal_proto = out.File
file_component_signal_proto_rawDesc = nil
file_component_signal_proto_goTypes = nil
file_component_signal_proto_depIdxs = nil
}