satsvc

package
v0.0.0-...-19c807f Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterPredictionServer

func RegisterPredictionServer(s *grpc.Server, srv PredictionServer)

Types

type CategoriesResponse

type CategoriesResponse struct {
	Categories           []*Category `protobuf:"bytes,1,rep,name=categories,proto3" json:"categories,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CategoriesResponse) Descriptor

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

func (*CategoriesResponse) GetCategories

func (m *CategoriesResponse) GetCategories() []*Category

func (*CategoriesResponse) ProtoMessage

func (*CategoriesResponse) ProtoMessage()

func (*CategoriesResponse) Reset

func (m *CategoriesResponse) Reset()

func (*CategoriesResponse) String

func (m *CategoriesResponse) String() string

func (*CategoriesResponse) XXX_DiscardUnknown

func (m *CategoriesResponse) XXX_DiscardUnknown()

func (*CategoriesResponse) XXX_Marshal

func (m *CategoriesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CategoriesResponse) XXX_Merge

func (dst *CategoriesResponse) XXX_Merge(src proto.Message)

func (*CategoriesResponse) XXX_Size

func (m *CategoriesResponse) XXX_Size() int

func (*CategoriesResponse) XXX_Unmarshal

func (m *CategoriesResponse) XXX_Unmarshal(b []byte) error

type Category

type Category struct {
	Id                   int32    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Sats                 []int32  `protobuf:"varint,3,rep,packed,name=sats,proto3" json:"sats,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Category) Descriptor

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

func (*Category) GetId

func (m *Category) GetId() int32

func (*Category) GetName

func (m *Category) GetName() string

func (*Category) GetSats

func (m *Category) GetSats() []int32

func (*Category) ProtoMessage

func (*Category) ProtoMessage()

func (*Category) Reset

func (m *Category) Reset()

func (*Category) String

func (m *Category) String() string

func (*Category) XXX_DiscardUnknown

func (m *Category) XXX_DiscardUnknown()

func (*Category) XXX_Marshal

func (m *Category) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Category) XXX_Merge

func (dst *Category) XXX_Merge(src proto.Message)

func (*Category) XXX_Size

func (m *Category) XXX_Size() int

func (*Category) XXX_Unmarshal

func (m *Category) XXX_Unmarshal(b []byte) error

type GenLocations

type GenLocations struct {
	NoradNumber          int32       `protobuf:"varint,1,opt,name=norad_number,json=noradNumber,proto3" json:"norad_number,omitempty"`
	Location             []*Location `protobuf:"bytes,2,rep,name=location,proto3" json:"location,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GenLocations) Descriptor

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

func (*GenLocations) GetLocation

func (m *GenLocations) GetLocation() []*Location

func (*GenLocations) GetNoradNumber

func (m *GenLocations) GetNoradNumber() int32

func (*GenLocations) ProtoMessage

func (*GenLocations) ProtoMessage()

func (*GenLocations) Reset

func (m *GenLocations) Reset()

func (*GenLocations) String

func (m *GenLocations) String() string

func (*GenLocations) XXX_DiscardUnknown

func (m *GenLocations) XXX_DiscardUnknown()

func (*GenLocations) XXX_Marshal

func (m *GenLocations) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenLocations) XXX_Merge

func (dst *GenLocations) XXX_Merge(src proto.Message)

func (*GenLocations) XXX_Size

func (m *GenLocations) XXX_Size() int

func (*GenLocations) XXX_Unmarshal

func (m *GenLocations) XXX_Unmarshal(b []byte) error

type GenLocationsRequest

type GenLocationsRequest struct {
	NoradNumbers         []int32              `protobuf:"varint,1,rep,packed,name=norad_numbers,json=noradNumbers,proto3" json:"norad_numbers,omitempty"`
	Category             int32                `protobuf:"varint,2,opt,name=category,proto3" json:"category,omitempty"`
	StartTime            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	StopTime             *timestamp.Timestamp `protobuf:"bytes,4,opt,name=stop_time,json=stopTime,proto3" json:"stop_time,omitempty"`
	StepSeconds          int32                `protobuf:"varint,5,opt,name=step_seconds,json=stepSeconds,proto3" json:"step_seconds,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GenLocationsRequest) Descriptor

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

func (*GenLocationsRequest) GetCategory

func (m *GenLocationsRequest) GetCategory() int32

func (*GenLocationsRequest) GetNoradNumbers

func (m *GenLocationsRequest) GetNoradNumbers() []int32

func (*GenLocationsRequest) GetStartTime

func (m *GenLocationsRequest) GetStartTime() *timestamp.Timestamp

func (*GenLocationsRequest) GetStepSeconds

func (m *GenLocationsRequest) GetStepSeconds() int32

func (*GenLocationsRequest) GetStopTime

func (m *GenLocationsRequest) GetStopTime() *timestamp.Timestamp

func (*GenLocationsRequest) ProtoMessage

func (*GenLocationsRequest) ProtoMessage()

func (*GenLocationsRequest) Reset

func (m *GenLocationsRequest) Reset()

func (*GenLocationsRequest) String

func (m *GenLocationsRequest) String() string

func (*GenLocationsRequest) XXX_DiscardUnknown

func (m *GenLocationsRequest) XXX_DiscardUnknown()

func (*GenLocationsRequest) XXX_Marshal

func (m *GenLocationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenLocationsRequest) XXX_Merge

func (dst *GenLocationsRequest) XXX_Merge(src proto.Message)

func (*GenLocationsRequest) XXX_Size

func (m *GenLocationsRequest) XXX_Size() int

func (*GenLocationsRequest) XXX_Unmarshal

func (m *GenLocationsRequest) XXX_Unmarshal(b []byte) error

type GenLocationsResponse

type GenLocationsResponse struct {
	Locations            []*GenLocations `protobuf:"bytes,1,rep,name=locations,proto3" json:"locations,omitempty"`
	StepSeconds          int32           `protobuf:"varint,2,opt,name=step_seconds,json=stepSeconds,proto3" json:"step_seconds,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GenLocationsResponse) Descriptor

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

func (*GenLocationsResponse) GetLocations

func (m *GenLocationsResponse) GetLocations() []*GenLocations

func (*GenLocationsResponse) GetStepSeconds

func (m *GenLocationsResponse) GetStepSeconds() int32

func (*GenLocationsResponse) ProtoMessage

func (*GenLocationsResponse) ProtoMessage()

func (*GenLocationsResponse) Reset

func (m *GenLocationsResponse) Reset()

func (*GenLocationsResponse) String

func (m *GenLocationsResponse) String() string

func (*GenLocationsResponse) XXX_DiscardUnknown

func (m *GenLocationsResponse) XXX_DiscardUnknown()

func (*GenLocationsResponse) XXX_Marshal

func (m *GenLocationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenLocationsResponse) XXX_Merge

func (dst *GenLocationsResponse) XXX_Merge(src proto.Message)

func (*GenLocationsResponse) XXX_Size

func (m *GenLocationsResponse) XXX_Size() int

func (*GenLocationsResponse) XXX_Unmarshal

func (m *GenLocationsResponse) XXX_Unmarshal(b []byte) error

type GenPassesRequest

type GenPassesRequest struct {
	NoradNumber          int32                `protobuf:"varint,1,opt,name=norad_number,json=noradNumber,proto3" json:"norad_number,omitempty"`
	ObserverLocation     *Location            `protobuf:"bytes,2,opt,name=observer_location,json=observerLocation,proto3" json:"observer_location,omitempty"`
	StartTime            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	StopTime             *timestamp.Timestamp `protobuf:"bytes,4,opt,name=stop_time,json=stopTime,proto3" json:"stop_time,omitempty"`
	StepSeconds          int32                `protobuf:"varint,5,opt,name=step_seconds,json=stepSeconds,proto3" json:"step_seconds,omitempty"`
	MinElevation         float64              `protobuf:"fixed64,6,opt,name=min_elevation,json=minElevation,proto3" json:"min_elevation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GenPassesRequest) Descriptor

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

func (*GenPassesRequest) GetMinElevation

func (m *GenPassesRequest) GetMinElevation() float64

func (*GenPassesRequest) GetNoradNumber

func (m *GenPassesRequest) GetNoradNumber() int32

func (*GenPassesRequest) GetObserverLocation

func (m *GenPassesRequest) GetObserverLocation() *Location

func (*GenPassesRequest) GetStartTime

func (m *GenPassesRequest) GetStartTime() *timestamp.Timestamp

func (*GenPassesRequest) GetStepSeconds

func (m *GenPassesRequest) GetStepSeconds() int32

func (*GenPassesRequest) GetStopTime

func (m *GenPassesRequest) GetStopTime() *timestamp.Timestamp

func (*GenPassesRequest) ProtoMessage

func (*GenPassesRequest) ProtoMessage()

func (*GenPassesRequest) Reset

func (m *GenPassesRequest) Reset()

func (*GenPassesRequest) String

func (m *GenPassesRequest) String() string

func (*GenPassesRequest) XXX_DiscardUnknown

func (m *GenPassesRequest) XXX_DiscardUnknown()

func (*GenPassesRequest) XXX_Marshal

func (m *GenPassesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenPassesRequest) XXX_Merge

func (dst *GenPassesRequest) XXX_Merge(src proto.Message)

func (*GenPassesRequest) XXX_Size

func (m *GenPassesRequest) XXX_Size() int

func (*GenPassesRequest) XXX_Unmarshal

func (m *GenPassesRequest) XXX_Unmarshal(b []byte) error

type Location

type Location struct {
	Latitude             float64  `protobuf:"fixed64,1,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude            float64  `protobuf:"fixed64,2,opt,name=longitude,proto3" json:"longitude,omitempty"`
	Altitude             float64  `protobuf:"fixed64,3,opt,name=altitude,proto3" json:"altitude,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Location) Descriptor

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

func (*Location) GetAltitude

func (m *Location) GetAltitude() float64

func (*Location) GetLatitude

func (m *Location) GetLatitude() float64

func (*Location) GetLongitude

func (m *Location) GetLongitude() float64

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) Reset

func (m *Location) Reset()

func (*Location) String

func (m *Location) String() string

func (*Location) XXX_DiscardUnknown

func (m *Location) XXX_DiscardUnknown()

func (*Location) XXX_Marshal

func (m *Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Location) XXX_Merge

func (dst *Location) XXX_Merge(src proto.Message)

func (*Location) XXX_Size

func (m *Location) XXX_Size() int

func (*Location) XXX_Unmarshal

func (m *Location) XXX_Unmarshal(b []byte) error

type Observation

type Observation struct {
	NoradNumber          int32     `protobuf:"varint,1,opt,name=norad_number,json=noradNumber,proto3" json:"norad_number,omitempty"`
	SatLocation          *Location `protobuf:"bytes,2,opt,name=sat_location,json=satLocation,proto3" json:"sat_location,omitempty"`
	Azimuth              float64   `protobuf:"fixed64,3,opt,name=azimuth,proto3" json:"azimuth,omitempty"`
	Elevation            float64   `protobuf:"fixed64,4,opt,name=elevation,proto3" json:"elevation,omitempty"`
	Range                float64   `protobuf:"fixed64,5,opt,name=range,proto3" json:"range,omitempty"`
	RangeRate            float64   `protobuf:"fixed64,6,opt,name=range_rate,json=rangeRate,proto3" json:"range_rate,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*Observation) Descriptor

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

func (*Observation) GetAzimuth

func (m *Observation) GetAzimuth() float64

func (*Observation) GetElevation

func (m *Observation) GetElevation() float64

func (*Observation) GetNoradNumber

func (m *Observation) GetNoradNumber() int32

func (*Observation) GetRange

func (m *Observation) GetRange() float64

func (*Observation) GetRangeRate

func (m *Observation) GetRangeRate() float64

func (*Observation) GetSatLocation

func (m *Observation) GetSatLocation() *Location

func (*Observation) ProtoMessage

func (*Observation) ProtoMessage()

func (*Observation) Reset

func (m *Observation) Reset()

func (*Observation) String

func (m *Observation) String() string

func (*Observation) XXX_DiscardUnknown

func (m *Observation) XXX_DiscardUnknown()

func (*Observation) XXX_Marshal

func (m *Observation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Observation) XXX_Merge

func (dst *Observation) XXX_Merge(src proto.Message)

func (*Observation) XXX_Size

func (m *Observation) XXX_Size() int

func (*Observation) XXX_Unmarshal

func (m *Observation) XXX_Unmarshal(b []byte) error

type Pass

type Pass struct {
	Aos                  *timestamp.Timestamp `protobuf:"bytes,1,opt,name=aos,proto3" json:"aos,omitempty"`
	Los                  *timestamp.Timestamp `protobuf:"bytes,2,opt,name=los,proto3" json:"los,omitempty"`
	AosAzimuth           float64              `protobuf:"fixed64,3,opt,name=aos_azimuth,json=aosAzimuth,proto3" json:"aos_azimuth,omitempty"`
	LosAzimuth           float64              `protobuf:"fixed64,4,opt,name=los_azimuth,json=losAzimuth,proto3" json:"los_azimuth,omitempty"`
	MaxElevation         float64              `protobuf:"fixed64,5,opt,name=max_elevation,json=maxElevation,proto3" json:"max_elevation,omitempty"`
	AosRangeRate         float64              `protobuf:"fixed64,6,opt,name=aos_range_rate,json=aosRangeRate,proto3" json:"aos_range_rate,omitempty"`
	LosRangeRate         float64              `protobuf:"fixed64,7,opt,name=los_range_rate,json=losRangeRate,proto3" json:"los_range_rate,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Pass) Descriptor

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

func (*Pass) GetAos

func (m *Pass) GetAos() *timestamp.Timestamp

func (*Pass) GetAosAzimuth

func (m *Pass) GetAosAzimuth() float64

func (*Pass) GetAosRangeRate

func (m *Pass) GetAosRangeRate() float64

func (*Pass) GetLos

func (m *Pass) GetLos() *timestamp.Timestamp

func (*Pass) GetLosAzimuth

func (m *Pass) GetLosAzimuth() float64

func (*Pass) GetLosRangeRate

func (m *Pass) GetLosRangeRate() float64

func (*Pass) GetMaxElevation

func (m *Pass) GetMaxElevation() float64

func (*Pass) ProtoMessage

func (*Pass) ProtoMessage()

func (*Pass) Reset

func (m *Pass) Reset()

func (*Pass) String

func (m *Pass) String() string

func (*Pass) XXX_DiscardUnknown

func (m *Pass) XXX_DiscardUnknown()

func (*Pass) XXX_Marshal

func (m *Pass) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pass) XXX_Merge

func (dst *Pass) XXX_Merge(src proto.Message)

func (*Pass) XXX_Size

func (m *Pass) XXX_Size() int

func (*Pass) XXX_Unmarshal

func (m *Pass) XXX_Unmarshal(b []byte) error

type Passes

type Passes struct {
	Passes               []*Pass  `protobuf:"bytes,1,rep,name=passes,proto3" json:"passes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Passes) Descriptor

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

func (*Passes) GetPasses

func (m *Passes) GetPasses() []*Pass

func (*Passes) ProtoMessage

func (*Passes) ProtoMessage()

func (*Passes) Reset

func (m *Passes) Reset()

func (*Passes) String

func (m *Passes) String() string

func (*Passes) XXX_DiscardUnknown

func (m *Passes) XXX_DiscardUnknown()

func (*Passes) XXX_Marshal

func (m *Passes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Passes) XXX_Merge

func (dst *Passes) XXX_Merge(src proto.Message)

func (*Passes) XXX_Size

func (m *Passes) XXX_Size() int

func (*Passes) XXX_Unmarshal

func (m *Passes) XXX_Unmarshal(b []byte) error

type PredictionClient

type PredictionClient interface {
	SatsInfos(ctx context.Context, in *SatsRequest, opts ...grpc.CallOption) (*SatsInfosResponse, error)
	SatsLocations(ctx context.Context, in *SatsRequest, opts ...grpc.CallOption) (Prediction_SatsLocationsClient, error)
	SatLocationFromObs(ctx context.Context, in *SatLocationFromObsRequest, opts ...grpc.CallOption) (Prediction_SatLocationFromObsClient, error)
	GenLocations(ctx context.Context, in *GenLocationsRequest, opts ...grpc.CallOption) (*GenLocationsResponse, error)
	GenPasses(ctx context.Context, in *GenPassesRequest, opts ...grpc.CallOption) (*Passes, error)
	Categories(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*CategoriesResponse, error)
}

PredictionClient is the client API for Prediction service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewPredictionClient

func NewPredictionClient(cc *grpc.ClientConn) PredictionClient

type PredictionServer

PredictionServer is the server API for Prediction service.

type Prediction_SatLocationFromObsClient

type Prediction_SatLocationFromObsClient interface {
	Recv() (*Observation, error)
	grpc.ClientStream
}

type Prediction_SatLocationFromObsServer

type Prediction_SatLocationFromObsServer interface {
	Send(*Observation) error
	grpc.ServerStream
}

type Prediction_SatsLocationsClient

type Prediction_SatsLocationsClient interface {
	Recv() (*SatsLocationsResponse, error)
	grpc.ClientStream
}

type Prediction_SatsLocationsServer

type Prediction_SatsLocationsServer interface {
	Send(*SatsLocationsResponse) error
	grpc.ServerStream
}

type SatInfos

type SatInfos struct {
	NoradNumber          int32                `protobuf:"varint,1,opt,name=norad_number,json=noradNumber,proto3" json:"norad_number,omitempty"`
	Name                 string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Tle1                 string               `protobuf:"bytes,3,opt,name=tle1,proto3" json:"tle1,omitempty"`
	Tle2                 string               `protobuf:"bytes,4,opt,name=tle2,proto3" json:"tle2,omitempty"`
	UpdateTime           *timestamp.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*SatInfos) Descriptor

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

func (*SatInfos) GetName

func (m *SatInfos) GetName() string

func (*SatInfos) GetNoradNumber

func (m *SatInfos) GetNoradNumber() int32

func (*SatInfos) GetTle1

func (m *SatInfos) GetTle1() string

func (*SatInfos) GetTle2

func (m *SatInfos) GetTle2() string

func (*SatInfos) GetUpdateTime

func (m *SatInfos) GetUpdateTime() *timestamp.Timestamp

func (*SatInfos) ProtoMessage

func (*SatInfos) ProtoMessage()

func (*SatInfos) Reset

func (m *SatInfos) Reset()

func (*SatInfos) String

func (m *SatInfos) String() string

func (*SatInfos) XXX_DiscardUnknown

func (m *SatInfos) XXX_DiscardUnknown()

func (*SatInfos) XXX_Marshal

func (m *SatInfos) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SatInfos) XXX_Merge

func (dst *SatInfos) XXX_Merge(src proto.Message)

func (*SatInfos) XXX_Size

func (m *SatInfos) XXX_Size() int

func (*SatInfos) XXX_Unmarshal

func (m *SatInfos) XXX_Unmarshal(b []byte) error

type SatLocation

type SatLocation struct {
	NoradNumber          int32    `protobuf:"varint,1,opt,name=norad_number,json=noradNumber,proto3" json:"norad_number,omitempty"`
	Latitude             float64  `protobuf:"fixed64,2,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude            float64  `protobuf:"fixed64,3,opt,name=longitude,proto3" json:"longitude,omitempty"`
	Altitude             float64  `protobuf:"fixed64,4,opt,name=altitude,proto3" json:"altitude,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SatLocation) Descriptor

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

func (*SatLocation) GetAltitude

func (m *SatLocation) GetAltitude() float64

func (*SatLocation) GetLatitude

func (m *SatLocation) GetLatitude() float64

func (*SatLocation) GetLongitude

func (m *SatLocation) GetLongitude() float64

func (*SatLocation) GetNoradNumber

func (m *SatLocation) GetNoradNumber() int32

func (*SatLocation) ProtoMessage

func (*SatLocation) ProtoMessage()

func (*SatLocation) Reset

func (m *SatLocation) Reset()

func (*SatLocation) String

func (m *SatLocation) String() string

func (*SatLocation) XXX_DiscardUnknown

func (m *SatLocation) XXX_DiscardUnknown()

func (*SatLocation) XXX_Marshal

func (m *SatLocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SatLocation) XXX_Merge

func (dst *SatLocation) XXX_Merge(src proto.Message)

func (*SatLocation) XXX_Size

func (m *SatLocation) XXX_Size() int

func (*SatLocation) XXX_Unmarshal

func (m *SatLocation) XXX_Unmarshal(b []byte) error

type SatLocationFromObsRequest

type SatLocationFromObsRequest struct {
	NoradNumbers         []int32   `protobuf:"varint,1,rep,packed,name=norad_numbers,json=noradNumbers,proto3" json:"norad_numbers,omitempty"`
	ObserverLocation     *Location `protobuf:"bytes,2,opt,name=observer_location,json=observerLocation,proto3" json:"observer_location,omitempty"`
	StepsMs              int32     `protobuf:"varint,3,opt,name=steps_ms,json=stepsMs,proto3" json:"steps_ms,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*SatLocationFromObsRequest) Descriptor

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

func (*SatLocationFromObsRequest) GetNoradNumbers

func (m *SatLocationFromObsRequest) GetNoradNumbers() []int32

func (*SatLocationFromObsRequest) GetObserverLocation

func (m *SatLocationFromObsRequest) GetObserverLocation() *Location

func (*SatLocationFromObsRequest) GetStepsMs

func (m *SatLocationFromObsRequest) GetStepsMs() int32

func (*SatLocationFromObsRequest) ProtoMessage

func (*SatLocationFromObsRequest) ProtoMessage()

func (*SatLocationFromObsRequest) Reset

func (m *SatLocationFromObsRequest) Reset()

func (*SatLocationFromObsRequest) String

func (m *SatLocationFromObsRequest) String() string

func (*SatLocationFromObsRequest) XXX_DiscardUnknown

func (m *SatLocationFromObsRequest) XXX_DiscardUnknown()

func (*SatLocationFromObsRequest) XXX_Marshal

func (m *SatLocationFromObsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SatLocationFromObsRequest) XXX_Merge

func (dst *SatLocationFromObsRequest) XXX_Merge(src proto.Message)

func (*SatLocationFromObsRequest) XXX_Size

func (m *SatLocationFromObsRequest) XXX_Size() int

func (*SatLocationFromObsRequest) XXX_Unmarshal

func (m *SatLocationFromObsRequest) XXX_Unmarshal(b []byte) error

type SatsInfosResponse

type SatsInfosResponse struct {
	SatInfos             []*SatInfos `protobuf:"bytes,1,rep,name=sat_infos,json=satInfos,proto3" json:"sat_infos,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*SatsInfosResponse) Descriptor

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

func (*SatsInfosResponse) GetSatInfos

func (m *SatsInfosResponse) GetSatInfos() []*SatInfos

func (*SatsInfosResponse) ProtoMessage

func (*SatsInfosResponse) ProtoMessage()

func (*SatsInfosResponse) Reset

func (m *SatsInfosResponse) Reset()

func (*SatsInfosResponse) String

func (m *SatsInfosResponse) String() string

func (*SatsInfosResponse) XXX_DiscardUnknown

func (m *SatsInfosResponse) XXX_DiscardUnknown()

func (*SatsInfosResponse) XXX_Marshal

func (m *SatsInfosResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SatsInfosResponse) XXX_Merge

func (dst *SatsInfosResponse) XXX_Merge(src proto.Message)

func (*SatsInfosResponse) XXX_Size

func (m *SatsInfosResponse) XXX_Size() int

func (*SatsInfosResponse) XXX_Unmarshal

func (m *SatsInfosResponse) XXX_Unmarshal(b []byte) error

type SatsLocationsResponse

type SatsLocationsResponse struct {
	SatLocations         []*SatLocation `protobuf:"bytes,1,rep,name=sat_locations,json=satLocations,proto3" json:"sat_locations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*SatsLocationsResponse) Descriptor

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

func (*SatsLocationsResponse) GetSatLocations

func (m *SatsLocationsResponse) GetSatLocations() []*SatLocation

func (*SatsLocationsResponse) ProtoMessage

func (*SatsLocationsResponse) ProtoMessage()

func (*SatsLocationsResponse) Reset

func (m *SatsLocationsResponse) Reset()

func (*SatsLocationsResponse) String

func (m *SatsLocationsResponse) String() string

func (*SatsLocationsResponse) XXX_DiscardUnknown

func (m *SatsLocationsResponse) XXX_DiscardUnknown()

func (*SatsLocationsResponse) XXX_Marshal

func (m *SatsLocationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SatsLocationsResponse) XXX_Merge

func (dst *SatsLocationsResponse) XXX_Merge(src proto.Message)

func (*SatsLocationsResponse) XXX_Size

func (m *SatsLocationsResponse) XXX_Size() int

func (*SatsLocationsResponse) XXX_Unmarshal

func (m *SatsLocationsResponse) XXX_Unmarshal(b []byte) error

type SatsRequest

type SatsRequest struct {
	NoradNumbers         []int32  `protobuf:"varint,1,rep,packed,name=norad_numbers,json=noradNumbers,proto3" json:"norad_numbers,omitempty"`
	Category             int32    `protobuf:"varint,2,opt,name=category,proto3" json:"category,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SatsRequest) Descriptor

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

func (*SatsRequest) GetCategory

func (m *SatsRequest) GetCategory() int32

func (*SatsRequest) GetNoradNumbers

func (m *SatsRequest) GetNoradNumbers() []int32

func (*SatsRequest) ProtoMessage

func (*SatsRequest) ProtoMessage()

func (*SatsRequest) Reset

func (m *SatsRequest) Reset()

func (*SatsRequest) String

func (m *SatsRequest) String() string

func (*SatsRequest) XXX_DiscardUnknown

func (m *SatsRequest) XXX_DiscardUnknown()

func (*SatsRequest) XXX_Marshal

func (m *SatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SatsRequest) XXX_Merge

func (dst *SatsRequest) XXX_Merge(src proto.Message)

func (*SatsRequest) XXX_Size

func (m *SatsRequest) XXX_Size() int

func (*SatsRequest) XXX_Unmarshal

func (m *SatsRequest) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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