All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.SubscribedParameterInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/processing/processing.proto

package org.yamcs.protobuf;

public interface SubscribedParameterInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.processing.SubscribedParameterInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Qualified parameter name
   * 
* * optional string parameter = 1; * @return Whether the parameter field is set. */ boolean hasParameter(); /** *
   * Qualified parameter name
   * 
* * optional string parameter = 1; * @return The parameter. */ java.lang.String getParameter(); /** *
   * Qualified parameter name
   * 
* * optional string parameter = 1; * @return The bytes for parameter. */ com.google.protobuf.ByteString getParameterBytes(); /** *
   * Engineering units
   * 
* * optional string units = 2; * @return Whether the units field is set. */ boolean hasUnits(); /** *
   * Engineering units
   * 
* * optional string units = 2; * @return The units. */ java.lang.String getUnits(); /** *
   * Engineering units
   * 
* * optional string units = 2; * @return The bytes for units. */ com.google.protobuf.ByteString getUnitsBytes(); /** *
   * Data source
   * 
* * optional .yamcs.protobuf.mdb.DataSourceType dataSource = 3; * @return Whether the dataSource field is set. */ boolean hasDataSource(); /** *
   * Data source
   * 
* * optional .yamcs.protobuf.mdb.DataSourceType dataSource = 3; * @return The dataSource. */ org.yamcs.protobuf.Mdb.DataSourceType getDataSource(); /** *
   * Enumeration states, in case this concerns an enumerated parameter
   * 
* * repeated .yamcs.protobuf.mdb.EnumValue enumValues = 4; */ java.util.List getEnumValuesList(); /** *
   * Enumeration states, in case this concerns an enumerated parameter
   * 
* * repeated .yamcs.protobuf.mdb.EnumValue enumValues = 4; */ org.yamcs.protobuf.Mdb.EnumValue getEnumValues(int index); /** *
   * Enumeration states, in case this concerns an enumerated parameter
   * 
* * repeated .yamcs.protobuf.mdb.EnumValue enumValues = 4; */ int getEnumValuesCount(); /** *
   * Enumeration states, in case this concerns an enumerated parameter
   * 
* * repeated .yamcs.protobuf.mdb.EnumValue enumValues = 4; */ java.util.List getEnumValuesOrBuilderList(); /** *
   * Enumeration states, in case this concerns an enumerated parameter
   * 
* * repeated .yamcs.protobuf.mdb.EnumValue enumValues = 4; */ org.yamcs.protobuf.Mdb.EnumValueOrBuilder getEnumValuesOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy