Go to the source code of this file.
|
| typedef unsigned | DtEnumUid |
| | DtEnumUid represents a uid used in SISO-REF-010 or any of the MAK enumerations files. More...
|
| |
|
| enum | DtEntityTypeField {
DtNoEntityTypeField = 0,
DtKindField = 1,
DtDomainField = 2,
DtCountryField = 3,
DtCategoryField = 4,
DtSubcategoryField = 5,
DtSpecificField = 6,
DtExtraField = 7,
DtNumEntityTypeFields
} |
| | The different fields of an entity type. More...
|
| |
| enum | DtSisoEnumUid {
DtKindUid = 7,
DtCountryUid = 29,
DtEntityTypesUid = 30,
DtArticulatedPartsUid = 59,
DtWarheadUid = 60,
DtEmitterNameUid = 75,
DtEmitterSystemFunctionUid = 76,
DtEmitterBeamFunctionUid = 78,
DtAcousticSystemNameUid = 144,
DtAcousticBeamFunctionUid = 145,
DtScanPatternUid = 147,
DtAggregateKindUid = 206,
DtAggregateCategoryUid = 207,
DtAggregateSubcategoryUid = 208,
DtAggregateSpecificUid = 209,
DtIsPartOfStationNameUid = 212,
DtPropulsionPlantConfigurationUid = 335
} |
| | Well known uids from the SISO enumerations document. More...
|
| |
| enum | DtVrfEnumUid { DtVrfRangeRingUid = 2000000,
DtVrfResourceBinsUid = DtVrfRangeRingUid + 1,
DtVrfResourceMeasurementsUid = DtVrfResourceBinsUid + 1,
DtVrfResourceDefaultMeasurementUid = DtVrfResourceMeasurementsUid + 1
} |
| | uids from the VRF enumerations file. More...
|
| |
DtEnumUid represents a uid used in SISO-REF-010 or any of the MAK enumerations files.
The different fields of an entity type.
| Enumerator |
|---|
| DtNoEntityTypeField |
|
| DtKindField |
|
| DtDomainField |
|
| DtCountryField |
|
| DtCategoryField |
|
| DtSubcategoryField |
|
| DtSpecificField |
|
| DtExtraField |
|
| DtNumEntityTypeFields |
|
Well known uids from the SISO enumerations document.
There are many others, but these are the uids for the enumerations that are loaded by default.
| Enumerator |
|---|
| DtKindUid |
|
| DtCountryUid |
|
| DtEntityTypesUid |
|
| DtArticulatedPartsUid |
|
| DtWarheadUid |
|
| DtEmitterNameUid |
|
| DtEmitterSystemFunctionUid |
|
| DtEmitterBeamFunctionUid |
|
| DtAcousticSystemNameUid |
|
| DtAcousticBeamFunctionUid |
|
| DtScanPatternUid |
|
| DtAggregateKindUid |
|
| DtAggregateCategoryUid |
|
| DtAggregateSubcategoryUid |
|
| DtAggregateSpecificUid |
|
| DtIsPartOfStationNameUid |
|
| DtPropulsionPlantConfigurationUid |
|
uids from the VRF enumerations file.
| Enumerator |
|---|
| DtVrfRangeRingUid |
|
| DtVrfResourceBinsUid |
|
| DtVrfResourceMeasurementsUid |
|
| DtVrfResourceDefaultMeasurementUid |
|