Interface Commanding.CommandQueueEventOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Commanding.CommandQueueEntry getData()
      optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
      Commanding.CommandQueueEntryOrBuilder getDataOrBuilder()
      optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
      Commanding.CommandQueueEvent.Type getType()
      optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;
      boolean hasData()
      optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
      boolean hasType()
      optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;
      • Methods 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 Detail

      • hasType

        boolean hasType()
        optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;
      • hasData

        boolean hasData()
        optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;