-
Notifications
You must be signed in to change notification settings - Fork 20
EmitterSystemFunction
huggins edited this page Apr 10, 2025
·
1 revision
This field shall specify the function for a particular emitter. This field is intended to help receiving entities determine if the Electromagnetic Emission PDU is of interest to the systems simulated by that entity. This field shall be represented by an 8-bit enumeration.
enum class EEmitterSystemFunction : uint8
{
Other,
MultiFunction,
EarlyWarning_Surveillance,
HeightFinder,
FireControl,
Acquisition_Detection,
Tracker,
Guidance_Illumination,
Firingpoint_launchpointlocation,
RangeOnly,
RadarAltimeter,
Imaging,
MotionDetection,
Navigation,
Weather_Meteorological,
Instrumentation,
Identification_Classification,
AntiAircraftArtilleryFireControl,
AirSearch_Bomb,
AirIntercept,
Altimeter,
AirMapping,
AirTrafficControl,
Beacon,
BattlefieldSurveillance,
GroundControlApproach,
GroundControlIntercept,
CoastalSurveillance,
Decoy_Mimic,
DataTransmission,
EarthSurveillance,
GunLayBeacon,
GroundMapping,
HarborSurveillance,
IdentifyFriendOrFoe_Deprecated,
InstrumentLandingSystem,
IonosphericSound,
Interrogator,
BarrageJamming_Deprecated,
ClickJamming_Deprecated,
DeceptiveJamming_Deprecated,
FrequencySweptJamming_Deprecated,
Jammer,
NoiseJamming_Deprecated,
PulsedJamming_Deprecated,
RepeaterJamming_Deprecated,
SpotNoiseJamming_Deprecated,
MissileAcquisition,
MissileDownlink,
Meteorological_Deprecated,
Space,
SurfaceSearch,
ShellTracking,
Television = 56U,
Unknown,
VideoRemoting,
ExperimentalOrTraining,
MissileGuidance,
MissileHoming,
MissileTracking,
JammingNoise_Deprecated = 64U,
JammingDeception_Deprecated,
Decoy_Deprecated,
Navigation_DistanceMeasuringEquipment = 71U,
TerrainFollowing,
WeatherAvoidance,
ProximityFuse,
Instrumentation_Deprecated,
Radiosonde,
Sonobuoy,
BathythermalSensor,
TowedCounterMeasure,
WeaponNonLethal = 96U,
WeaponLethal
};| Name | Description |
|---|---|
| Other | |
| MultiFunction | |
| EarlyWarning_Surveillance | |
| HeightFinder | |
| FireControl | |
| Acquisition_Detection | |
| Tracker | |
| Guidance_Illumination | |
| Firingpoint_launchpointlocation | |
| RangeOnly | |
| RadarAltimeter | |
| Imaging | |
| MotionDetection | |
| Navigation | |
| Weather_Meteorological | |
| Instrumentation | |
| Identification_Classification | |
| AntiAircraftArtilleryFireControl | |
| AirSearch_Bomb | |
| AirIntercept | |
| Altimeter | |
| AirMapping | |
| AirTrafficControl | |
| Beacon | |
| BattlefieldSurveillance | |
| GroundControlApproach | |
| GroundControlIntercept | |
| CoastalSurveillance | |
| Decoy_Mimic | |
| DataTransmission | |
| EarthSurveillance | |
| GunLayBeacon | |
| GroundMapping | |
| HarborSurveillance | |
| IdentifyFriendOrFoe_Deprecated | |
| InstrumentLandingSystem | |
| IonosphericSound | |
| Interrogator | |
| BarrageJamming_Deprecated | |
| ClickJamming_Deprecated | |
| DeceptiveJamming_Deprecated | |
| FrequencySweptJamming_Deprecated | |
| Jammer | |
| NoiseJamming_Deprecated | |
| PulsedJamming_Deprecated | |
| RepeaterJamming_Deprecated | |
| SpotNoiseJamming_Deprecated | |
| MissileAcquisition | |
| MissileDownlink | |
| Meteorological_Deprecated | |
| Space | |
| SurfaceSearch | |
| ShellTracking | |
| Television | |
| Unknown | |
| VideoRemoting | |
| ExperimentalOrTraining | |
| MissileGuidance | |
| MissileHoming | |
| MissileTracking | |
| JammingNoise_Deprecated | |
| JammingDeception_Deprecated | |
| Decoy_Deprecated | |
| Navigation_DistanceMeasuringEquipment | |
| TerrainFollowing | |
| WeatherAvoidance | |
| ProximityFuse | |
| Instrumentation_Deprecated | |
| Radiosonde | |
| Sonobuoy | |
| BathythermalSensor | |
| TowedCounterMeasure | |
| WeaponNonLethal | |
| WeaponLethal |