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 Details

    • hasStart

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

      com.google.protobuf.Timestamp getStart()
       **Required.** The time at which the replay should start. 
       
      optional .google.protobuf.Timestamp start = 13;
      Returns:
      The start.
    • 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;
      Returns:
      Whether the stop field is set.
    • 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;
      Returns:
      The stop.
    • 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];
      Returns:
      Whether the endAction field is set.
    • getEndAction

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

      boolean hasSpeed()
      how fast the replay should go
       
      optional .yamcs.protobuf.ReplaySpeed speed = 4;
      Returns:
      Whether the speed field is set.
    • getSpeed

      Yamcs.ReplaySpeed getSpeed()
      how fast the replay should go
       
      optional .yamcs.protobuf.ReplaySpeed speed = 4;
      Returns:
      The speed.
    • 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;
      Returns:
      Whether the reverse field is set.
    • getReverse

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

      boolean hasParameterRequest()
      optional .yamcs.protobuf.ParameterReplayRequest parameterRequest = 8;
      Returns:
      Whether the parameterRequest field is set.
    • getParameterRequest

      Yamcs.ParameterReplayRequest getParameterRequest()
      optional .yamcs.protobuf.ParameterReplayRequest parameterRequest = 8;
      Returns:
      The parameterRequest.
    • getParameterRequestOrBuilder

      Yamcs.ParameterReplayRequestOrBuilder getParameterRequestOrBuilder()
      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;
      Returns:
      Whether the packetRequest field is set.
    • 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;
      Returns:
      The packetRequest.
    • 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;
      Returns:
      Whether the eventRequest field is set.
    • getEventRequest

      Yamcs.EventReplayRequest getEventRequest()
      optional .yamcs.protobuf.EventReplayRequest eventRequest = 10;
      Returns:
      The eventRequest.
    • getEventRequestOrBuilder

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

      boolean hasCommandHistoryRequest()
      optional .yamcs.protobuf.CommandHistoryReplayRequest commandHistoryRequest = 11;
      Returns:
      Whether the commandHistoryRequest field is set.
    • getCommandHistoryRequest

      Yamcs.CommandHistoryReplayRequest getCommandHistoryRequest()
      optional .yamcs.protobuf.CommandHistoryReplayRequest commandHistoryRequest = 11;
      Returns:
      The commandHistoryRequest.
    • getCommandHistoryRequestOrBuilder

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

      boolean hasPpRequest()
      optional .yamcs.protobuf.PpReplayRequest ppRequest = 12;
      Returns:
      Whether the ppRequest field is set.
    • getPpRequest

      Yamcs.PpReplayRequest getPpRequest()
      optional .yamcs.protobuf.PpReplayRequest ppRequest = 12;
      Returns:
      The ppRequest.
    • getPpRequestOrBuilder

      Yamcs.PpReplayRequestOrBuilder getPpRequestOrBuilder()
      optional .yamcs.protobuf.PpReplayRequest ppRequest = 12;
    • hasAutostart

      boolean hasAutostart()
       Start the replay following initialization
       Defaults to true, if unspecified
       
      optional bool autostart = 16 [default = true];
      Returns:
      Whether the autostart field is set.
    • getAutostart

      boolean getAutostart()
       Start the replay following initialization
       Defaults to true, if unspecified
       
      optional bool autostart = 16 [default = true];
      Returns:
      The autostart.