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

org.yamcs.protobuf.ClcwOrBuilder 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/cop1/cop1.proto

package org.yamcs.protobuf;

public interface ClcwOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.cop1.Clcw)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .google.protobuf.Timestamp receptionTime = 1;
   * @return Whether the receptionTime field is set.
   */
  boolean hasReceptionTime();
  /**
   * optional .google.protobuf.Timestamp receptionTime = 1;
   * @return The receptionTime.
   */
  com.google.protobuf.Timestamp getReceptionTime();
  /**
   * optional .google.protobuf.Timestamp receptionTime = 1;
   */
  com.google.protobuf.TimestampOrBuilder getReceptionTimeOrBuilder();

  /**
   * optional bool lockout = 2;
   * @return Whether the lockout field is set.
   */
  boolean hasLockout();
  /**
   * optional bool lockout = 2;
   * @return The lockout.
   */
  boolean getLockout();

  /**
   * optional bool wait = 3;
   * @return Whether the wait field is set.
   */
  boolean hasWait();
  /**
   * optional bool wait = 3;
   * @return The wait.
   */
  boolean getWait();

  /**
   * optional bool retransmit = 4;
   * @return Whether the retransmit field is set.
   */
  boolean hasRetransmit();
  /**
   * optional bool retransmit = 4;
   * @return The retransmit.
   */
  boolean getRetransmit();

  /**
   * optional uint32 nR = 5;
   * @return Whether the nR field is set.
   */
  boolean hasNR();
  /**
   * optional uint32 nR = 5;
   * @return The nR.
   */
  int getNR();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy