gloria_pb

package
v0.0.0-...-f59f70c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2024 License: MIT Imports: 4 Imported by: 1

Documentation

Overview

gloria_pb is generated from the protobuf specification at https://github.com/GeoNet/delta/tree/master/protobuf/gloria With delta checked out it can be generated using protoc --proto_path=../delta/protobuf/gloria --go_out=internal/gloria_pb ../delta/protobuf/gloria/gloria.proto

Index

Constants

This section is empty.

Variables

View Source
var File_gloria_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Antenna

type Antenna struct {

	// The antenna model TRM57971.00
	// teqc param: -O.at[1]
	Model string `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"`
	// The antenna serial number e.g., 1441031450
	// teqc param: -O.an
	SerialNumber string `protobuf:"bytes,2,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"`
	// contains filtered or unexported fields
}

A GNSS antenna

func (*Antenna) Descriptor deprecated

func (*Antenna) Descriptor() ([]byte, []int)

Deprecated: Use Antenna.ProtoReflect.Descriptor instead.

func (*Antenna) GetModel

func (x *Antenna) GetModel() string

func (*Antenna) GetSerialNumber

func (x *Antenna) GetSerialNumber() string

func (*Antenna) ProtoMessage

func (*Antenna) ProtoMessage()

func (*Antenna) ProtoReflect

func (x *Antenna) ProtoReflect() protoreflect.Message

func (*Antenna) Reset

func (x *Antenna) Reset()

func (*Antenna) String

func (x *Antenna) String() string

type DeployedReceiver

type DeployedReceiver struct {
	Receiver *Receiver `protobuf:"bytes,1,opt,name=receiver,proto3" json:"receiver,omitempty"`
	Span     *Span     `protobuf:"bytes,2,opt,name=span,proto3" json:"span,omitempty"`
	// contains filtered or unexported fields
}

func (*DeployedReceiver) Descriptor deprecated

func (*DeployedReceiver) Descriptor() ([]byte, []int)

Deprecated: Use DeployedReceiver.ProtoReflect.Descriptor instead.

func (*DeployedReceiver) GetReceiver

func (x *DeployedReceiver) GetReceiver() *Receiver

func (*DeployedReceiver) GetSpan

func (x *DeployedReceiver) GetSpan() *Span

func (*DeployedReceiver) ProtoMessage

func (*DeployedReceiver) ProtoMessage()

func (*DeployedReceiver) ProtoReflect

func (x *DeployedReceiver) ProtoReflect() protoreflect.Message

func (*DeployedReceiver) Reset

func (x *DeployedReceiver) Reset()

func (*DeployedReceiver) String

func (x *DeployedReceiver) String() string

type Distribution

type Distribution struct {

	// Set true if data should be sent to the IGS
	Igs bool `protobuf:"varint,1,opt,name=igs,proto3" json:"igs,omitempty"`
	// Set true if this site belongs to LINZ
	Linz bool `protobuf:"varint,2,opt,name=linz,proto3" json:"linz,omitempty"`
	// contains filtered or unexported fields
}

func (*Distribution) Descriptor deprecated

func (*Distribution) Descriptor() ([]byte, []int)

Deprecated: Use Distribution.ProtoReflect.Descriptor instead.

func (*Distribution) GetIgs

func (x *Distribution) GetIgs() bool

func (*Distribution) GetLinz

func (x *Distribution) GetLinz() bool

func (*Distribution) ProtoMessage

func (*Distribution) ProtoMessage()

func (*Distribution) ProtoReflect

func (x *Distribution) ProtoReflect() protoreflect.Message

func (*Distribution) Reset

func (x *Distribution) Reset()

func (*Distribution) String

func (x *Distribution) String() string

type Download

type Download struct {

	// The download priority, 0 for lowest, higher numbers for higher priority.
	Priority int64 `protobuf:"varint,1,opt,name=priority,proto3" json:"priority,omitempty"`
	// Download rate limit in KBytes/sec. 0 = no limit.
	Rate int64 `protobuf:"varint,2,opt,name=rate,proto3" json:"rate,omitempty"`
	// Whether or not the site is a third party site
	ThirdParty bool `protobuf:"varint,3,opt,name=third_party,json=thirdParty,proto3" json:"third_party,omitempty"`
	// contains filtered or unexported fields
}

func (*Download) Descriptor deprecated

func (*Download) Descriptor() ([]byte, []int)

Deprecated: Use Download.ProtoReflect.Descriptor instead.

func (*Download) GetPriority

func (x *Download) GetPriority() int64

func (*Download) GetRate

func (x *Download) GetRate() int64

func (*Download) GetThirdParty

func (x *Download) GetThirdParty() bool

func (*Download) ProtoMessage

func (*Download) ProtoMessage()

func (*Download) ProtoReflect

func (x *Download) ProtoReflect() protoreflect.Message

func (*Download) Reset

func (x *Download) Reset()

func (*Download) String

func (x *Download) String() string

type Firmware

type Firmware struct {

	// The firmware version e.g., 5.15
	// teqc param: -O.rv
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Span    *Span  `protobuf:"bytes,2,opt,name=span,proto3" json:"span,omitempty"`
	// contains filtered or unexported fields
}

Firmware versions

func (*Firmware) Descriptor deprecated

func (*Firmware) Descriptor() ([]byte, []int)

Deprecated: Use Firmware.ProtoReflect.Descriptor instead.

func (*Firmware) GetSpan

func (x *Firmware) GetSpan() *Span

func (*Firmware) GetVersion

func (x *Firmware) GetVersion() string

func (*Firmware) ProtoMessage

func (*Firmware) ProtoMessage()

func (*Firmware) ProtoReflect

func (x *Firmware) ProtoReflect() protoreflect.Message

func (*Firmware) Reset

func (x *Firmware) Reset()

func (*Firmware) String

func (x *Firmware) String() string

type InstalledAntenna

type InstalledAntenna struct {
	Antenna *Antenna `protobuf:"bytes,1,opt,name=antenna,proto3" json:"antenna,omitempty"`
	Offset  *Offset  `protobuf:"bytes,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Span    *Span    `protobuf:"bytes,3,opt,name=span,proto3" json:"span,omitempty"`
	// contains filtered or unexported fields
}

func (*InstalledAntenna) Descriptor deprecated

func (*InstalledAntenna) Descriptor() ([]byte, []int)

Deprecated: Use InstalledAntenna.ProtoReflect.Descriptor instead.

func (*InstalledAntenna) GetAntenna

func (x *InstalledAntenna) GetAntenna() *Antenna

func (*InstalledAntenna) GetOffset

func (x *InstalledAntenna) GetOffset() *Offset

func (*InstalledAntenna) GetSpan

func (x *InstalledAntenna) GetSpan() *Span

func (*InstalledAntenna) ProtoMessage

func (*InstalledAntenna) ProtoMessage()

func (*InstalledAntenna) ProtoReflect

func (x *InstalledAntenna) ProtoReflect() protoreflect.Message

func (*InstalledAntenna) Reset

func (x *InstalledAntenna) Reset()

func (*InstalledAntenna) String

func (x *InstalledAntenna) String() string

type InstalledRadome

type InstalledRadome struct {
	Radome *Radome `protobuf:"bytes,1,opt,name=radome,proto3" json:"radome,omitempty"`
	Span   *Span   `protobuf:"bytes,2,opt,name=span,proto3" json:"span,omitempty"`
	// contains filtered or unexported fields
}

func (*InstalledRadome) Descriptor deprecated

func (*InstalledRadome) Descriptor() ([]byte, []int)

Deprecated: Use InstalledRadome.ProtoReflect.Descriptor instead.

func (*InstalledRadome) GetRadome

func (x *InstalledRadome) GetRadome() *Radome

func (*InstalledRadome) GetSpan

func (x *InstalledRadome) GetSpan() *Span

func (*InstalledRadome) ProtoMessage

func (*InstalledRadome) ProtoMessage()

func (*InstalledRadome) ProtoReflect

func (x *InstalledRadome) ProtoReflect() protoreflect.Message

func (*InstalledRadome) Reset

func (x *InstalledRadome) Reset()

func (*InstalledRadome) String

func (x *InstalledRadome) String() string

type Mark

type Mark struct {

	// Code used to uniquely identify the GNSS Mark e.g. TAUP
	// teqc param: -O.mo
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// ITRF DOMES number e.g., 50217M001
	// teqc param: -O.mn
	DomesNumber      string              `protobuf:"bytes,2,opt,name=domes_number,json=domesNumber,proto3" json:"domes_number,omitempty"`
	Point            *Point              `protobuf:"bytes,3,opt,name=point,proto3" json:"point,omitempty"`
	DeployedReceiver []*DeployedReceiver `protobuf:"bytes,4,rep,name=deployed_receiver,json=deployedReceiver,proto3" json:"deployed_receiver,omitempty"`
	InstalledAntenna []*InstalledAntenna `protobuf:"bytes,5,rep,name=installed_antenna,json=installedAntenna,proto3" json:"installed_antenna,omitempty"`
	InstalledRadome  []*InstalledRadome  `protobuf:"bytes,6,rep,name=installed_radome,json=installedRadome,proto3" json:"installed_radome,omitempty"`
	Comment          string              `protobuf:"bytes,7,opt,name=comment,proto3" json:"comment,omitempty"`
	Download         *Download           `protobuf:"bytes,8,opt,name=download,proto3" json:"download,omitempty"`
	Distribution     *Distribution       `protobuf:"bytes,9,opt,name=distribution,proto3" json:"distribution,omitempty"`
	Span             *Span               `protobuf:"bytes,10,opt,name=span,proto3" json:"span,omitempty"`
	// contains filtered or unexported fields
}

A GNSS Mark.

func (*Mark) Descriptor deprecated

func (*Mark) Descriptor() ([]byte, []int)

Deprecated: Use Mark.ProtoReflect.Descriptor instead.

func (*Mark) GetCode

func (x *Mark) GetCode() string

func (*Mark) GetComment

func (x *Mark) GetComment() string

func (*Mark) GetDeployedReceiver

func (x *Mark) GetDeployedReceiver() []*DeployedReceiver

func (*Mark) GetDistribution

func (x *Mark) GetDistribution() *Distribution

func (*Mark) GetDomesNumber

func (x *Mark) GetDomesNumber() string

func (*Mark) GetDownload

func (x *Mark) GetDownload() *Download

func (*Mark) GetInstalledAntenna

func (x *Mark) GetInstalledAntenna() []*InstalledAntenna

func (*Mark) GetInstalledRadome

func (x *Mark) GetInstalledRadome() []*InstalledRadome

func (*Mark) GetPoint

func (x *Mark) GetPoint() *Point

func (*Mark) GetSpan

func (x *Mark) GetSpan() *Span

func (*Mark) ProtoMessage

func (*Mark) ProtoMessage()

func (*Mark) ProtoReflect

func (x *Mark) ProtoReflect() protoreflect.Message

func (*Mark) Reset

func (x *Mark) Reset()

func (*Mark) String

func (x *Mark) String() string

type Marks

type Marks struct {
	Marks map[string]*Mark `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

All GNSS Marks. Use Mark.Code for the map key.

func (*Marks) Descriptor deprecated

func (*Marks) Descriptor() ([]byte, []int)

Deprecated: Use Marks.ProtoReflect.Descriptor instead.

func (*Marks) GetMarks

func (x *Marks) GetMarks() map[string]*Mark

func (*Marks) ProtoMessage

func (*Marks) ProtoMessage()

func (*Marks) ProtoReflect

func (x *Marks) ProtoReflect() protoreflect.Message

func (*Marks) Reset

func (x *Marks) Reset()

func (*Marks) String

func (x *Marks) String() string

type MarksPriority

type MarksPriority []*Mark

func (MarksPriority) Len

func (m MarksPriority) Len() int

func (MarksPriority) Less

func (m MarksPriority) Less(i, j int) bool

func (MarksPriority) Swap

func (m MarksPriority) Swap(i, j int)

type Offset

type Offset struct {

	// The vertical offset in m e.g., 0.0550
	// teqc param: -O.pe[1]
	Vertical float64 `protobuf:"fixed64,1,opt,name=vertical,proto3" json:"vertical,omitempty"`
	// The offset north in m e.g., 0.0
	// teqc param: -O.pe[2]
	North float64 `protobuf:"fixed64,2,opt,name=north,proto3" json:"north,omitempty"`
	// The offset east in m e.g., 0.0
	// teqc param: -O.pe[3]
	East float64 `protobuf:"fixed64,3,opt,name=east,proto3" json:"east,omitempty"`
	// contains filtered or unexported fields
}

Offset for an installed antenna

func (*Offset) Descriptor deprecated

func (*Offset) Descriptor() ([]byte, []int)

Deprecated: Use Offset.ProtoReflect.Descriptor instead.

func (*Offset) GetEast

func (x *Offset) GetEast() float64

func (*Offset) GetNorth

func (x *Offset) GetNorth() float64

func (*Offset) GetVertical

func (x *Offset) GetVertical() float64

func (*Offset) ProtoMessage

func (*Offset) ProtoMessage()

func (*Offset) ProtoReflect

func (x *Offset) ProtoReflect() protoreflect.Message

func (*Offset) Reset

func (x *Offset) Reset()

func (*Offset) String

func (x *Offset) String() string

type Point

type Point struct {

	// Latitude - geographical latitude of the point for the given datum.
	// teqc param: -O.pg[1]
	Latitude float64 `protobuf:"fixed64,1,opt,name=latitude,proto3" json:"latitude,omitempty"`
	// Longitude - geographical longitude of the point for the given datum.
	// teqc param: -O.pg[2]
	Longitude float64 `protobuf:"fixed64,2,opt,name=longitude,proto3" json:"longitude,omitempty"`
	// Elevation - Height in meters of the point for the given datum.
	// teqc param: -O.pg[3]
	Elevation float64 `protobuf:"fixed64,3,opt,name=elevation,proto3" json:"elevation,omitempty"`
	// contains filtered or unexported fields
}

A geographical point on NZGD2000

func (*Point) Descriptor deprecated

func (*Point) Descriptor() ([]byte, []int)

Deprecated: Use Point.ProtoReflect.Descriptor instead.

func (*Point) GetElevation

func (x *Point) GetElevation() float64

func (*Point) GetLatitude

func (x *Point) GetLatitude() float64

func (*Point) GetLongitude

func (x *Point) GetLongitude() float64

func (*Point) ProtoMessage

func (*Point) ProtoMessage()

func (*Point) ProtoReflect

func (x *Point) ProtoReflect() protoreflect.Message

func (*Point) Reset

func (x *Point) Reset()

func (*Point) String

func (x *Point) String() string

type Radome

type Radome struct {

	// The radome model
	// teqc param: -O.at[2]
	Model string `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"`
	// contains filtered or unexported fields
}

An antenna radome

func (*Radome) Descriptor deprecated

func (*Radome) Descriptor() ([]byte, []int)

Deprecated: Use Radome.ProtoReflect.Descriptor instead.

func (*Radome) GetModel

func (x *Radome) GetModel() string

func (*Radome) ProtoMessage

func (*Radome) ProtoMessage()

func (*Radome) ProtoReflect

func (x *Radome) ProtoReflect() protoreflect.Message

func (*Radome) Reset

func (x *Radome) Reset()

func (*Radome) String

func (x *Radome) String() string

type Receiver

type Receiver struct {

	// The receiver model e.g., TRIMBLE NETR9
	// teqc param: -O.rt
	Model string `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"`
	// The receiver serial number e.g., 5033K69574
	// teqc param: -O.rn
	SerialNumber string      `protobuf:"bytes,2,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"`
	Firmware     []*Firmware `protobuf:"bytes,3,rep,name=firmware,proto3" json:"firmware,omitempty"`
	// contains filtered or unexported fields
}

A GNSS receiver.

func (*Receiver) Descriptor deprecated

func (*Receiver) Descriptor() ([]byte, []int)

Deprecated: Use Receiver.ProtoReflect.Descriptor instead.

func (*Receiver) GetFirmware

func (x *Receiver) GetFirmware() []*Firmware

func (*Receiver) GetModel

func (x *Receiver) GetModel() string

func (*Receiver) GetSerialNumber

func (x *Receiver) GetSerialNumber() string

func (*Receiver) ProtoMessage

func (*Receiver) ProtoMessage()

func (*Receiver) ProtoReflect

func (x *Receiver) ProtoReflect() protoreflect.Message

func (*Receiver) Reset

func (x *Receiver) Reset()

func (*Receiver) String

func (x *Receiver) String() string

type Span

type Span struct {

	// Start - time in Unix seconds.
	Start int64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	// End - time in Unix seconds.  A future date of 9999-01-01T00:00:00Z is used to indicate still open.
	End int64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

A time span that has a start and and end.

func (*Span) Descriptor deprecated

func (*Span) Descriptor() ([]byte, []int)

Deprecated: Use Span.ProtoReflect.Descriptor instead.

func (*Span) GetEnd

func (x *Span) GetEnd() int64

func (*Span) GetStart

func (x *Span) GetStart() int64

func (*Span) ProtoMessage

func (*Span) ProtoMessage()

func (*Span) ProtoReflect

func (x *Span) ProtoReflect() protoreflect.Message

func (*Span) Reset

func (x *Span) Reset()

func (*Span) String

func (x *Span) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL