Enum Class ReceiverDProto.StateVectorList.StateVector.DataSource

java.lang.Object
java.lang.Enum<ReceiverDProto.StateVectorList.StateVector.DataSource>
de.serosystems.proto.v3.grx.receiverd.ReceiverDProto.StateVectorList.StateVector.DataSource
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<ReceiverDProto.StateVectorList.StateVector.DataSource>, Constable
Enclosing class:
ReceiverDProto.StateVectorList.StateVector

public static enum ReceiverDProto.StateVectorList.StateVector.DataSource extends Enum<ReceiverDProto.StateVectorList.StateVector.DataSource> implements com.google.protobuf.ProtocolMessageEnum

 Data source.
 
Protobuf enum serosystems.proto.v3.grx.receiverd.StateVectorList.StateVector.DataSource
  • Enum Constant Details

    • MODE_S_DL

      
       Mode S Downlink message, including DF 17 (ADS-B), excluding certain
        DF 18 message that do not carry data originating from the transmitter
        themselves.
       
      MODE_S_DL = 0;
    • MODE_S_UL

      
       Mode S Uplink message. Set when
        1. ACAS broadcast or resolutionmessage (UF 16) is received
        2. target is selectively interrogated by another transmitter
       
      MODE_S_UL = 1;
    • MODE_S_DL_ADS_R_TIS_B

      public static final ReceiverDProto.StateVectorList.StateVector.DataSource MODE_S_DL_ADS_R_TIS_B
      
       Mode S Downlink message having DF 18, with CF 2, 3, 5 or 6 (see
        DO-260B, Table 2-13).
       Those are all messages where the transmitter itself does not carry the
        address, but re-broadcasts the message in some way.
       Note: there is no distinction between TIS-B and ADS-R.
       If the address is not an ICAO 24-bit address, the address qualifier
        may contain further information to distinguish between TIS-B and
        ADS-R.
       
      MODE_S_DL_ADS_R_TIS_B = 2;
    • UAT_ADS_B

      
       UAT ADS-B message with address qualifier 0, 1, 4 or 5.
       Those contain data originating from the transmitter themselves.
       
      UAT_ADS_B = 3;
    • UAT_ADS_R_TIS_B

      public static final ReceiverDProto.StateVectorList.StateVector.DataSource UAT_ADS_R_TIS_B
      
       UAT ADS-B message with address qualifier 2, 3 or 6.
       Note: there is no distinction between TIS-B and ADS-R.
       If the address is not an ICAO 24-bit address, the address qualifier
        may contain further information to distinguish between TIS-B and
        ADS-R.
       
      UAT_ADS_R_TIS_B = 4;
    • UNRECOGNIZED

  • Field Details

    • MODE_S_DL_VALUE

      public static final int MODE_S_DL_VALUE
      
       Mode S Downlink message, including DF 17 (ADS-B), excluding certain
        DF 18 message that do not carry data originating from the transmitter
        themselves.
       
      MODE_S_DL = 0;
      See Also:
    • MODE_S_UL_VALUE

      public static final int MODE_S_UL_VALUE
      
       Mode S Uplink message. Set when
        1. ACAS broadcast or resolutionmessage (UF 16) is received
        2. target is selectively interrogated by another transmitter
       
      MODE_S_UL = 1;
      See Also:
    • MODE_S_DL_ADS_R_TIS_B_VALUE

      public static final int MODE_S_DL_ADS_R_TIS_B_VALUE
      
       Mode S Downlink message having DF 18, with CF 2, 3, 5 or 6 (see
        DO-260B, Table 2-13).
       Those are all messages where the transmitter itself does not carry the
        address, but re-broadcasts the message in some way.
       Note: there is no distinction between TIS-B and ADS-R.
       If the address is not an ICAO 24-bit address, the address qualifier
        may contain further information to distinguish between TIS-B and
        ADS-R.
       
      MODE_S_DL_ADS_R_TIS_B = 2;
      See Also:
    • UAT_ADS_B_VALUE

      public static final int UAT_ADS_B_VALUE
      
       UAT ADS-B message with address qualifier 0, 1, 4 or 5.
       Those contain data originating from the transmitter themselves.
       
      UAT_ADS_B = 3;
      See Also:
    • UAT_ADS_R_TIS_B_VALUE

      public static final int UAT_ADS_R_TIS_B_VALUE
      
       UAT ADS-B message with address qualifier 2, 3 or 6.
       Note: there is no distinction between TIS-B and ADS-R.
       If the address is not an ICAO 24-bit address, the address qualifier
        may contain further information to distinguish between TIS-B and
        ADS-R.
       
      UAT_ADS_R_TIS_B = 4;
      See Also:
  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static ReceiverDProto.StateVectorList.StateVector.DataSource forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<ReceiverDProto.StateVectorList.StateVector.DataSource> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static ReceiverDProto.StateVectorList.StateVector.DataSource valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null