telemetron

package
v0.0.0-...-04f18be Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Epoch_name = map[int32]string{
		0: "UNIX",
		1: "GPS",
	}
	Epoch_value = map[string]int32{
		"UNIX": 0,
		"GPS":  1,
	}
)

Enum value maps for Epoch.

View Source
var File_spacex_api_telemetron_public_common_time_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Epoch

type Epoch int32
const (
	Epoch_UNIX Epoch = 0
	Epoch_GPS  Epoch = 1
)

func (Epoch) Descriptor

func (Epoch) Descriptor() protoreflect.EnumDescriptor

func (Epoch) Enum

func (x Epoch) Enum() *Epoch

func (Epoch) EnumDescriptor deprecated

func (Epoch) EnumDescriptor() ([]byte, []int)

Deprecated: Use Epoch.Descriptor instead.

func (Epoch) Number

func (x Epoch) Number() protoreflect.EnumNumber

func (Epoch) String

func (x Epoch) String() string

func (Epoch) Type

func (Epoch) Type() protoreflect.EnumType

type TimestampInfo

type TimestampInfo struct {
	Epoch       Epoch `protobuf:"varint,1,opt,name=epoch,proto3,enum=SpaceX.API.Telemetron.Public.Common.Epoch" json:"epoch,omitempty"`
	Nanoseconds int64 `protobuf:"varint,2,opt,name=nanoseconds,proto3" json:"nanoseconds,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampInfo) Descriptor deprecated

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

Deprecated: Use TimestampInfo.ProtoReflect.Descriptor instead.

func (*TimestampInfo) GetEpoch

func (x *TimestampInfo) GetEpoch() Epoch

func (*TimestampInfo) GetNanoseconds

func (x *TimestampInfo) GetNanoseconds() int64

func (*TimestampInfo) ProtoMessage

func (*TimestampInfo) ProtoMessage()

func (*TimestampInfo) ProtoReflect

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

func (*TimestampInfo) Reset

func (x *TimestampInfo) Reset()

func (*TimestampInfo) String

func (x *TimestampInfo) String() string

Jump to

Keyboard shortcuts

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