Interface ILcdARINCCommunicationFeature
- All Superinterfaces:
ILcdServiceFeature
- All Known Subinterfaces:
ILcdARINCAerodromeCommunicationFeature
,ILcdARINCEnrouteCommunicationFeature
This interface extends the more general applicable features defined in the
ILcdServiceFeature
interface with ARINC specific features.
If a featured domain object contains a value for a feature, this value should
comply with the terms specified in this interface.- Since:
- 6.2
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The Altitude Description field will designate whether a waypoint should be crossed "at", "at or above","at or below" or "at or above to at or below" specified altitudes.static final String
The Communication Altitude fields are used to define the altitude restrictions that the frequency is to be used within.static final String
The Communication Altitude fields are used to define the altitude restrictions that the frequency is to be used within.static final String
The Communication Frequency field specifies a frequency for the facility identified in the Communication Type.static final String
The Frequency Units field will designate the frequency spectrum area for the frequency in the Communication Frequency.static final String
The Communication Receive Frequency field specifies a receive frequency for the facility identified in the Communication Type.static final String
The Communication Transmit Frequency field specifies a transmit frequency for the facility identified in the Communication Type.static final String
The tree letter type of the communication object.static final String
A code permitting to categorize communication facilities by geographical area (standard record) or by airline for whom the data is provided (tailored record).static final String
The Guard/Transmit field is used to indicate if the frequency shown in the Communication Frequency field is used, by the station, to receive voice communications or to transmit voice on.static final String
The 24H Indicator field is used to indicate if the frequency is available on a 24 hour basis or only on a part time base.static final String
The Magnetic Variation field specifies the angular difference between True North and Magnetic North at the location defined in the record.static final String
The Modulation field will design the type of modulation for the frequency in the Communication Frequency field.static final String
The Radar field indicates whether or not the communication unit has access to information derived from primary or secondary radar and can use that information in fulfilling their assigned tasks.static final String
The Remote Facility field is used to define the Navaid that a Remote Communications Outlet (RCO) will be transmitting through.static final String
The two letter ICAO region of the remote facility.static final String
The Service Indicator field is used to further define the use of the frequency for the specified Communication Type.static final String
High Frequency (HF) signals used in aeronautical communications can be the complete signal or a portion of the signal, called a sideband.
-
Field Details
-
CUSTOMER_AREA_CODE
A code permitting to categorize communication facilities by geographical area (standard record) or by airline for whom the data is provided (tailored record). The customer/area code is of the typeString
.- See Also:
-
COMMUNICATION_TYPE
The tree letter type of the communication object. The communication type is of the typeTLcdCommunicationType
.- See Also:
-
COMMUNICATION_FREQUENCY
The Communication Frequency field specifies a frequency for the facility identified in the Communication Type. As of ARINC 424-19, this property is replaced by two separate properties to indicate the frequency for transmitting and receiving, i.e.COMMUNICATION_TRANSMIT_FREQUENCY
andCOMMUNICATION_RECEIVE_FREQUENCY
. For ARINC 424-19 or higher, this property will contain the transmit frequency. Communication frequency is of the typeDouble
.- See Also:
-
COMMUNICATION_FREQUENCY_UNIT
The Frequency Units field will designate the frequency spectrum area for the frequency in the Communication Frequency. Frequency Units is of the typeTLcdFrequencyUnit
.- See Also:
-
COMMUNICATION_TRANSMIT_FREQUENCY
The Communication Transmit Frequency field specifies a transmit frequency for the facility identified in the Communication Type. The frequency value is of the typeDouble
.- Since:
- 2016.1.58
- See Also:
-
COMMUNICATION_RECEIVE_FREQUENCY
The Communication Receive Frequency field specifies a receive frequency for the facility identified in the Communication Type. The frequency value is of the typeDouble
.- Since:
- 2016.1.58
- See Also:
-
GUARD_TRANSMIT
The Guard/Transmit field is used to indicate if the frequency shown in the Communication Frequency field is used, by the station, to receive voice communications or to transmit voice on. Guard/Transmit is of the typeTLcdGuardTransmitType
.- See Also:
-
SERVICE_INDICATOR
The Service Indicator field is used to further define the use of the frequency for the specified Communication Type. Service indicator is a fixed lengthString
of length 3.- See Also:
-
RADAR_SERVICE
The Radar field indicates whether or not the communication unit has access to information derived from primary or secondary radar and can use that information in fulfilling their assigned tasks. Radar capabilities is of the typeBoolean
.- See Also:
-
MODULATION
The Modulation field will design the type of modulation for the frequency in the Communication Frequency field. Modulation is of the typeTLcdModulationType
.- See Also:
-
SIGNAL_EMISSION
High Frequency (HF) signals used in aeronautical communications can be the complete signal or a portion of the signal, called a sideband. The Signal Emission field will designate for each HF Frequency what emission is used. Signal emission is of the typeTLcdSignalEmissionType
.- See Also:
-
MAGNETIC_VARIATION
The Magnetic Variation field specifies the angular difference between True North and Magnetic North at the location defined in the record. Dynamic Magnetic Variation is a computer model derived value and takes location and date into consideration. Magnetic variation is of the typeString
.- See Also:
-
H24_INDICATOR
The 24H Indicator field is used to indicate if the frequency is available on a 24 hour basis or only on a part time base. H24 indicator is of the typeBoolean
.- See Also:
-
ALTITUDE_DESCRIPTION
The Altitude Description field will designate whether a waypoint should be crossed "at", "at or above","at or below" or "at or above to at or below" specified altitudes. Altitude description is of the typeTLcdAltitudeType
.- See Also:
-
COMMUNICATION_ALTITUDE1
The Communication Altitude fields are used to define the altitude restrictions that the frequency is to be used within. Communication altitude is of the typeInteger
.- See Also:
-
COMMUNICATION_ALTITUDE2
The Communication Altitude fields are used to define the altitude restrictions that the frequency is to be used within. Communication altitude is of the typeInteger
.- See Also:
-
REMOTE_FACILITY
The Remote Facility field is used to define the Navaid that a Remote Communications Outlet (RCO) will be transmitting through. Remote facility is of the typeILcdPoint
.- See Also:
-
REMOTE_FACILITY_ICAO
The two letter ICAO region of the remote facility. For ICAO regions starting with a 'K', the second character is not unambiguous specified by the different formats. ARINC will use regions like K1, K2, etc. while DAFIF specifies regions like KZ, KA, etc. . The ICAO region is of the typeString
.- See Also:
-