Interface Commanding.CommandQueueRequestOrBuilder

    • Method Detail

      • hasQueueInfo

        boolean hasQueueInfo()
         for SetQueueState
         
        optional .yamcs.protobuf.commanding.CommandQueueInfo queueInfo = 1;
      • getQueueInfo

        Commanding.CommandQueueInfo getQueueInfo()
         for SetQueueState
         
        optional .yamcs.protobuf.commanding.CommandQueueInfo queueInfo = 1;
      • hasQueueEntry

        boolean hasQueueEntry()
        for SendCommand and RejectCommand
         
        optional .yamcs.protobuf.commanding.CommandQueueEntry queueEntry = 2;
      • getQueueEntry

        Commanding.CommandQueueEntry getQueueEntry()
        for SendCommand and RejectCommand
         
        optional .yamcs.protobuf.commanding.CommandQueueEntry queueEntry = 2;
      • getQueueEntryOrBuilder

        Commanding.CommandQueueEntryOrBuilder getQueueEntryOrBuilder()
        for SendCommand and RejectCommand
         
        optional .yamcs.protobuf.commanding.CommandQueueEntry queueEntry = 2;
      • hasRebuild

        boolean hasRebuild()
        if rebuild is true, the binary packet will be recreated to include new time and sequence count
         
        optional bool rebuild = 3 [default = false];
      • getRebuild

        boolean getRebuild()
        if rebuild is true, the binary packet will be recreated to include new time and sequence count
         
        optional bool rebuild = 3 [default = false];