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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Commanding.CommandQueueEntrygetQueueEntry()for SendCommand and RejectCommandCommanding.CommandQueueEntryOrBuildergetQueueEntryOrBuilder()for SendCommand and RejectCommandCommanding.CommandQueueInfogetQueueInfo()for SetQueueStateCommanding.CommandQueueInfoOrBuildergetQueueInfoOrBuilder()for SetQueueStatebooleangetRebuild()if rebuild is true, the binary packet will be recreated to include new time and sequence countbooleanhasQueueEntry()for SendCommand and RejectCommandbooleanhasQueueInfo()for SetQueueStatebooleanhasRebuild()if rebuild is true, the binary packet will be recreated to include new time and sequence count-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
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;
-
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];
-
-