packets

package
v0.0.0-...-6850833 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: LGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_yamcs_protobuf_packets_packets_proto protoreflect.FileDescriptor
View Source
var File_yamcs_protobuf_packets_packets_service_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ContainerData

type ContainerData struct {

	// Container name.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	// When the container's packet was generated (packet time)
	GenerationTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=generationTime" json:"generationTime,omitempty"`
	// Whent the container's packet was received by Yamcs
	ReceptionTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=receptionTime" json:"receptionTime,omitempty"`
	// Container bytes
	Binary []byte `protobuf:"bytes,4,opt,name=binary" json:"binary,omitempty"`
	// Sequence count - it is generated by the link when the container is injected into Yamcs.
	// In case this is part of a sub-container, the sequence count is the one from the encompassing container
	SeqCount *uint32 `protobuf:"varint,5,opt,name=seqCount" json:"seqCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerData) Descriptor deprecated

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

Deprecated: Use ContainerData.ProtoReflect.Descriptor instead.

func (*ContainerData) GetBinary

func (x *ContainerData) GetBinary() []byte

func (*ContainerData) GetGenerationTime

func (x *ContainerData) GetGenerationTime() *timestamp.Timestamp

func (*ContainerData) GetName

func (x *ContainerData) GetName() string

func (*ContainerData) GetReceptionTime

func (x *ContainerData) GetReceptionTime() *timestamp.Timestamp

func (*ContainerData) GetSeqCount

func (x *ContainerData) GetSeqCount() uint32

func (*ContainerData) ProtoMessage

func (*ContainerData) ProtoMessage()

func (*ContainerData) ProtoReflect

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

func (*ContainerData) Reset

func (x *ContainerData) Reset()

func (*ContainerData) String

func (x *ContainerData) String() string

type ExportPacketRequest

type ExportPacketRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// An exact match of the packet's generation time in
	// ISO 8601 format.
	Gentime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=gentime" json:"gentime,omitempty"`
	// Yamcs-specific archive distinguisher
	Seqnum *int32 `protobuf:"varint,3,opt,name=seqnum" json:"seqnum,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportPacketRequest) Descriptor deprecated

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

Deprecated: Use ExportPacketRequest.ProtoReflect.Descriptor instead.

func (*ExportPacketRequest) GetGentime

func (x *ExportPacketRequest) GetGentime() *timestamp.Timestamp

func (*ExportPacketRequest) GetInstance

func (x *ExportPacketRequest) GetInstance() string

func (*ExportPacketRequest) GetSeqnum

func (x *ExportPacketRequest) GetSeqnum() int32

func (*ExportPacketRequest) ProtoMessage

func (*ExportPacketRequest) ProtoMessage()

func (*ExportPacketRequest) ProtoReflect

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

func (*ExportPacketRequest) Reset

func (x *ExportPacketRequest) Reset()

func (*ExportPacketRequest) String

func (x *ExportPacketRequest) String() string

type ExportPacketsRequest

type ExportPacketsRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// Filter the lower bound of the packet's generation time. Specify a date
	// string in ISO 8601 format. This bound is inclusive.
	Start *timestamp.Timestamp `protobuf:"bytes,2,opt,name=start" json:"start,omitempty"`
	// Filter the upper bound of the packet's generation time. Specify a date
	// string in ISO 8601 format. This bound is exclusive.
	Stop *timestamp.Timestamp `protobuf:"bytes,3,opt,name=stop" json:"stop,omitempty"`
	// The archived name of the packets. Names must match exactly.
	Name []string `protobuf:"bytes,4,rep,name=name" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportPacketsRequest) Descriptor deprecated

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

Deprecated: Use ExportPacketsRequest.ProtoReflect.Descriptor instead.

func (*ExportPacketsRequest) GetInstance

func (x *ExportPacketsRequest) GetInstance() string

func (*ExportPacketsRequest) GetName

func (x *ExportPacketsRequest) GetName() []string

func (*ExportPacketsRequest) GetStart

func (x *ExportPacketsRequest) GetStart() *timestamp.Timestamp

func (*ExportPacketsRequest) GetStop

func (*ExportPacketsRequest) ProtoMessage

func (*ExportPacketsRequest) ProtoMessage()

func (*ExportPacketsRequest) ProtoReflect

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

func (*ExportPacketsRequest) Reset

func (x *ExportPacketsRequest) Reset()

func (*ExportPacketsRequest) String

func (x *ExportPacketsRequest) String() string

type ExtractPacketRequest

type ExtractPacketRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// An exact match of the packet's generation time in
	// ISO 8601 format.
	Gentime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=gentime" json:"gentime,omitempty"`
	// Yamcs-specific archive distinguisher
	Seqnum *int32 `protobuf:"varint,3,opt,name=seqnum" json:"seqnum,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtractPacketRequest) Descriptor deprecated

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

Deprecated: Use ExtractPacketRequest.ProtoReflect.Descriptor instead.

func (*ExtractPacketRequest) GetGentime

func (x *ExtractPacketRequest) GetGentime() *timestamp.Timestamp

func (*ExtractPacketRequest) GetInstance

func (x *ExtractPacketRequest) GetInstance() string

func (*ExtractPacketRequest) GetSeqnum

func (x *ExtractPacketRequest) GetSeqnum() int32

func (*ExtractPacketRequest) ProtoMessage

func (*ExtractPacketRequest) ProtoMessage()

func (*ExtractPacketRequest) ProtoReflect

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

func (*ExtractPacketRequest) Reset

func (x *ExtractPacketRequest) Reset()

func (*ExtractPacketRequest) String

func (x *ExtractPacketRequest) String() string

type ExtractPacketResponse

type ExtractPacketResponse struct {

	// Packet name
	PacketName *string `protobuf:"bytes,1,opt,name=packetName" json:"packetName,omitempty"`
	// Contained entries
	ParameterValues []*ExtractedParameterValue `protobuf:"bytes,2,rep,name=parameterValues" json:"parameterValues,omitempty"`
	// Messages generated during packet extraction
	Messages []string `protobuf:"bytes,3,rep,name=messages" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtractPacketResponse) Descriptor deprecated

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

Deprecated: Use ExtractPacketResponse.ProtoReflect.Descriptor instead.

func (*ExtractPacketResponse) GetMessages

func (x *ExtractPacketResponse) GetMessages() []string

func (*ExtractPacketResponse) GetPacketName

func (x *ExtractPacketResponse) GetPacketName() string

func (*ExtractPacketResponse) GetParameterValues

func (x *ExtractPacketResponse) GetParameterValues() []*ExtractedParameterValue

func (*ExtractPacketResponse) ProtoMessage

func (*ExtractPacketResponse) ProtoMessage()

func (*ExtractPacketResponse) ProtoReflect

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

func (*ExtractPacketResponse) Reset

func (x *ExtractPacketResponse) Reset()

func (*ExtractPacketResponse) String

func (x *ExtractPacketResponse) String() string

type ExtractedParameterValue

type ExtractedParameterValue struct {

	// Qualified name of the parameter
	Parameter *mdb.ParameterInfo `protobuf:"bytes,1,opt,name=parameter" json:"parameter,omitempty"`
	// Qualified name of the container that defines this
	// specific entry.
	EntryContainer *mdb.ContainerInfo `protobuf:"bytes,2,opt,name=entryContainer" json:"entryContainer,omitempty"`
	// Absolute location in bits, within the full packet
	Location *int32 `protobuf:"varint,3,opt,name=location" json:"location,omitempty"`
	// Bit length
	Size *int32 `protobuf:"varint,4,opt,name=size" json:"size,omitempty"`
	// Raw value
	RawValue *protobuf.Value `protobuf:"bytes,5,opt,name=rawValue" json:"rawValue,omitempty"`
	// Engineering value
	EngValue *protobuf.Value `protobuf:"bytes,6,opt,name=engValue" json:"engValue,omitempty"`
	// contains filtered or unexported fields
}

Contents of a container, can be either a parameter entry, or a nested container entry.

func (*ExtractedParameterValue) Descriptor deprecated

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

Deprecated: Use ExtractedParameterValue.ProtoReflect.Descriptor instead.

func (*ExtractedParameterValue) GetEngValue

func (x *ExtractedParameterValue) GetEngValue() *protobuf.Value

func (*ExtractedParameterValue) GetEntryContainer

func (x *ExtractedParameterValue) GetEntryContainer() *mdb.ContainerInfo

func (*ExtractedParameterValue) GetLocation

func (x *ExtractedParameterValue) GetLocation() int32

func (*ExtractedParameterValue) GetParameter

func (x *ExtractedParameterValue) GetParameter() *mdb.ParameterInfo

func (*ExtractedParameterValue) GetRawValue

func (x *ExtractedParameterValue) GetRawValue() *protobuf.Value

func (*ExtractedParameterValue) GetSize

func (x *ExtractedParameterValue) GetSize() int32

func (*ExtractedParameterValue) ProtoMessage

func (*ExtractedParameterValue) ProtoMessage()

func (*ExtractedParameterValue) ProtoReflect

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

func (*ExtractedParameterValue) Reset

func (x *ExtractedParameterValue) Reset()

func (*ExtractedParameterValue) String

func (x *ExtractedParameterValue) String() string

type GetPacketRequest

type GetPacketRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// An exact match of the packet's generation time in
	// ISO 8601 format.
	Gentime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=gentime" json:"gentime,omitempty"`
	// Yamcs-specific archive distinguisher
	Seqnum *int32 `protobuf:"varint,3,opt,name=seqnum" json:"seqnum,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPacketRequest) Descriptor deprecated

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

Deprecated: Use GetPacketRequest.ProtoReflect.Descriptor instead.

func (*GetPacketRequest) GetGentime

func (x *GetPacketRequest) GetGentime() *timestamp.Timestamp

func (*GetPacketRequest) GetInstance

func (x *GetPacketRequest) GetInstance() string

func (*GetPacketRequest) GetSeqnum

func (x *GetPacketRequest) GetSeqnum() int32

func (*GetPacketRequest) ProtoMessage

func (*GetPacketRequest) ProtoMessage()

func (*GetPacketRequest) ProtoReflect

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

func (*GetPacketRequest) Reset

func (x *GetPacketRequest) Reset()

func (*GetPacketRequest) String

func (x *GetPacketRequest) String() string

type ListPacketNamesRequest

type ListPacketNamesRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPacketNamesRequest) Descriptor deprecated

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

Deprecated: Use ListPacketNamesRequest.ProtoReflect.Descriptor instead.

func (*ListPacketNamesRequest) GetInstance

func (x *ListPacketNamesRequest) GetInstance() string

func (*ListPacketNamesRequest) ProtoMessage

func (*ListPacketNamesRequest) ProtoMessage()

func (*ListPacketNamesRequest) ProtoReflect

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

func (*ListPacketNamesRequest) Reset

func (x *ListPacketNamesRequest) Reset()

func (*ListPacketNamesRequest) String

func (x *ListPacketNamesRequest) String() string

type ListPacketNamesResponse

type ListPacketNamesResponse struct {

	// Known packet names.
	//
	// Deprecated: Do not use.
	Name []string `protobuf:"bytes,1,rep,name=name" json:"name,omitempty"`
	// Known packet names.
	Packets []string `protobuf:"bytes,2,rep,name=packets" json:"packets,omitempty"`
	// Known link names.
	Links []string `protobuf:"bytes,3,rep,name=links" json:"links,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPacketNamesResponse) Descriptor deprecated

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

Deprecated: Use ListPacketNamesResponse.ProtoReflect.Descriptor instead.

func (x *ListPacketNamesResponse) GetLinks() []string

func (*ListPacketNamesResponse) GetName deprecated

func (x *ListPacketNamesResponse) GetName() []string

Deprecated: Do not use.

func (*ListPacketNamesResponse) GetPackets

func (x *ListPacketNamesResponse) GetPackets() []string

func (*ListPacketNamesResponse) ProtoMessage

func (*ListPacketNamesResponse) ProtoMessage()

func (*ListPacketNamesResponse) ProtoReflect

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

func (*ListPacketNamesResponse) Reset

func (x *ListPacketNamesResponse) Reset()

func (*ListPacketNamesResponse) String

func (x *ListPacketNamesResponse) String() string

type ListPacketsRequest

type ListPacketsRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// The zero-based row number at which to start outputting results. Default: “0“
	Pos *int64 `protobuf:"varint,2,opt,name=pos" json:"pos,omitempty"`
	// The maximum number of returned records per page. Choose this value too high
	// and you risk hitting the maximum response size limit enforced by the server.
	// Default: “100“
	Limit *int32 `protobuf:"varint,3,opt,name=limit" json:"limit,omitempty"`
	// The order of the returned results. Can be either “asc“ or “desc“. Default: “desc“
	Order *string `protobuf:"bytes,4,opt,name=order" json:"order,omitempty"`
	// The archived name of the packets. Names must match exactly.
	Name []string `protobuf:"bytes,5,rep,name=name" json:"name,omitempty"`
	// Filter by the link where the packet was received from.
	Link *string `protobuf:"bytes,9,opt,name=link" json:"link,omitempty"`
	// Continuation token returned by a previous page response.
	Next *string `protobuf:"bytes,6,opt,name=next" json:"next,omitempty"`
	// Filter the lower bound of the packet's generation time. Specify a date
	// string in ISO 8601 format. This bound is inclusive.
	Start *timestamp.Timestamp `protobuf:"bytes,7,opt,name=start" json:"start,omitempty"`
	// Filter the upper bound of the packet's generation time. Specify a date
	// string in ISO 8601 format. This bound is exclusive.
	Stop *timestamp.Timestamp `protobuf:"bytes,8,opt,name=stop" json:"stop,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPacketsRequest) Descriptor deprecated

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

Deprecated: Use ListPacketsRequest.ProtoReflect.Descriptor instead.

func (*ListPacketsRequest) GetInstance

func (x *ListPacketsRequest) GetInstance() string

func (*ListPacketsRequest) GetLimit

func (x *ListPacketsRequest) GetLimit() int32
func (x *ListPacketsRequest) GetLink() string

func (*ListPacketsRequest) GetName

func (x *ListPacketsRequest) GetName() []string

func (*ListPacketsRequest) GetNext

func (x *ListPacketsRequest) GetNext() string

func (*ListPacketsRequest) GetOrder

func (x *ListPacketsRequest) GetOrder() string

func (*ListPacketsRequest) GetPos

func (x *ListPacketsRequest) GetPos() int64

func (*ListPacketsRequest) GetStart

func (x *ListPacketsRequest) GetStart() *timestamp.Timestamp

func (*ListPacketsRequest) GetStop

func (x *ListPacketsRequest) GetStop() *timestamp.Timestamp

func (*ListPacketsRequest) ProtoMessage

func (*ListPacketsRequest) ProtoMessage()

func (*ListPacketsRequest) ProtoReflect

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

func (*ListPacketsRequest) Reset

func (x *ListPacketsRequest) Reset()

func (*ListPacketsRequest) String

func (x *ListPacketsRequest) String() string

type ListPacketsResponse

type ListPacketsResponse struct {
	Packet []*TmPacketData `protobuf:"bytes,1,rep,name=packet" json:"packet,omitempty"`
	// Token indicating the response is only partial. More results can then
	// be obtained by performing the same request (including all original
	// query parameters) and setting the “next“ parameter to this token.
	ContinuationToken *string `protobuf:"bytes,2,opt,name=continuationToken" json:"continuationToken,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPacketsResponse) Descriptor deprecated

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

Deprecated: Use ListPacketsResponse.ProtoReflect.Descriptor instead.

func (*ListPacketsResponse) GetContinuationToken

func (x *ListPacketsResponse) GetContinuationToken() string

func (*ListPacketsResponse) GetPacket

func (x *ListPacketsResponse) GetPacket() []*TmPacketData

func (*ListPacketsResponse) ProtoMessage

func (*ListPacketsResponse) ProtoMessage()

func (*ListPacketsResponse) ProtoReflect

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

func (*ListPacketsResponse) Reset

func (x *ListPacketsResponse) Reset()

func (*ListPacketsResponse) String

func (x *ListPacketsResponse) String() string

type StreamPacketsRequest

type StreamPacketsRequest struct {

	// Yamcs instance name.
	Instance *string              `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	Start    *timestamp.Timestamp `protobuf:"bytes,2,opt,name=start" json:"start,omitempty"`
	Stop     *timestamp.Timestamp `protobuf:"bytes,3,opt,name=stop" json:"stop,omitempty"`
	Name     []string             `protobuf:"bytes,4,rep,name=name" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamPacketsRequest) Descriptor deprecated

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

Deprecated: Use StreamPacketsRequest.ProtoReflect.Descriptor instead.

func (*StreamPacketsRequest) GetInstance

func (x *StreamPacketsRequest) GetInstance() string

func (*StreamPacketsRequest) GetName

func (x *StreamPacketsRequest) GetName() []string

func (*StreamPacketsRequest) GetStart

func (x *StreamPacketsRequest) GetStart() *timestamp.Timestamp

func (*StreamPacketsRequest) GetStop

func (*StreamPacketsRequest) ProtoMessage

func (*StreamPacketsRequest) ProtoMessage()

func (*StreamPacketsRequest) ProtoReflect

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

func (*StreamPacketsRequest) Reset

func (x *StreamPacketsRequest) Reset()

func (*StreamPacketsRequest) String

func (x *StreamPacketsRequest) String() string

type SubscribeContainersRequest

type SubscribeContainersRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// Processor name.
	Processor *string `protobuf:"bytes,2,opt,name=processor" json:"processor,omitempty"`
	// Container names to subscribe to.
	Names []string `protobuf:"bytes,3,rep,name=names" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribeContainersRequest) Descriptor deprecated

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

Deprecated: Use SubscribeContainersRequest.ProtoReflect.Descriptor instead.

func (*SubscribeContainersRequest) GetInstance

func (x *SubscribeContainersRequest) GetInstance() string

func (*SubscribeContainersRequest) GetNames

func (x *SubscribeContainersRequest) GetNames() []string

func (*SubscribeContainersRequest) GetProcessor

func (x *SubscribeContainersRequest) GetProcessor() string

func (*SubscribeContainersRequest) ProtoMessage

func (*SubscribeContainersRequest) ProtoMessage()

func (*SubscribeContainersRequest) ProtoReflect

func (*SubscribeContainersRequest) Reset

func (x *SubscribeContainersRequest) Reset()

func (*SubscribeContainersRequest) String

func (x *SubscribeContainersRequest) String() string

type SubscribePacketsRequest

type SubscribePacketsRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// Stream name. This is mutually exclusive with the field “processor“.
	Stream *string `protobuf:"bytes,2,opt,name=stream" json:"stream,omitempty"`
	// Processor name. This is mutually exclusive with the field “stream“.
	Processor *string `protobuf:"bytes,3,opt,name=processor" json:"processor,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribePacketsRequest) Descriptor deprecated

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

Deprecated: Use SubscribePacketsRequest.ProtoReflect.Descriptor instead.

func (*SubscribePacketsRequest) GetInstance

func (x *SubscribePacketsRequest) GetInstance() string

func (*SubscribePacketsRequest) GetProcessor

func (x *SubscribePacketsRequest) GetProcessor() string

func (*SubscribePacketsRequest) GetStream

func (x *SubscribePacketsRequest) GetStream() string

func (*SubscribePacketsRequest) ProtoMessage

func (*SubscribePacketsRequest) ProtoMessage()

func (*SubscribePacketsRequest) ProtoReflect

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

func (*SubscribePacketsRequest) Reset

func (x *SubscribePacketsRequest) Reset()

func (*SubscribePacketsRequest) String

func (x *SubscribePacketsRequest) String() string

type TmPacketData

type TmPacketData struct {

	// Raw packet binary
	Packet         []byte                  `protobuf:"bytes,2,req,name=packet" json:"packet,omitempty"`
	SequenceNumber *int32                  `protobuf:"varint,4,opt,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Id             *protobuf.NamedObjectId `protobuf:"bytes,5,opt,name=id" json:"id,omitempty"`
	// When the packet was generated
	GenerationTime *timestamp.Timestamp `protobuf:"bytes,9,opt,name=generationTime" json:"generationTime,omitempty"`
	// When the signal has been received on the groun
	EarthReceptionTime *timestamp.Timestamp `protobuf:"bytes,10,opt,name=earthReceptionTime" json:"earthReceptionTime,omitempty"`
	// When the packet was received by Yamcs
	ReceptionTime *timestamp.Timestamp `protobuf:"bytes,8,opt,name=receptionTime" json:"receptionTime,omitempty"`
	// Name of the Yamcs link where this packet was received from
	Link *string `protobuf:"bytes,11,opt,name=link" json:"link,omitempty"`
	// contains filtered or unexported fields
}

func (*TmPacketData) Descriptor deprecated

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

Deprecated: Use TmPacketData.ProtoReflect.Descriptor instead.

func (*TmPacketData) GetEarthReceptionTime

func (x *TmPacketData) GetEarthReceptionTime() *timestamp.Timestamp

func (*TmPacketData) GetGenerationTime

func (x *TmPacketData) GetGenerationTime() *timestamp.Timestamp

func (*TmPacketData) GetId

func (x *TmPacketData) GetId() *protobuf.NamedObjectId
func (x *TmPacketData) GetLink() string

func (*TmPacketData) GetPacket

func (x *TmPacketData) GetPacket() []byte

func (*TmPacketData) GetReceptionTime

func (x *TmPacketData) GetReceptionTime() *timestamp.Timestamp

func (*TmPacketData) GetSequenceNumber

func (x *TmPacketData) GetSequenceNumber() int32

func (*TmPacketData) ProtoMessage

func (*TmPacketData) ProtoMessage()

func (*TmPacketData) ProtoReflect

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

func (*TmPacketData) Reset

func (x *TmPacketData) Reset()

func (*TmPacketData) String

func (x *TmPacketData) String() string

Jump to

Keyboard shortcuts

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