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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionMode 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 Downlink message having DF 18, with CF 2, 3, 5 or 6 (see DO-260B, Table 2-13).Mode S Uplink message.UAT ADS-B message with address qualifier 0, 1, 4 or 5.UAT ADS-B message with address qualifier 2, 3 or 6. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Mode S Downlink message having DF 18, with CF 2, 3, 5 or 6 (see DO-260B, Table 2-13).static final int
Mode S Downlink message, including DF 17 (ADS-B), excluding certain DF 18 message that do not carry data originating from the transmitter themselves.static final int
Mode S Uplink message.static final int
UAT ADS-B message with address qualifier 0, 1, 4 or 5.static final int
UAT ADS-B message with address qualifier 2, 3 or 6. -
Method Summary
Modifier and TypeMethodDescriptionforNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap<ReceiverDProto.StateVectorList.StateVector.DataSource>
valueOf
(int value) Deprecated.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
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
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
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_VALUEMode 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_VALUEMode 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_VALUEMode 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_VALUEUAT 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_VALUEUAT 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 nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.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 nameNullPointerException
- if the argument is null
-
forNumber
- 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 interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.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 nameNullPointerException
- if the argument is null
-