Documentation
¶
Index ¶
- Variables
- type Epoch
- type TimestampInfo
- func (*TimestampInfo) Descriptor() ([]byte, []int)deprecated
- func (x *TimestampInfo) GetEpoch() Epoch
- func (x *TimestampInfo) GetNanoseconds() int64
- func (*TimestampInfo) ProtoMessage()
- func (x *TimestampInfo) ProtoReflect() protoreflect.Message
- func (x *TimestampInfo) Reset()
- func (x *TimestampInfo) String() string
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
func (Epoch) Descriptor ¶
func (Epoch) Descriptor() protoreflect.EnumDescriptor
func (Epoch) EnumDescriptor
deprecated
func (Epoch) Number ¶
func (x Epoch) Number() protoreflect.EnumNumber
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
Click to show internal directories.
Click to hide internal directories.