Package org.yamcs.protobuf
Interface Commanding.CommandQueueRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Commanding.CommandQueueRequest
,Commanding.CommandQueueRequest.Builder
- Enclosing class:
- Commanding
public static interface Commanding.CommandQueueRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionfor SendCommand and RejectCommandfor SendCommand and RejectCommandfor SetQueueStatefor SetQueueStateboolean
if rebuild is true, the binary packet will be recreated to include new time and sequence countboolean
for SendCommand and RejectCommandboolean
for SetQueueStateboolean
if rebuild is true, the binary packet will be recreated to include new time and sequence countMethods 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
-
hasQueueInfo
boolean hasQueueInfo()for SetQueueState
optional .yamcs.protobuf.commanding.CommandQueueInfo queueInfo = 1;
- Returns:
- Whether the queueInfo field is set.
-
getQueueInfo
Commanding.CommandQueueInfo getQueueInfo()for SetQueueState
optional .yamcs.protobuf.commanding.CommandQueueInfo queueInfo = 1;
- Returns:
- The queueInfo.
-
getQueueInfoOrBuilder
Commanding.CommandQueueInfoOrBuilder getQueueInfoOrBuilder()for SetQueueState
optional .yamcs.protobuf.commanding.CommandQueueInfo queueInfo = 1;
-
hasQueueEntry
boolean hasQueueEntry()for SendCommand and RejectCommand
optional .yamcs.protobuf.commanding.CommandQueueEntry queueEntry = 2;
- Returns:
- Whether the queueEntry field is set.
-
getQueueEntry
Commanding.CommandQueueEntry getQueueEntry()for SendCommand and RejectCommand
optional .yamcs.protobuf.commanding.CommandQueueEntry queueEntry = 2;
- Returns:
- The queueEntry.
-
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];
- Returns:
- Whether the rebuild field is set.
-
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];
- Returns:
- The rebuild.
-