Interface Yamcs.ReplayRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Yamcs.ReplayRequest, Yamcs.ReplayRequest.Builder
    Enclosing class:
    Yamcs

    public static interface Yamcs.ReplayRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasStart

        boolean hasStart()
         **Required.** The time at which the replay should start. 
         
        optional .google.protobuf.Timestamp start = 13;
      • getStart

        com.google.protobuf.Timestamp getStart()
         **Required.** The time at which the replay should start. 
         
        optional .google.protobuf.Timestamp start = 13;
      • getStartOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
         **Required.** The time at which the replay should start. 
         
        optional .google.protobuf.Timestamp start = 13;
      • hasStop

        boolean hasStop()
         The time at which the replay should stop. 
         If unspecified, the replay will keep going as long  as there is remaining data.
         
        optional .google.protobuf.Timestamp stop = 14;
      • getStop

        com.google.protobuf.Timestamp getStop()
         The time at which the replay should stop. 
         If unspecified, the replay will keep going as long  as there is remaining data.
         
        optional .google.protobuf.Timestamp stop = 14;
      • getStopOrBuilder

        com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
         The time at which the replay should stop. 
         If unspecified, the replay will keep going as long  as there is remaining data.
         
        optional .google.protobuf.Timestamp stop = 14;
      • hasEndAction

        boolean hasEndAction()
        what should happen at the end of the replay
         
        optional .yamcs.protobuf.EndAction endAction = 3 [default = QUIT];
      • getEndAction

        Yamcs.EndAction getEndAction()
        what should happen at the end of the replay
         
        optional .yamcs.protobuf.EndAction endAction = 3 [default = QUIT];
      • hasSpeed

        boolean hasSpeed()
        how fast the replay should go
         
        optional .yamcs.protobuf.ReplaySpeed speed = 4;
      • getSpeed

        Yamcs.ReplaySpeed getSpeed()
        how fast the replay should go
         
        optional .yamcs.protobuf.ReplaySpeed speed = 4;
      • getSpeedOrBuilder

        Yamcs.ReplaySpeedOrBuilder getSpeedOrBuilder()
        how fast the replay should go
         
        optional .yamcs.protobuf.ReplaySpeed speed = 4;
      • hasReverse

        boolean hasReverse()
         Reverse the direction of the replay
         
        optional bool reverse = 15;
      • getReverse

        boolean getReverse()
         Reverse the direction of the replay
         
        optional bool reverse = 15;
      • hasParameterRequest

        boolean hasParameterRequest()
        optional .yamcs.protobuf.ParameterReplayRequest parameterRequest = 8;
      • getParameterRequest

        Yamcs.ParameterReplayRequest getParameterRequest()
        optional .yamcs.protobuf.ParameterReplayRequest parameterRequest = 8;
      • hasPacketRequest

        boolean hasPacketRequest()
         By default all Packets, Events, CommandHistory are part of the replay
         Unless one or more of the below requests are specified.
         
        optional .yamcs.protobuf.PacketReplayRequest packetRequest = 9;
      • getPacketRequest

        Yamcs.PacketReplayRequest getPacketRequest()
         By default all Packets, Events, CommandHistory are part of the replay
         Unless one or more of the below requests are specified.
         
        optional .yamcs.protobuf.PacketReplayRequest packetRequest = 9;
      • getPacketRequestOrBuilder

        Yamcs.PacketReplayRequestOrBuilder getPacketRequestOrBuilder()
         By default all Packets, Events, CommandHistory are part of the replay
         Unless one or more of the below requests are specified.
         
        optional .yamcs.protobuf.PacketReplayRequest packetRequest = 9;
      • hasEventRequest

        boolean hasEventRequest()
        optional .yamcs.protobuf.EventReplayRequest eventRequest = 10;
      • getEventRequest

        Yamcs.EventReplayRequest getEventRequest()
        optional .yamcs.protobuf.EventReplayRequest eventRequest = 10;
      • hasCommandHistoryRequest

        boolean hasCommandHistoryRequest()
        optional .yamcs.protobuf.CommandHistoryReplayRequest commandHistoryRequest = 11;
      • getCommandHistoryRequest

        Yamcs.CommandHistoryReplayRequest getCommandHistoryRequest()
        optional .yamcs.protobuf.CommandHistoryReplayRequest commandHistoryRequest = 11;
      • hasPpRequest

        boolean hasPpRequest()
        optional .yamcs.protobuf.PpReplayRequest ppRequest = 12;
      • getPpRequest

        Yamcs.PpReplayRequest getPpRequest()
        optional .yamcs.protobuf.PpReplayRequest ppRequest = 12;