All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.TmStatisticsOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/yamcsManagement/yamcsManagement.proto

package org.yamcs.protobuf;

public interface TmStatisticsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.yamcsManagement.TmStatistics)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string packetName = 1;
   */
  boolean hasPacketName();
  /**
   * optional string packetName = 1;
   */
  java.lang.String getPacketName();
  /**
   * optional string packetName = 1;
   */
  com.google.protobuf.ByteString
      getPacketNameBytes();

  /**
   * optional string qualifiedName = 9;
   */
  boolean hasQualifiedName();
  /**
   * optional string qualifiedName = 9;
   */
  java.lang.String getQualifiedName();
  /**
   * optional string qualifiedName = 9;
   */
  com.google.protobuf.ByteString
      getQualifiedNameBytes();

  /**
   * optional int64 receivedPackets = 2;
   */
  boolean hasReceivedPackets();
  /**
   * optional int64 receivedPackets = 2;
   */
  long getReceivedPackets();

  /**
   * optional int32 subscribedParameterCount = 6;
   */
  boolean hasSubscribedParameterCount();
  /**
   * optional int32 subscribedParameterCount = 6;
   */
  int getSubscribedParameterCount();

  /**
   * optional .google.protobuf.Timestamp lastReceived = 10;
   */
  boolean hasLastReceived();
  /**
   * optional .google.protobuf.Timestamp lastReceived = 10;
   */
  com.google.protobuf.Timestamp getLastReceived();
  /**
   * optional .google.protobuf.Timestamp lastReceived = 10;
   */
  com.google.protobuf.TimestampOrBuilder getLastReceivedOrBuilder();

  /**
   * optional .google.protobuf.Timestamp lastPacketTime = 11;
   */
  boolean hasLastPacketTime();
  /**
   * optional .google.protobuf.Timestamp lastPacketTime = 11;
   */
  com.google.protobuf.Timestamp getLastPacketTime();
  /**
   * optional .google.protobuf.Timestamp lastPacketTime = 11;
   */
  com.google.protobuf.TimestampOrBuilder getLastPacketTimeOrBuilder();

  /**
   * optional int64 packetRate = 12;
   */
  boolean hasPacketRate();
  /**
   * optional int64 packetRate = 12;
   */
  long getPacketRate();

  /**
   * optional int64 dataRate = 13;
   */
  boolean hasDataRate();
  /**
   * optional int64 dataRate = 13;
   */
  long getDataRate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy