Interface Cop1ConfigOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    If true, the BD frames are sent immediately, without going to the waiting queue
    long
    How many milliseconds to wait between retransmissions
    What should happen on timeout: go to SUSPEND or go to UNINITIALIZED
    int
    How many times the frames are transmitted before timing out
    int
    optional uint32 vcId = 1;
    int
    Maximum size of the sent queue (i.e. how many unacknowledged frames can be in the queue before timing out)
    boolean
    If true, the BD frames are sent immediately, without going to the waiting queue
    boolean
    How many milliseconds to wait between retransmissions
    boolean
    What should happen on timeout: go to SUSPEND or go to UNINITIALIZED
    boolean
    How many times the frames are transmitted before timing out
    boolean
    optional uint32 vcId = 1;
    boolean
    Maximum size of the sent queue (i.e. how many unacknowledged frames can be in the queue before timing out)

    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

    • hasVcId

      boolean hasVcId()
      optional uint32 vcId = 1;
      Returns:
      Whether the vcId field is set.
    • getVcId

      int getVcId()
      optional uint32 vcId = 1;
      Returns:
      The vcId.
    • hasBdAbsolutePriority

      boolean hasBdAbsolutePriority()
       If true, the BD frames are sent immediately, without going to the waiting queue
       
      optional bool bdAbsolutePriority = 3;
      Returns:
      Whether the bdAbsolutePriority field is set.
    • getBdAbsolutePriority

      boolean getBdAbsolutePriority()
       If true, the BD frames are sent immediately, without going to the waiting queue
       
      optional bool bdAbsolutePriority = 3;
      Returns:
      The bdAbsolutePriority.
    • hasWindowWidth

      boolean hasWindowWidth()
       Maximum size of the sent queue (i.e. how many unacknowledged frames can be in the
       queue before timing out)
       
      optional uint32 windowWidth = 4;
      Returns:
      Whether the windowWidth field is set.
    • getWindowWidth

      int getWindowWidth()
       Maximum size of the sent queue (i.e. how many unacknowledged frames can be in the
       queue before timing out)
       
      optional uint32 windowWidth = 4;
      Returns:
      The windowWidth.
    • hasTimeoutType

      boolean hasTimeoutType()
       What should happen on timeout: go to SUSPEND or go to UNINITIALIZED
       
      optional .yamcs.protobuf.cop1.TimeoutType timeoutType = 5;
      Returns:
      Whether the timeoutType field is set.
    • getTimeoutType

      TimeoutType getTimeoutType()
       What should happen on timeout: go to SUSPEND or go to UNINITIALIZED
       
      optional .yamcs.protobuf.cop1.TimeoutType timeoutType = 5;
      Returns:
      The timeoutType.
    • hasTxLimit

      boolean hasTxLimit()
       How many times the frames are transmitted before timing out
       
      optional uint32 txLimit = 6;
      Returns:
      Whether the txLimit field is set.
    • getTxLimit

      int getTxLimit()
       How many times the frames are transmitted before timing out
       
      optional uint32 txLimit = 6;
      Returns:
      The txLimit.
    • hasT1

      boolean hasT1()
       How many milliseconds to wait between retransmissions
       
      optional uint64 t1 = 7;
      Returns:
      Whether the t1 field is set.
    • getT1

      long getT1()
       How many milliseconds to wait between retransmissions
       
      optional uint64 t1 = 7;
      Returns:
      The t1.