Interface Cop1StatusOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Last received CLCW
    Last received CLCW
    boolean
    If false, all frames are immediately transmitted (i.e.
    Link name for which this status applies.
    com.google.protobuf.ByteString
    Link name for which this status applies.
    int
    The nR from the previous CLCW
    int
    Number of frames in the out queue (waiting to be picked up by the master chain multiplexer)
    int
    Number of unacknowledged frames in the sent queue
    boolean
    Relevant if cop1Active = false -> set the bypass flag on all outgoing frames
    Current state of FOP-1 state machine, only relevant if cop1Active = true
    int
    How many times the last frame has been transmitted
    int
    V(S) - Transmitter Frame Sequence Number;
    int
    Number of TC packets in the wait queue
    boolean
    Last received CLCW
    boolean
    If false, all frames are immediately transmitted (i.e.
    boolean
    Link name for which this status applies.
    boolean
    The nR from the previous CLCW
    boolean
    Number of frames in the out queue (waiting to be picked up by the master chain multiplexer)
    boolean
    Number of unacknowledged frames in the sent queue
    boolean
    Relevant if cop1Active = false -> set the bypass flag on all outgoing frames
    boolean
    Current state of FOP-1 state machine, only relevant if cop1Active = true
    boolean
    How many times the last frame has been transmitted
    boolean
    V(S) - Transmitter Frame Sequence Number;
    boolean
    Number of TC packets in the wait queue

    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

    • hasLink

      boolean hasLink()
       Link name for which this status applies. 
       It is present when this message is sent over the websocket as there might
       be multiple COP-1 links subscribed
       
      optional string link = 11;
      Returns:
      Whether the link field is set.
    • getLink

      String getLink()
       Link name for which this status applies. 
       It is present when this message is sent over the websocket as there might
       be multiple COP-1 links subscribed
       
      optional string link = 11;
      Returns:
      The link.
    • getLinkBytes

      com.google.protobuf.ByteString getLinkBytes()
       Link name for which this status applies. 
       It is present when this message is sent over the websocket as there might
       be multiple COP-1 links subscribed
       
      optional string link = 11;
      Returns:
      The bytes for link.
    • hasCop1Active

      boolean hasCop1Active()
       If false, all frames are immediately transmitted (i.e. COP-1 is disabled)
       
      optional bool cop1Active = 1;
      Returns:
      Whether the cop1Active field is set.
    • getCop1Active

      boolean getCop1Active()
       If false, all frames are immediately transmitted (i.e. COP-1 is disabled)
       
      optional bool cop1Active = 1;
      Returns:
      The cop1Active.
    • hasSetBypassAll

      boolean hasSetBypassAll()
       Relevant if cop1Active = false -> set the bypass flag on all outgoing frames 
       
      optional bool setBypassAll = 2;
      Returns:
      Whether the setBypassAll field is set.
    • getSetBypassAll

      boolean getSetBypassAll()
       Relevant if cop1Active = false -> set the bypass flag on all outgoing frames 
       
      optional bool setBypassAll = 2;
      Returns:
      The setBypassAll.
    • hasClcw

      boolean hasClcw()
       Last received CLCW
       
      optional .yamcs.protobuf.cop1.Clcw clcw = 3;
      Returns:
      Whether the clcw field is set.
    • getClcw

      Clcw getClcw()
       Last received CLCW
       
      optional .yamcs.protobuf.cop1.Clcw clcw = 3;
      Returns:
      The clcw.
    • getClcwOrBuilder

      ClcwOrBuilder getClcwOrBuilder()
       Last received CLCW
       
      optional .yamcs.protobuf.cop1.Clcw clcw = 3;
    • hasState

      boolean hasState()
       Current state of FOP-1 state machine, only relevant if cop1Active = true
       
      optional .yamcs.protobuf.cop1.Cop1State state = 4;
      Returns:
      Whether the state field is set.
    • getState

      Cop1State getState()
       Current state of FOP-1 state machine, only relevant if cop1Active = true
       
      optional .yamcs.protobuf.cop1.Cop1State state = 4;
      Returns:
      The state.
    • hasVS

      boolean hasVS()
       V(S) - Transmitter Frame Sequence Number;
       
      optional uint32 vS = 5;
      Returns:
      Whether the vS field is set.
    • getVS

      int getVS()
       V(S) - Transmitter Frame Sequence Number;
       
      optional uint32 vS = 5;
      Returns:
      The vS.
    • hasNnR

      boolean hasNnR()
       The nR from the previous CLCW
       
      optional uint32 nnR = 6;
      Returns:
      Whether the nnR field is set.
    • getNnR

      int getNnR()
       The nR from the previous CLCW
       
      optional uint32 nnR = 6;
      Returns:
      The nnR.
    • hasWaitQueueNumTC

      boolean hasWaitQueueNumTC()
       Number of TC packets in the wait queue
       
      optional uint32 waitQueueNumTC = 7;
      Returns:
      Whether the waitQueueNumTC field is set.
    • getWaitQueueNumTC

      int getWaitQueueNumTC()
       Number of TC packets in the wait queue
       
      optional uint32 waitQueueNumTC = 7;
      Returns:
      The waitQueueNumTC.
    • hasSentQueueNumFrames

      boolean hasSentQueueNumFrames()
       Number of unacknowledged frames in the sent queue
       
      optional uint32 sentQueueNumFrames = 8;
      Returns:
      Whether the sentQueueNumFrames field is set.
    • getSentQueueNumFrames

      int getSentQueueNumFrames()
       Number of unacknowledged frames in the sent queue
       
      optional uint32 sentQueueNumFrames = 8;
      Returns:
      The sentQueueNumFrames.
    • hasOutQueueNumFrames

      boolean hasOutQueueNumFrames()
       Number of frames in the out queue (waiting to be picked up by the master chain
       multiplexer)
       
      optional uint32 outQueueNumFrames = 9;
      Returns:
      Whether the outQueueNumFrames field is set.
    • getOutQueueNumFrames

      int getOutQueueNumFrames()
       Number of frames in the out queue (waiting to be picked up by the master chain
       multiplexer)
       
      optional uint32 outQueueNumFrames = 9;
      Returns:
      The outQueueNumFrames.
    • hasTxCount

      boolean hasTxCount()
       How many times the last frame has been transmitted
       
      optional uint32 txCount = 10;
      Returns:
      Whether the txCount field is set.
    • getTxCount

      int getTxCount()
       How many times the last frame has been transmitted
       
      optional uint32 txCount = 10;
      Returns:
      The txCount.