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 ¶
- Variables
- type Antenna
- type DeployedReceiver
- func (*DeployedReceiver) Descriptor() ([]byte, []int)deprecated
- func (x *DeployedReceiver) GetReceiver() *Receiver
- func (x *DeployedReceiver) GetSpan() *Span
- func (*DeployedReceiver) ProtoMessage()
- func (x *DeployedReceiver) ProtoReflect() protoreflect.Message
- func (x *DeployedReceiver) Reset()
- func (x *DeployedReceiver) String() string
- type Distribution
- type Download
- func (*Download) Descriptor() ([]byte, []int)deprecated
- func (x *Download) GetPriority() int64
- func (x *Download) GetRate() int64
- func (x *Download) GetThirdParty() bool
- func (*Download) ProtoMessage()
- func (x *Download) ProtoReflect() protoreflect.Message
- func (x *Download) Reset()
- func (x *Download) String() string
- type Firmware
- type InstalledAntenna
- func (*InstalledAntenna) Descriptor() ([]byte, []int)deprecated
- func (x *InstalledAntenna) GetAntenna() *Antenna
- func (x *InstalledAntenna) GetOffset() *Offset
- func (x *InstalledAntenna) GetSpan() *Span
- func (*InstalledAntenna) ProtoMessage()
- func (x *InstalledAntenna) ProtoReflect() protoreflect.Message
- func (x *InstalledAntenna) Reset()
- func (x *InstalledAntenna) String() string
- type InstalledRadome
- func (*InstalledRadome) Descriptor() ([]byte, []int)deprecated
- func (x *InstalledRadome) GetRadome() *Radome
- func (x *InstalledRadome) GetSpan() *Span
- func (*InstalledRadome) ProtoMessage()
- func (x *InstalledRadome) ProtoReflect() protoreflect.Message
- func (x *InstalledRadome) Reset()
- func (x *InstalledRadome) String() string
- type Mark
- func (*Mark) Descriptor() ([]byte, []int)deprecated
- func (x *Mark) GetCode() string
- func (x *Mark) GetComment() string
- func (x *Mark) GetDeployedReceiver() []*DeployedReceiver
- func (x *Mark) GetDistribution() *Distribution
- func (x *Mark) GetDomesNumber() string
- func (x *Mark) GetDownload() *Download
- func (x *Mark) GetInstalledAntenna() []*InstalledAntenna
- func (x *Mark) GetInstalledRadome() []*InstalledRadome
- func (x *Mark) GetPoint() *Point
- func (x *Mark) GetSpan() *Span
- func (*Mark) ProtoMessage()
- func (x *Mark) ProtoReflect() protoreflect.Message
- func (x *Mark) Reset()
- func (x *Mark) String() string
- type Marks
- type MarksPriority
- type Offset
- func (*Offset) Descriptor() ([]byte, []int)deprecated
- func (x *Offset) GetEast() float64
- func (x *Offset) GetNorth() float64
- func (x *Offset) GetVertical() float64
- func (*Offset) ProtoMessage()
- func (x *Offset) ProtoReflect() protoreflect.Message
- func (x *Offset) Reset()
- func (x *Offset) String() string
- type Point
- func (*Point) Descriptor() ([]byte, []int)deprecated
- func (x *Point) GetElevation() float64
- func (x *Point) GetLatitude() float64
- func (x *Point) GetLongitude() float64
- func (*Point) ProtoMessage()
- func (x *Point) ProtoReflect() protoreflect.Message
- func (x *Point) Reset()
- func (x *Point) String() string
- type Radome
- type Receiver
- func (*Receiver) Descriptor() ([]byte, []int)deprecated
- func (x *Receiver) GetFirmware() []*Firmware
- func (x *Receiver) GetModel() string
- func (x *Receiver) GetSerialNumber() string
- func (*Receiver) ProtoMessage()
- func (x *Receiver) ProtoReflect() protoreflect.Message
- func (x *Receiver) Reset()
- func (x *Receiver) String() string
- type Span
Constants ¶
This section is empty.
Variables ¶
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) GetSerialNumber ¶
func (*Antenna) ProtoMessage ¶
func (*Antenna) ProtoMessage()
func (*Antenna) ProtoReflect ¶
func (x *Antenna) ProtoReflect() protoreflect.Message
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) GetPriority ¶
func (*Download) GetThirdParty ¶
func (*Download) ProtoMessage ¶
func (*Download) ProtoMessage()
func (*Download) ProtoReflect ¶
func (x *Download) ProtoReflect() protoreflect.Message
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) GetVersion ¶
func (*Firmware) ProtoMessage ¶
func (*Firmware) ProtoMessage()
func (*Firmware) ProtoReflect ¶
func (x *Firmware) ProtoReflect() protoreflect.Message
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) GetComment ¶
func (*Mark) GetDeployedReceiver ¶
func (x *Mark) GetDeployedReceiver() []*DeployedReceiver
func (*Mark) GetDistribution ¶
func (x *Mark) GetDistribution() *Distribution
func (*Mark) GetDomesNumber ¶
func (*Mark) GetDownload ¶
func (*Mark) GetInstalledAntenna ¶
func (x *Mark) GetInstalledAntenna() []*InstalledAntenna
func (*Mark) GetInstalledRadome ¶
func (x *Mark) GetInstalledRadome() []*InstalledRadome
func (*Mark) ProtoMessage ¶
func (*Mark) ProtoMessage()
func (*Mark) ProtoReflect ¶
func (x *Mark) ProtoReflect() protoreflect.Message
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) ProtoMessage ¶
func (*Marks) ProtoMessage()
func (*Marks) ProtoReflect ¶
func (x *Marks) ProtoReflect() protoreflect.Message
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) GetVertical ¶
func (*Offset) ProtoMessage ¶
func (*Offset) ProtoMessage()
func (*Offset) ProtoReflect ¶
func (x *Offset) ProtoReflect() protoreflect.Message
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) GetElevation ¶
func (*Point) GetLatitude ¶
func (*Point) GetLongitude ¶
func (*Point) ProtoMessage ¶
func (*Point) ProtoMessage()
func (*Point) ProtoReflect ¶
func (x *Point) ProtoReflect() protoreflect.Message
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) ProtoMessage ¶
func (*Radome) ProtoMessage()
func (*Radome) ProtoReflect ¶
func (x *Radome) ProtoReflect() protoreflect.Message
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) GetFirmware ¶
func (*Receiver) GetSerialNumber ¶
func (*Receiver) ProtoMessage ¶
func (*Receiver) ProtoMessage()
func (*Receiver) ProtoReflect ¶
func (x *Receiver) ProtoReflect() protoreflect.Message
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) ProtoMessage ¶
func (*Span) ProtoMessage()
func (*Span) ProtoReflect ¶
func (x *Span) ProtoReflect() protoreflect.Message