Package org.yamcs.protobuf
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Yamcs.CommandHistoryReplayRequestgetCommandHistoryRequest()optional .yamcs.protobuf.CommandHistoryReplayRequest commandHistoryRequest = 11;Yamcs.CommandHistoryReplayRequestOrBuildergetCommandHistoryRequestOrBuilder()optional .yamcs.protobuf.CommandHistoryReplayRequest commandHistoryRequest = 11;Yamcs.EndActiongetEndAction()what should happen at the end of the replayYamcs.EventReplayRequestgetEventRequest()optional .yamcs.protobuf.EventReplayRequest eventRequest = 10;Yamcs.EventReplayRequestOrBuildergetEventRequestOrBuilder()optional .yamcs.protobuf.EventReplayRequest eventRequest = 10;Yamcs.PacketReplayRequestgetPacketRequest()By default all Packets, Events, CommandHistory are part of the replay Unless one or more of the below requests are specified.Yamcs.PacketReplayRequestOrBuildergetPacketRequestOrBuilder()By default all Packets, Events, CommandHistory are part of the replay Unless one or more of the below requests are specified.Yamcs.ParameterReplayRequestgetParameterRequest()optional .yamcs.protobuf.ParameterReplayRequest parameterRequest = 8;Yamcs.ParameterReplayRequestOrBuildergetParameterRequestOrBuilder()optional .yamcs.protobuf.ParameterReplayRequest parameterRequest = 8;Yamcs.PpReplayRequestgetPpRequest()optional .yamcs.protobuf.PpReplayRequest ppRequest = 12;Yamcs.PpReplayRequestOrBuildergetPpRequestOrBuilder()optional .yamcs.protobuf.PpReplayRequest ppRequest = 12;booleangetReverse()Reverse the direction of the replayYamcs.ReplaySpeedgetSpeed()how fast the replay should goYamcs.ReplaySpeedOrBuildergetSpeedOrBuilder()how fast the replay should gocom.google.protobuf.TimestampgetStart()**Required.** The time at which the replay should start.com.google.protobuf.TimestampOrBuildergetStartOrBuilder()**Required.** The time at which the replay should start.com.google.protobuf.TimestampgetStop()The time at which the replay should stop.com.google.protobuf.TimestampOrBuildergetStopOrBuilder()The time at which the replay should stop.booleanhasCommandHistoryRequest()optional .yamcs.protobuf.CommandHistoryReplayRequest commandHistoryRequest = 11;booleanhasEndAction()what should happen at the end of the replaybooleanhasEventRequest()optional .yamcs.protobuf.EventReplayRequest eventRequest = 10;booleanhasPacketRequest()By default all Packets, Events, CommandHistory are part of the replay Unless one or more of the below requests are specified.booleanhasParameterRequest()optional .yamcs.protobuf.ParameterReplayRequest parameterRequest = 8;booleanhasPpRequest()optional .yamcs.protobuf.PpReplayRequest ppRequest = 12;booleanhasReverse()Reverse the direction of the replaybooleanhasSpeed()how fast the replay should gobooleanhasStart()**Required.** The time at which the replay should start.booleanhasStop()The time at which the replay should stop.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
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;
-
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;
-
getEventRequestOrBuilder
Yamcs.EventReplayRequestOrBuilder getEventRequestOrBuilder()
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;
-
getCommandHistoryRequestOrBuilder
Yamcs.CommandHistoryReplayRequestOrBuilder getCommandHistoryRequestOrBuilder()
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;
-
getPpRequestOrBuilder
Yamcs.PpReplayRequestOrBuilder getPpRequestOrBuilder()
optional .yamcs.protobuf.PpReplayRequest ppRequest = 12;
-
-