Interface TmPacketDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TmPacketData, TmPacketData.Builder

public interface TmPacketDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    When the signal has been received on ground
    com.google.protobuf.TimestampOrBuilder
    When the signal has been received on ground
    com.google.protobuf.Timestamp
    When the packet was generated
    com.google.protobuf.TimestampOrBuilder
    When the packet was generated
    Packet name
    Packet name
    Name of the Yamcs link where this packet was received from
    com.google.protobuf.ByteString
    Name of the Yamcs link where this packet was received from
    com.google.protobuf.ByteString
    Raw packet binary
    com.google.protobuf.Timestamp
    When the packet was received by Yamcs
    com.google.protobuf.TimestampOrBuilder
    When the packet was received by Yamcs
    int
    Storage discriminator in case of distinct packets with the same name and generation time
    int
    Packet size in bytes
    boolean
    When the signal has been received on ground
    boolean
    When the packet was generated
    boolean
    Packet name
    boolean
    Name of the Yamcs link where this packet was received from
    boolean
    Raw packet binary
    boolean
    When the packet was received by Yamcs
    boolean
    Storage discriminator in case of distinct packets with the same name and generation time
    boolean
    Packet size in bytes

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasPacket

      boolean hasPacket()
       Raw packet binary
       
      optional bytes packet = 2;
      Returns:
      Whether the packet field is set.
    • getPacket

      com.google.protobuf.ByteString getPacket()
       Raw packet binary
       
      optional bytes packet = 2;
      Returns:
      The packet.
    • hasSequenceNumber

      boolean hasSequenceNumber()
       Storage discriminator in case of distinct packets
       with the same name and generation time
       
      optional int32 sequenceNumber = 4;
      Returns:
      Whether the sequenceNumber field is set.
    • getSequenceNumber

      int getSequenceNumber()
       Storage discriminator in case of distinct packets
       with the same name and generation time
       
      optional int32 sequenceNumber = 4;
      Returns:
      The sequenceNumber.
    • hasId

      boolean hasId()
       Packet name
       
      optional .yamcs.protobuf.NamedObjectId id = 5;
      Returns:
      Whether the id field is set.
    • getId

       Packet name
       
      optional .yamcs.protobuf.NamedObjectId id = 5;
      Returns:
      The id.
    • getIdOrBuilder

       Packet name
       
      optional .yamcs.protobuf.NamedObjectId id = 5;
    • hasGenerationTime

      boolean hasGenerationTime()
       When the packet was generated
       
      optional .google.protobuf.Timestamp generationTime = 9;
      Returns:
      Whether the generationTime field is set.
    • getGenerationTime

      com.google.protobuf.Timestamp getGenerationTime()
       When the packet was generated
       
      optional .google.protobuf.Timestamp generationTime = 9;
      Returns:
      The generationTime.
    • getGenerationTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()
       When the packet was generated
       
      optional .google.protobuf.Timestamp generationTime = 9;
    • hasEarthReceptionTime

      boolean hasEarthReceptionTime()
       When the signal has been received on ground
       
      optional .google.protobuf.Timestamp earthReceptionTime = 10;
      Returns:
      Whether the earthReceptionTime field is set.
    • getEarthReceptionTime

      com.google.protobuf.Timestamp getEarthReceptionTime()
       When the signal has been received on ground
       
      optional .google.protobuf.Timestamp earthReceptionTime = 10;
      Returns:
      The earthReceptionTime.
    • getEarthReceptionTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getEarthReceptionTimeOrBuilder()
       When the signal has been received on ground
       
      optional .google.protobuf.Timestamp earthReceptionTime = 10;
    • hasReceptionTime

      boolean hasReceptionTime()
       When the packet was received by Yamcs
       
      optional .google.protobuf.Timestamp receptionTime = 8;
      Returns:
      Whether the receptionTime field is set.
    • getReceptionTime

      com.google.protobuf.Timestamp getReceptionTime()
       When the packet was received by Yamcs
       
      optional .google.protobuf.Timestamp receptionTime = 8;
      Returns:
      The receptionTime.
    • getReceptionTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getReceptionTimeOrBuilder()
       When the packet was received by Yamcs
       
      optional .google.protobuf.Timestamp receptionTime = 8;
    • hasLink

      boolean hasLink()
       Name of the Yamcs link where this packet was received from
       
      optional string link = 11;
      Returns:
      Whether the link field is set.
    • getLink

      String getLink()
       Name of the Yamcs link where this packet was received from
       
      optional string link = 11;
      Returns:
      The link.
    • getLinkBytes

      com.google.protobuf.ByteString getLinkBytes()
       Name of the Yamcs link where this packet was received from
       
      optional string link = 11;
      Returns:
      The bytes for link.
    • hasSize

      boolean hasSize()
       Packet size in bytes
       
      optional int32 size = 12;
      Returns:
      Whether the size field is set.
    • getSize

      int getSize()
       Packet size in bytes
       
      optional int32 size = 12;
      Returns:
      The size.