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

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

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

package org.yamcs.protobuf;

public interface TofIntervalOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.tco.TofInterval)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .google.protobuf.Timestamp ertStart = 1;
   * @return Whether the ertStart field is set.
   */
  boolean hasErtStart();
  /**
   * optional .google.protobuf.Timestamp ertStart = 1;
   * @return The ertStart.
   */
  com.google.protobuf.Timestamp getErtStart();
  /**
   * optional .google.protobuf.Timestamp ertStart = 1;
   */
  com.google.protobuf.TimestampOrBuilder getErtStartOrBuilder();

  /**
   * optional .google.protobuf.Timestamp ertStop = 2;
   * @return Whether the ertStop field is set.
   */
  boolean hasErtStop();
  /**
   * optional .google.protobuf.Timestamp ertStop = 2;
   * @return The ertStop.
   */
  com.google.protobuf.Timestamp getErtStop();
  /**
   * optional .google.protobuf.Timestamp ertStop = 2;
   */
  com.google.protobuf.TimestampOrBuilder getErtStopOrBuilder();

  /**
   * repeated double polCoef = 3;
   * @return A list containing the polCoef.
   */
  java.util.List getPolCoefList();
  /**
   * repeated double polCoef = 3;
   * @return The count of polCoef.
   */
  int getPolCoefCount();
  /**
   * repeated double polCoef = 3;
   * @param index The index of the element to return.
   * @return The polCoef at the given index.
   */
  double getPolCoef(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy