123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: tower.proto
- // package声明符,用来防止不同的消息类型有命名冲突
- package v1
- import (
- fmt "fmt"
- proto "github.com/golang/protobuf/proto"
- math "math"
- )
- // Reference imports to suppress errors if they are not otherwise used.
- var _ = proto.Marshal
- var _ = fmt.Errorf
- var _ = math.Inf
- // This is a compile-time assertion to ensure that this generated file
- // is compatible with the proto package it is being compiled against.
- // A compilation error at this line likely means your copy of the
- // proto package needs to be updated.
- const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
- type TowerMonitorData struct {
- Date string `protobuf:"bytes,1,opt,name=date,proto3" json:"date"`
- // 回转角度值
- BackTurn float64 `protobuf:"fixed64,2,opt,name=back_turn,json=backTurn,proto3" json:"back_turn"`
- // 幅度值
- Scope float64 `protobuf:"fixed64,3,opt,name=scope,proto3" json:"scope"`
- // 吊钩离地面的距离
- Hight float64 `protobuf:"fixed64,4,opt,name=hight,proto3" json:"hight"`
- // 吊钩所掉重物的重量
- Weight float64 `protobuf:"fixed64,5,opt,name=weight,proto3" json:"weight"`
- // 当前力矩所占最大力矩的百分比
- Moment string `protobuf:"bytes,6,opt,name=moment,proto3" json:"moment"`
- // 电池电量
- Battery string `protobuf:"bytes,7,opt,name=battery,proto3" json:"battery"`
- // 风速
- WindSpeed float64 `protobuf:"fixed64,8,opt,name=wind_speed,json=windSpeed,proto3" json:"wind_speed"`
- // 塔身倾斜度 X 向
- AngleX float64 `protobuf:"fixed64,9,opt,name=angle_x,json=angleX,proto3" json:"angle_x"`
- // 塔身倾斜度 Y 向
- AngleY float64 `protobuf:"fixed64,10,opt,name=angle_y,json=angleY,proto3" json:"angle_y"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *TowerMonitorData) Reset() { *m = TowerMonitorData{} }
- func (m *TowerMonitorData) String() string { return proto.CompactTextString(m) }
- func (*TowerMonitorData) ProtoMessage() {}
- func (*TowerMonitorData) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b241158bb9fd8af, []int{0}
- }
- func (m *TowerMonitorData) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_TowerMonitorData.Unmarshal(m, b)
- }
- func (m *TowerMonitorData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_TowerMonitorData.Marshal(b, m, deterministic)
- }
- func (m *TowerMonitorData) XXX_Merge(src proto.Message) {
- xxx_messageInfo_TowerMonitorData.Merge(m, src)
- }
- func (m *TowerMonitorData) XXX_Size() int {
- return xxx_messageInfo_TowerMonitorData.Size(m)
- }
- func (m *TowerMonitorData) XXX_DiscardUnknown() {
- xxx_messageInfo_TowerMonitorData.DiscardUnknown(m)
- }
- var xxx_messageInfo_TowerMonitorData proto.InternalMessageInfo
- func (m *TowerMonitorData) GetDate() string {
- if m != nil {
- return m.Date
- }
- return ""
- }
- func (m *TowerMonitorData) GetBackTurn() float64 {
- if m != nil {
- return m.BackTurn
- }
- return 0
- }
- func (m *TowerMonitorData) GetScope() float64 {
- if m != nil {
- return m.Scope
- }
- return 0
- }
- func (m *TowerMonitorData) GetHight() float64 {
- if m != nil {
- return m.Hight
- }
- return 0
- }
- func (m *TowerMonitorData) GetWeight() float64 {
- if m != nil {
- return m.Weight
- }
- return 0
- }
- func (m *TowerMonitorData) GetMoment() string {
- if m != nil {
- return m.Moment
- }
- return ""
- }
- func (m *TowerMonitorData) GetBattery() string {
- if m != nil {
- return m.Battery
- }
- return ""
- }
- func (m *TowerMonitorData) GetWindSpeed() float64 {
- if m != nil {
- return m.WindSpeed
- }
- return 0
- }
- func (m *TowerMonitorData) GetAngleX() float64 {
- if m != nil {
- return m.AngleX
- }
- return 0
- }
- func (m *TowerMonitorData) GetAngleY() float64 {
- if m != nil {
- return m.AngleY
- }
- return 0
- }
- type LatestTowerMonitorDataRequest struct {
- Sn string `protobuf:"bytes,1,opt,name=sn,proto3" json:"sn"`
- Type int32 `protobuf:"varint,2,opt,name=type,proto3" json:"type"`
- ProjectId int64 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *LatestTowerMonitorDataRequest) Reset() { *m = LatestTowerMonitorDataRequest{} }
- func (m *LatestTowerMonitorDataRequest) String() string { return proto.CompactTextString(m) }
- func (*LatestTowerMonitorDataRequest) ProtoMessage() {}
- func (*LatestTowerMonitorDataRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b241158bb9fd8af, []int{1}
- }
- func (m *LatestTowerMonitorDataRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_LatestTowerMonitorDataRequest.Unmarshal(m, b)
- }
- func (m *LatestTowerMonitorDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_LatestTowerMonitorDataRequest.Marshal(b, m, deterministic)
- }
- func (m *LatestTowerMonitorDataRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_LatestTowerMonitorDataRequest.Merge(m, src)
- }
- func (m *LatestTowerMonitorDataRequest) XXX_Size() int {
- return xxx_messageInfo_LatestTowerMonitorDataRequest.Size(m)
- }
- func (m *LatestTowerMonitorDataRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_LatestTowerMonitorDataRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_LatestTowerMonitorDataRequest proto.InternalMessageInfo
- func (m *LatestTowerMonitorDataRequest) GetSn() string {
- if m != nil {
- return m.Sn
- }
- return ""
- }
- func (m *LatestTowerMonitorDataRequest) GetType() int32 {
- if m != nil {
- return m.Type
- }
- return 0
- }
- func (m *LatestTowerMonitorDataRequest) GetProjectId() int64 {
- if m != nil {
- return m.ProjectId
- }
- return 0
- }
- type LatestTowerMonitorDataReply struct {
- Data *TowerMonitorData `protobuf:"bytes,1,opt,name=data,proto3" json:"data"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *LatestTowerMonitorDataReply) Reset() { *m = LatestTowerMonitorDataReply{} }
- func (m *LatestTowerMonitorDataReply) String() string { return proto.CompactTextString(m) }
- func (*LatestTowerMonitorDataReply) ProtoMessage() {}
- func (*LatestTowerMonitorDataReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b241158bb9fd8af, []int{2}
- }
- func (m *LatestTowerMonitorDataReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_LatestTowerMonitorDataReply.Unmarshal(m, b)
- }
- func (m *LatestTowerMonitorDataReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_LatestTowerMonitorDataReply.Marshal(b, m, deterministic)
- }
- func (m *LatestTowerMonitorDataReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_LatestTowerMonitorDataReply.Merge(m, src)
- }
- func (m *LatestTowerMonitorDataReply) XXX_Size() int {
- return xxx_messageInfo_LatestTowerMonitorDataReply.Size(m)
- }
- func (m *LatestTowerMonitorDataReply) XXX_DiscardUnknown() {
- xxx_messageInfo_LatestTowerMonitorDataReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_LatestTowerMonitorDataReply proto.InternalMessageInfo
- func (m *LatestTowerMonitorDataReply) GetData() *TowerMonitorData {
- if m != nil {
- return m.Data
- }
- return nil
- }
- type TowerMonitorHistoryRequest struct {
- Sn string `protobuf:"bytes,1,opt,name=sn,proto3" json:"sn"`
- Start int64 `protobuf:"varint,2,opt,name=start,proto3" json:"start"`
- End int64 `protobuf:"varint,3,opt,name=end,proto3" json:"end"`
- Page int32 `protobuf:"varint,4,opt,name=page,proto3" json:"page"`
- PageSize int32 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *TowerMonitorHistoryRequest) Reset() { *m = TowerMonitorHistoryRequest{} }
- func (m *TowerMonitorHistoryRequest) String() string { return proto.CompactTextString(m) }
- func (*TowerMonitorHistoryRequest) ProtoMessage() {}
- func (*TowerMonitorHistoryRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b241158bb9fd8af, []int{3}
- }
- func (m *TowerMonitorHistoryRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_TowerMonitorHistoryRequest.Unmarshal(m, b)
- }
- func (m *TowerMonitorHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_TowerMonitorHistoryRequest.Marshal(b, m, deterministic)
- }
- func (m *TowerMonitorHistoryRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_TowerMonitorHistoryRequest.Merge(m, src)
- }
- func (m *TowerMonitorHistoryRequest) XXX_Size() int {
- return xxx_messageInfo_TowerMonitorHistoryRequest.Size(m)
- }
- func (m *TowerMonitorHistoryRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_TowerMonitorHistoryRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_TowerMonitorHistoryRequest proto.InternalMessageInfo
- func (m *TowerMonitorHistoryRequest) GetSn() string {
- if m != nil {
- return m.Sn
- }
- return ""
- }
- func (m *TowerMonitorHistoryRequest) GetStart() int64 {
- if m != nil {
- return m.Start
- }
- return 0
- }
- func (m *TowerMonitorHistoryRequest) GetEnd() int64 {
- if m != nil {
- return m.End
- }
- return 0
- }
- func (m *TowerMonitorHistoryRequest) GetPage() int32 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *TowerMonitorHistoryRequest) GetPageSize() int32 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- type TowerMonitorHistoryReply struct {
- Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
- Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
- PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- List []*TowerMonitorData `protobuf:"bytes,4,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *TowerMonitorHistoryReply) Reset() { *m = TowerMonitorHistoryReply{} }
- func (m *TowerMonitorHistoryReply) String() string { return proto.CompactTextString(m) }
- func (*TowerMonitorHistoryReply) ProtoMessage() {}
- func (*TowerMonitorHistoryReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b241158bb9fd8af, []int{4}
- }
- func (m *TowerMonitorHistoryReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_TowerMonitorHistoryReply.Unmarshal(m, b)
- }
- func (m *TowerMonitorHistoryReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_TowerMonitorHistoryReply.Marshal(b, m, deterministic)
- }
- func (m *TowerMonitorHistoryReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_TowerMonitorHistoryReply.Merge(m, src)
- }
- func (m *TowerMonitorHistoryReply) XXX_Size() int {
- return xxx_messageInfo_TowerMonitorHistoryReply.Size(m)
- }
- func (m *TowerMonitorHistoryReply) XXX_DiscardUnknown() {
- xxx_messageInfo_TowerMonitorHistoryReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_TowerMonitorHistoryReply proto.InternalMessageInfo
- func (m *TowerMonitorHistoryReply) GetTotal() int64 {
- if m != nil {
- return m.Total
- }
- return 0
- }
- func (m *TowerMonitorHistoryReply) GetPage() int32 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *TowerMonitorHistoryReply) GetPageSize() int32 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *TowerMonitorHistoryReply) GetList() []*TowerMonitorData {
- if m != nil {
- return m.List
- }
- return nil
- }
- type IotListItem struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- Sn string `protobuf:"bytes,2,opt,name=sn,proto3" json:"sn"`
- State int32 `protobuf:"varint,3,opt,name=state,proto3" json:"state"`
- Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *IotListItem) Reset() { *m = IotListItem{} }
- func (m *IotListItem) String() string { return proto.CompactTextString(m) }
- func (*IotListItem) ProtoMessage() {}
- func (*IotListItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b241158bb9fd8af, []int{5}
- }
- func (m *IotListItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_IotListItem.Unmarshal(m, b)
- }
- func (m *IotListItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_IotListItem.Marshal(b, m, deterministic)
- }
- func (m *IotListItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_IotListItem.Merge(m, src)
- }
- func (m *IotListItem) XXX_Size() int {
- return xxx_messageInfo_IotListItem.Size(m)
- }
- func (m *IotListItem) XXX_DiscardUnknown() {
- xxx_messageInfo_IotListItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_IotListItem proto.InternalMessageInfo
- func (m *IotListItem) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *IotListItem) GetSn() string {
- if m != nil {
- return m.Sn
- }
- return ""
- }
- func (m *IotListItem) GetState() int32 {
- if m != nil {
- return m.State
- }
- return 0
- }
- func (m *IotListItem) GetName() string {
- if m != nil {
- return m.Name
- }
- return ""
- }
- type IotListRequest struct {
- ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
- Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
- PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- DeviceCode int32 `protobuf:"varint,4,opt,name=device_code,json=deviceCode,proto3" json:"device_code"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *IotListRequest) Reset() { *m = IotListRequest{} }
- func (m *IotListRequest) String() string { return proto.CompactTextString(m) }
- func (*IotListRequest) ProtoMessage() {}
- func (*IotListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b241158bb9fd8af, []int{6}
- }
- func (m *IotListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_IotListRequest.Unmarshal(m, b)
- }
- func (m *IotListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_IotListRequest.Marshal(b, m, deterministic)
- }
- func (m *IotListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_IotListRequest.Merge(m, src)
- }
- func (m *IotListRequest) XXX_Size() int {
- return xxx_messageInfo_IotListRequest.Size(m)
- }
- func (m *IotListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_IotListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_IotListRequest proto.InternalMessageInfo
- func (m *IotListRequest) GetProjectId() int64 {
- if m != nil {
- return m.ProjectId
- }
- return 0
- }
- func (m *IotListRequest) GetPage() int32 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *IotListRequest) GetPageSize() int32 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *IotListRequest) GetDeviceCode() int32 {
- if m != nil {
- return m.DeviceCode
- }
- return 0
- }
- type IotListReply struct {
- Online int64 `protobuf:"varint,1,opt,name=online,proto3" json:"online"`
- Offline int64 `protobuf:"varint,2,opt,name=offline,proto3" json:"offline"`
- Total int64 `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
- Page int32 `protobuf:"varint,4,opt,name=page,proto3" json:"page"`
- PageSize int32 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- List []*IotListItem `protobuf:"bytes,6,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *IotListReply) Reset() { *m = IotListReply{} }
- func (m *IotListReply) String() string { return proto.CompactTextString(m) }
- func (*IotListReply) ProtoMessage() {}
- func (*IotListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b241158bb9fd8af, []int{7}
- }
- func (m *IotListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_IotListReply.Unmarshal(m, b)
- }
- func (m *IotListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_IotListReply.Marshal(b, m, deterministic)
- }
- func (m *IotListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_IotListReply.Merge(m, src)
- }
- func (m *IotListReply) XXX_Size() int {
- return xxx_messageInfo_IotListReply.Size(m)
- }
- func (m *IotListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_IotListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_IotListReply proto.InternalMessageInfo
- func (m *IotListReply) GetOnline() int64 {
- if m != nil {
- return m.Online
- }
- return 0
- }
- func (m *IotListReply) GetOffline() int64 {
- if m != nil {
- return m.Offline
- }
- return 0
- }
- func (m *IotListReply) GetTotal() int64 {
- if m != nil {
- return m.Total
- }
- return 0
- }
- func (m *IotListReply) GetPage() int32 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *IotListReply) GetPageSize() int32 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *IotListReply) GetList() []*IotListItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- type IotTypeListRequest struct {
- ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *IotTypeListRequest) Reset() { *m = IotTypeListRequest{} }
- func (m *IotTypeListRequest) String() string { return proto.CompactTextString(m) }
- func (*IotTypeListRequest) ProtoMessage() {}
- func (*IotTypeListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b241158bb9fd8af, []int{8}
- }
- func (m *IotTypeListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_IotTypeListRequest.Unmarshal(m, b)
- }
- func (m *IotTypeListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_IotTypeListRequest.Marshal(b, m, deterministic)
- }
- func (m *IotTypeListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_IotTypeListRequest.Merge(m, src)
- }
- func (m *IotTypeListRequest) XXX_Size() int {
- return xxx_messageInfo_IotTypeListRequest.Size(m)
- }
- func (m *IotTypeListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_IotTypeListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_IotTypeListRequest proto.InternalMessageInfo
- func (m *IotTypeListRequest) GetProjectId() int64 {
- if m != nil {
- return m.ProjectId
- }
- return 0
- }
- type IotTypeListItem struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- TypeCode int32 `protobuf:"varint,2,opt,name=type_code,json=typeCode,proto3" json:"type_code"`
- TypeName string `protobuf:"bytes,3,opt,name=type_name,json=typeName,proto3" json:"type_name"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *IotTypeListItem) Reset() { *m = IotTypeListItem{} }
- func (m *IotTypeListItem) String() string { return proto.CompactTextString(m) }
- func (*IotTypeListItem) ProtoMessage() {}
- func (*IotTypeListItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b241158bb9fd8af, []int{9}
- }
- func (m *IotTypeListItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_IotTypeListItem.Unmarshal(m, b)
- }
- func (m *IotTypeListItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_IotTypeListItem.Marshal(b, m, deterministic)
- }
- func (m *IotTypeListItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_IotTypeListItem.Merge(m, src)
- }
- func (m *IotTypeListItem) XXX_Size() int {
- return xxx_messageInfo_IotTypeListItem.Size(m)
- }
- func (m *IotTypeListItem) XXX_DiscardUnknown() {
- xxx_messageInfo_IotTypeListItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_IotTypeListItem proto.InternalMessageInfo
- func (m *IotTypeListItem) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *IotTypeListItem) GetTypeCode() int32 {
- if m != nil {
- return m.TypeCode
- }
- return 0
- }
- func (m *IotTypeListItem) GetTypeName() string {
- if m != nil {
- return m.TypeName
- }
- return ""
- }
- type IotTypeListReply struct {
- List []*IotTypeListItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *IotTypeListReply) Reset() { *m = IotTypeListReply{} }
- func (m *IotTypeListReply) String() string { return proto.CompactTextString(m) }
- func (*IotTypeListReply) ProtoMessage() {}
- func (*IotTypeListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b241158bb9fd8af, []int{10}
- }
- func (m *IotTypeListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_IotTypeListReply.Unmarshal(m, b)
- }
- func (m *IotTypeListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_IotTypeListReply.Marshal(b, m, deterministic)
- }
- func (m *IotTypeListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_IotTypeListReply.Merge(m, src)
- }
- func (m *IotTypeListReply) XXX_Size() int {
- return xxx_messageInfo_IotTypeListReply.Size(m)
- }
- func (m *IotTypeListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_IotTypeListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_IotTypeListReply proto.InternalMessageInfo
- func (m *IotTypeListReply) GetList() []*IotTypeListItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- type IotLastRequest struct {
- Sn string `protobuf:"bytes,1,opt,name=sn,proto3" json:"sn"`
- ProjectId int64 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id"`
- DeviceCode int32 `protobuf:"varint,3,opt,name=device_code,json=deviceCode,proto3" json:"device_code"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *IotLastRequest) Reset() { *m = IotLastRequest{} }
- func (m *IotLastRequest) String() string { return proto.CompactTextString(m) }
- func (*IotLastRequest) ProtoMessage() {}
- func (*IotLastRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b241158bb9fd8af, []int{11}
- }
- func (m *IotLastRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_IotLastRequest.Unmarshal(m, b)
- }
- func (m *IotLastRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_IotLastRequest.Marshal(b, m, deterministic)
- }
- func (m *IotLastRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_IotLastRequest.Merge(m, src)
- }
- func (m *IotLastRequest) XXX_Size() int {
- return xxx_messageInfo_IotLastRequest.Size(m)
- }
- func (m *IotLastRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_IotLastRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_IotLastRequest proto.InternalMessageInfo
- func (m *IotLastRequest) GetSn() string {
- if m != nil {
- return m.Sn
- }
- return ""
- }
- func (m *IotLastRequest) GetProjectId() int64 {
- if m != nil {
- return m.ProjectId
- }
- return 0
- }
- func (m *IotLastRequest) GetDeviceCode() int32 {
- if m != nil {
- return m.DeviceCode
- }
- return 0
- }
- type IotDataItem struct {
- Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"`
- Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value"`
- Unit string `protobuf:"bytes,3,opt,name=unit,proto3" json:"unit"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *IotDataItem) Reset() { *m = IotDataItem{} }
- func (m *IotDataItem) String() string { return proto.CompactTextString(m) }
- func (*IotDataItem) ProtoMessage() {}
- func (*IotDataItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b241158bb9fd8af, []int{12}
- }
- func (m *IotDataItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_IotDataItem.Unmarshal(m, b)
- }
- func (m *IotDataItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_IotDataItem.Marshal(b, m, deterministic)
- }
- func (m *IotDataItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_IotDataItem.Merge(m, src)
- }
- func (m *IotDataItem) XXX_Size() int {
- return xxx_messageInfo_IotDataItem.Size(m)
- }
- func (m *IotDataItem) XXX_DiscardUnknown() {
- xxx_messageInfo_IotDataItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_IotDataItem proto.InternalMessageInfo
- func (m *IotDataItem) GetName() string {
- if m != nil {
- return m.Name
- }
- return ""
- }
- func (m *IotDataItem) GetValue() string {
- if m != nil {
- return m.Value
- }
- return ""
- }
- func (m *IotDataItem) GetUnit() string {
- if m != nil {
- return m.Unit
- }
- return ""
- }
- type IotLastReply struct {
- List []*IotDataItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
- Pic string `protobuf:"bytes,2,opt,name=pic,proto3" json:"pic"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *IotLastReply) Reset() { *m = IotLastReply{} }
- func (m *IotLastReply) String() string { return proto.CompactTextString(m) }
- func (*IotLastReply) ProtoMessage() {}
- func (*IotLastReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b241158bb9fd8af, []int{13}
- }
- func (m *IotLastReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_IotLastReply.Unmarshal(m, b)
- }
- func (m *IotLastReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_IotLastReply.Marshal(b, m, deterministic)
- }
- func (m *IotLastReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_IotLastReply.Merge(m, src)
- }
- func (m *IotLastReply) XXX_Size() int {
- return xxx_messageInfo_IotLastReply.Size(m)
- }
- func (m *IotLastReply) XXX_DiscardUnknown() {
- xxx_messageInfo_IotLastReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_IotLastReply proto.InternalMessageInfo
- func (m *IotLastReply) GetList() []*IotDataItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- func (m *IotLastReply) GetPic() string {
- if m != nil {
- return m.Pic
- }
- return ""
- }
- func init() {
- proto.RegisterType((*TowerMonitorData)(nil), "v1.TowerMonitorData")
- proto.RegisterType((*LatestTowerMonitorDataRequest)(nil), "v1.LatestTowerMonitorDataRequest")
- proto.RegisterType((*LatestTowerMonitorDataReply)(nil), "v1.LatestTowerMonitorDataReply")
- proto.RegisterType((*TowerMonitorHistoryRequest)(nil), "v1.TowerMonitorHistoryRequest")
- proto.RegisterType((*TowerMonitorHistoryReply)(nil), "v1.TowerMonitorHistoryReply")
- proto.RegisterType((*IotListItem)(nil), "v1.IotListItem")
- proto.RegisterType((*IotListRequest)(nil), "v1.IotListRequest")
- proto.RegisterType((*IotListReply)(nil), "v1.IotListReply")
- proto.RegisterType((*IotTypeListRequest)(nil), "v1.IotTypeListRequest")
- proto.RegisterType((*IotTypeListItem)(nil), "v1.IotTypeListItem")
- proto.RegisterType((*IotTypeListReply)(nil), "v1.IotTypeListReply")
- proto.RegisterType((*IotLastRequest)(nil), "v1.IotLastRequest")
- proto.RegisterType((*IotDataItem)(nil), "v1.IotDataItem")
- proto.RegisterType((*IotLastReply)(nil), "v1.IotLastReply")
- }
- func init() {
- proto.RegisterFile("tower.proto", fileDescriptor_5b241158bb9fd8af)
- }
- var fileDescriptor_5b241158bb9fd8af = []byte{
- // 695 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x55, 0xcd, 0x4f, 0xdb, 0x4e,
- 0x10, 0x95, 0x6d, 0x12, 0x92, 0xcd, 0x4f, 0x80, 0xfc, 0x43, 0xd4, 0x2a, 0x42, 0x45, 0x46, 0x55,
- 0xb9, 0x00, 0xa2, 0x1c, 0x7b, 0xeb, 0x87, 0xda, 0xa8, 0xb4, 0x07, 0x83, 0xd4, 0xaf, 0x43, 0xba,
- 0x89, 0x87, 0xb0, 0x6d, 0xb2, 0xeb, 0xda, 0x93, 0xa4, 0xe6, 0xd6, 0x43, 0x2f, 0xed, 0xbf, 0xd2,
- 0x3f, 0xb2, 0x9a, 0xd9, 0x35, 0xf9, 0x80, 0x48, 0xf4, 0xc4, 0xcc, 0x9b, 0x65, 0x67, 0xde, 0x7b,
- 0xb3, 0x8e, 0x68, 0xa1, 0x99, 0x40, 0x7e, 0x98, 0xe5, 0x06, 0x4d, 0xe8, 0x8f, 0x8f, 0xe3, 0x5f,
- 0xbe, 0xd8, 0x38, 0x27, 0xec, 0x8d, 0xd1, 0x0a, 0x4d, 0xfe, 0x5c, 0xa2, 0x0c, 0x43, 0xb1, 0x92,
- 0x4a, 0x84, 0xc8, 0xdb, 0xf5, 0xf6, 0x9b, 0x09, 0xc7, 0xe1, 0xb6, 0x68, 0x76, 0x65, 0xef, 0x6b,
- 0x07, 0x47, 0xb9, 0x8e, 0xfc, 0x5d, 0x6f, 0xdf, 0x4b, 0x1a, 0x04, 0x9c, 0x8f, 0x72, 0x1d, 0x6e,
- 0x8a, 0x5a, 0xd1, 0x33, 0x19, 0x44, 0x01, 0x17, 0x6c, 0x42, 0xe8, 0xa5, 0xea, 0x5f, 0x62, 0xb4,
- 0x62, 0x51, 0x4e, 0xc2, 0x2d, 0x51, 0x9f, 0x00, 0xc3, 0x35, 0x86, 0x5d, 0x46, 0xf8, 0xd0, 0x0c,
- 0x41, 0x63, 0x54, 0xe7, 0xb6, 0x2e, 0x0b, 0x23, 0xb1, 0xda, 0x95, 0x88, 0x90, 0x97, 0xd1, 0x2a,
- 0x17, 0xaa, 0x34, 0xdc, 0x11, 0x62, 0xa2, 0x74, 0xda, 0x29, 0x32, 0x80, 0x34, 0x6a, 0xf0, 0x6d,
- 0x4d, 0x42, 0xce, 0x08, 0x08, 0xef, 0x89, 0x55, 0xa9, 0xfb, 0x03, 0xe8, 0x7c, 0x8f, 0x9a, 0xb6,
- 0x13, 0xa7, 0xef, 0xa7, 0x85, 0x32, 0x12, 0x33, 0x85, 0x0f, 0x71, 0x57, 0xec, 0x9c, 0x4a, 0x84,
- 0x02, 0x17, 0x15, 0x49, 0xe0, 0xdb, 0x08, 0x0a, 0x0c, 0xd7, 0x84, 0x5f, 0x68, 0x27, 0x8b, 0x5f,
- 0x68, 0x12, 0x0a, 0xcb, 0x0c, 0x58, 0x8f, 0x5a, 0xc2, 0x31, 0x4d, 0x95, 0xe5, 0xe6, 0x0b, 0xf4,
- 0xb0, 0xa3, 0x52, 0x16, 0x24, 0x48, 0x9a, 0x0e, 0x69, 0xa7, 0xf1, 0x4b, 0xb1, 0xbd, 0xac, 0x47,
- 0x36, 0x28, 0xc3, 0x7d, 0x96, 0x5e, 0x72, 0x8f, 0xd6, 0xe3, 0xcd, 0xc3, 0xf1, 0xf1, 0xe1, 0x8d,
- 0x83, 0x7c, 0x22, 0xfe, 0xe9, 0x89, 0xfb, 0xb3, 0xa5, 0x57, 0xaa, 0x40, 0x93, 0x97, 0xcb, 0x46,
- 0x25, 0x8b, 0x50, 0xe6, 0xc8, 0xb3, 0x06, 0x89, 0x4d, 0xc2, 0x0d, 0x11, 0x80, 0xae, 0xa6, 0xa4,
- 0x90, 0x28, 0x65, 0xb2, 0x0f, 0xec, 0x59, 0x2d, 0xe1, 0x98, 0xbc, 0xa7, 0xbf, 0x9d, 0x42, 0x5d,
- 0x01, 0xbb, 0x56, 0x4b, 0x1a, 0x04, 0x9c, 0xa9, 0x2b, 0x88, 0x7f, 0x7b, 0x22, 0xba, 0x75, 0x0e,
- 0xa2, 0xb3, 0x29, 0x6a, 0x68, 0x50, 0x0e, 0x78, 0x90, 0x20, 0xb1, 0xc9, 0x75, 0x0f, 0x7f, 0x59,
- 0x8f, 0x60, 0xbe, 0x07, 0xa9, 0x32, 0x50, 0x05, 0x2d, 0x52, 0xb0, 0x5c, 0x15, 0x3a, 0x11, 0xbf,
- 0x13, 0xad, 0xb6, 0xc1, 0x53, 0x55, 0x60, 0x1b, 0x61, 0x48, 0x2a, 0xa8, 0xd4, 0x35, 0xf7, 0x55,
- 0xea, 0x54, 0xf1, 0x17, 0x54, 0xc1, 0xaa, 0xa3, 0x4d, 0x68, 0x3e, 0x2d, 0x87, 0x56, 0x83, 0x66,
- 0xc2, 0x71, 0xfc, 0xc3, 0x13, 0x6b, 0xee, 0xe6, 0x4a, 0xe2, 0x79, 0xa7, 0xbd, 0x05, 0xa7, 0xff,
- 0x9d, 0xe5, 0x03, 0xd1, 0x4a, 0x61, 0xac, 0x7a, 0xd0, 0xe9, 0x99, 0xb4, 0x72, 0x40, 0x58, 0xe8,
- 0x99, 0x49, 0x21, 0xfe, 0xe3, 0x89, 0xff, 0xae, 0x67, 0x20, 0x79, 0xb7, 0x44, 0xdd, 0xe8, 0x81,
- 0xd2, 0xe0, 0xba, 0xbb, 0x8c, 0xde, 0x8c, 0xb9, 0xb8, 0xe0, 0x82, 0xb5, 0xbb, 0x4a, 0xa7, 0x86,
- 0x04, 0xb7, 0x19, 0x72, 0x57, 0xd3, 0xc3, 0x3d, 0x67, 0x48, 0x9d, 0x0d, 0x59, 0x27, 0x43, 0x66,
- 0x64, 0x77, 0x5e, 0x9c, 0x88, 0xb0, 0x6d, 0xf0, 0xbc, 0xcc, 0xe0, 0xee, 0xaa, 0xc5, 0x9f, 0xc4,
- 0xfa, 0xcc, 0x3f, 0xdd, 0x6a, 0xe2, 0xb6, 0x68, 0xd2, 0x4b, 0xb3, 0x2a, 0x59, 0x75, 0x1b, 0x04,
- 0x90, 0x46, 0xd7, 0x45, 0x36, 0x30, 0x60, 0x03, 0xb9, 0xf8, 0x96, 0x4c, 0x7c, 0x22, 0x36, 0xe6,
- 0x26, 0x22, 0x0d, 0x1f, 0x39, 0x2a, 0x1e, 0x53, 0xf9, 0xdf, 0x51, 0x99, 0x1d, 0xc0, 0xd1, 0xf9,
- 0x6c, 0x17, 0x40, 0x4e, 0xa9, 0x2c, 0xbe, 0xb1, 0x79, 0x6a, 0xfe, 0xe2, 0x42, 0x2c, 0xf8, 0x1b,
- 0xdc, 0xf0, 0xf7, 0x35, 0x2f, 0x2f, 0x6d, 0x33, 0xf3, 0xae, 0xd6, 0xd0, 0x9b, 0xae, 0x21, 0xf9,
- 0x37, 0x96, 0x83, 0x11, 0xb8, 0x1d, 0xb6, 0x09, 0x9d, 0x1c, 0x69, 0x85, 0x8e, 0x2f, 0xc7, 0xf1,
- 0x0b, 0xbb, 0x2b, 0xb2, 0xe2, 0xb9, 0x37, 0xc7, 0xb3, 0xb2, 0xac, 0x6a, 0x66, 0x39, 0xd2, 0xf7,
- 0x20, 0x53, 0x3d, 0x77, 0x39, 0x85, 0x4f, 0x1f, 0x7e, 0xdc, 0x2b, 0x86, 0x32, 0xc7, 0x83, 0x42,
- 0x21, 0x1c, 0x0c, 0xa5, 0x96, 0x7d, 0xa0, 0xef, 0xf2, 0x41, 0x5f, 0x22, 0x4c, 0x64, 0x79, 0x94,
- 0x75, 0x8f, 0xc6, 0xc7, 0xdd, 0x3a, 0xff, 0xa4, 0x9c, 0xfc, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xc8,
- 0xee, 0xb0, 0xa9, 0x61, 0x06, 0x00, 0x00,
- }
|