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

org.yamcs.protobuf.TcoSampleOrBuilder 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 TcoSampleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.tco.TcoSample)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .google.protobuf.Timestamp utc = 1;
   * @return Whether the utc field is set.
   */
  boolean hasUtc();
  /**
   * optional .google.protobuf.Timestamp utc = 1;
   * @return The utc.
   */
  com.google.protobuf.Timestamp getUtc();
  /**
   * optional .google.protobuf.Timestamp utc = 1;
   */
  com.google.protobuf.TimestampOrBuilder getUtcOrBuilder();

  /**
   * optional uint64 obt = 2;
   * @return Whether the obt field is set.
   */
  boolean hasObt();
  /**
   * optional uint64 obt = 2;
   * @return The obt.
   */
  long getObt();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy