-
Notifications
You must be signed in to change notification settings - Fork 20
FuseType
huggins edited this page Apr 10, 2025
·
1 revision
Describes the type of a fuse
enum class EFuseType : uint16
{
Other,
IntelligentInfluence = 10U,
Sensor = 20U,
Selfdestruct = 30U,
UltraQuick = 40U,
Body = 50U,
DeepIntrusion = 60U,
Multifunction = 100U,
PointDetonationPD = 200U,
BaseDetonationBD = 300U,
Contact = 1000U,
Contact_InstantImpact = 1100U,
Contact_Delayed = 1200U,
TenMsDelay_New = 1201U,
TwentyMsDelay_New = 1202U,
FiftyMsDelay_New = 1205U,
SixtyMsDelay_New = 1206U,
OneHundredMsDelay_New = 1210U,
OneTwentyFiveMsDelay_New = 1212U,
TwoFiftyMsDelay_New = 1225U,
FiveMsDelay = 1250U,
FifteenMsDelay = 1251U,
TwentyFiveMsDelay = 1252U,
ThirtyMsDelay = 1253U,
ThirtyFiveMsDelay = 1254U,
FourtyMsDelay = 1255U,
FourtyFiveMsDelay = 1256U,
NinetyMsDelay = 1257U,
OneTwentyMsDelay = 1258U,
OneEightyMsDelay = 1259U,
TwoFortyMsDelay = 1260U,
Contact_ElectronicObliqueContact = 1300U,
Contact_Graze = 1400U,
Contact_Crush = 1500U,
Contact_Hydrostatic = 1600U,
Contact_Mechanical = 1700U,
Contact_Chemical = 1800U,
Contact_Piezoelectric = 1900U,
Contact_PointInitiating = 1910U,
Contact_PointInitiating_BaseDetonating = 1920U,
Contact_BaseDetonating = 1930U,
Contact_BallisticCapandBase = 1940U,
Contact_Base = 1950U,
Contact_Nose = 1960U,
Contact_FittedinStandoffProbe = 1970U,
Contact_Nonaligned = 1980U,
Timed = 2000U,
Timed_Programmable = 2100U,
Timed_Burnout = 2200U,
Timed_Pyrotechnic = 2300U,
Timed_Electronic = 2400U,
Timed_BaseDelay = 2500U,
Timed_ReinforcedNoseImpactDelay = 2600U,
Timed_ShortDelayImpact = 2700U,
TenMsDelay = 2701U,
TwentyMsDelay = 2702U,
FiftyMsDelay = 2705U,
SixtyMsDelay = 2706U,
OneHundredMsDelay = 2710U,
OneTwentyFiveMsDelay = 2712U,
TwoFiftyMsDelay = 2725U,
Timed_NoseMountedVariableDelay = 2800U,
Timed_LongDelaySide = 2900U,
Timed_SelectableDelay = 2910U,
Timed_Impact = 2920U,
Timed_Sequence = 2930U,
Proximity = 3000U,
Proximity_ActiveLaser = 3100U,
Proximity_MagneticMagpolarity = 3200U,
Proximity_ActiveRadarDopplerRadar = 3300U,
Proximity_RadioFrequencyRF = 3400U,
Proximity_Programmable = 3500U,
Proximity_Programmable_Prefragmented = 3600U,
Proximity_Infrared = 3700U,
Command = 4000U,
Command_Electronic_RemotelySet = 4100U,
Altitude = 5000U,
Altitude_RadioAltimeter = 5100U,
Altitude_AirBurst = 5200U,
Depth = 6000U,
Acoustic = 7000U,
Pressure = 8000U,
Pressure_Delay = 8010U,
Inert = 8100U,
Dummy = 8110U,
Practice = 8120U,
PlugRepresenting = 8130U,
Training = 8150U,
Pyrotechnic = 9000U,
Pyrotechnic_Delay = 9010U,
Electrooptical = 9100U,
Electromechanical = 9110U,
Electromechanical_Nose = 9120U,
Strikerless = 9200U,
Strikerless_NoseImpact = 9210U,
Strikerless_CompressionIgnition = 9220U,
CompressionIgnition = 9300U,
CompressionIgnition_Strikerless_NoseImpact = 9310U,
Percussion = 9400U,
Percussion_Instantaneous = 9410U,
Electronic = 9500U,
Electronic_InternallyMounted = 9510U,
Electronic_RangeSetting = 9520U,
Electronic_Programmed = 9530U,
Mechanical = 9600U,
Mechanical_Nose = 9610U,
Mechanical_Tail = 9620U
};| Name | Description |
|---|---|
| Other | |
| IntelligentInfluence | Intelligent Influence |
| Sensor | Sensor |
| Selfdestruct | Self-destruct |
| UltraQuick | Ultra Quick |
| Body | Body |
| DeepIntrusion | Deep Intrusion |
| Multifunction | Multifunction |
| PointDetonationPD | Point Detonation (PD) |
| BaseDetonationBD | Base Detonation (BD) |
| Contact | Contact |
| Contact_InstantImpact | Contact, Instant (Impact) |
| Contact_Delayed | Contact, Delayed |
| TenMsDelay_New | 10 ms delay (New) |
| TwentyMsDelay_New | 20 ms delay (New) |
| FiftyMsDelay_New | 50 ms delay (New) |
| SixtyMsDelay_New | 60 ms delay (New) |
| OneHundredMsDelay_New | 100 ms delay (New) |
| OneTwentyFiveMsDelay_New | 125 ms delay (New) |
| TwoFiftyMsDelay_New | 250 ms delay (New) |
| FiveMsDelay | 5 ms delay |
| FifteenMsDelay | 15 ms delay |
| TwentyFiveMsDelay | 25 ms delay |
| ThirtyMsDelay | 30 ms delay |
| ThirtyFiveMsDelay | 35 ms delay |
| FourtyMsDelay | 40 ms delay |
| FourtyFiveMsDelay | 45 ms delay |
| NinetyMsDelay | 90 ms delay |
| OneTwentyMsDelay | 120 ms delay |
| OneEightyMsDelay | 180 ms delay |
| TwoFortyMsDelay | 240 ms delay |
| Contact_ElectronicObliqueContact | Contact, Electronic (Oblique Contact) |
| Contact_Graze | Contact, Graze |
| Contact_Crush | Contact, Crush |
| Contact_Hydrostatic | Contact, Hydrostatic |
| Contact_Mechanical | Contact, Mechanical |
| Contact_Chemical | Contact, Chemical |
| Contact_Piezoelectric | Contact, Piezoelectric |
| Contact_PointInitiating | Contact, Point Initiating |
| Contact_PointInitiating_BaseDetonating | Contact, Point Initiating, Base Detonating |
| Contact_BaseDetonating | Contact, Base Detonating |
| Contact_BallisticCapandBase | Contact, Ballistic Cap and Base |
| Contact_Base | Contact, Base |
| Contact_Nose | Contact, Nose |
| Contact_FittedinStandoffProbe | Contact, Fitted in Standoff Probe |
| Contact_Nonaligned | Contact, Non-aligned |
| Timed | Timed |
| Timed_Programmable | Timed, Programmable |
| Timed_Burnout | Timed, Burnout |
| Timed_Pyrotechnic | Timed, Pyrotechnic |
| Timed_Electronic | Timed, Electronic |
| Timed_BaseDelay | Timed, Base Delay |
| Timed_ReinforcedNoseImpactDelay | Timed, Reinforced Nose Impact Delay |
| Timed_ShortDelayImpact | Timed, Short Delay Impact |
| TenMsDelay | 10 ms delay |
| TwentyMsDelay | 20 ms delay |
| FiftyMsDelay | 50 ms delay |
| SixtyMsDelay | 60 ms delay |
| OneHundredMsDelay | 100 ms delay |
| OneTwentyFiveMsDelay | 125 ms delay |
| TwoFiftyMsDelay | 250 ms delay |
| Timed_NoseMountedVariableDelay | Timed, Nose Mounted Variable Delay |
| Timed_LongDelaySide | Timed, Long Delay Side |
| Timed_SelectableDelay | Timed, Selectable Delay |
| Timed_Impact | Timed, Impact |
| Timed_Sequence | Timed, Sequence |
| Proximity | Proximity |
| Proximity_ActiveLaser | Proximity, Active Laser |
| Proximity_MagneticMagpolarity | Proximity, Magnetic (Magpolarity) |
| Proximity_ActiveRadarDopplerRadar | Proximity, Active Radar (Doppler Radar) |
| Proximity_RadioFrequencyRF | Proximity, Radio Frequency (RF) |
| Proximity_Programmable | Proximity, Programmable |
| Proximity_Programmable_Prefragmented | Proximity, Programmable, Prefragmented |
| Proximity_Infrared | Proximity, Infrared |
| Command | Command |
| Command_Electronic_RemotelySet | Command, Electronic, Remotely Set |
| Altitude | Altitude |
| Altitude_RadioAltimeter | Altitude, Radio Altimeter |
| Altitude_AirBurst | Altitude, Air Burst |
| Depth | Depth |
| Acoustic | Acoustic |
| Pressure | Pressure |
| Pressure_Delay | Pressure, Delay |
| Inert | Inert |
| Dummy | Dummy |
| Practice | Practice |
| PlugRepresenting | Plug Representing |
| Training | Training |
| Pyrotechnic | Pyrotechnic |
| Pyrotechnic_Delay | Pyrotechnic, Delay |
| Electrooptical | Electro-optical |
| Electromechanical | Electromechanical |
| Electromechanical_Nose | Electromechanical, Nose |
| Strikerless | Strikerless |
| Strikerless_NoseImpact | Strikerless, Nose Impact |
| Strikerless_CompressionIgnition | Strikerless, Compression-Ignition |
| CompressionIgnition | Compression-Ignition |
| CompressionIgnition_Strikerless_NoseImpact | Compression-Ignition, Strikerless, Nose Impact |
| Percussion | Percussion |
| Percussion_Instantaneous | Percussion, Instantaneous |
| Electronic | Electronic |
| Electronic_InternallyMounted | Electronic, Internally Mounted |
| Electronic_RangeSetting | Electronic, Range Setting |
| Electronic_Programmed | Electronic, Programmed |
| Mechanical | Mechanical |
| Mechanical_Nose | Mechanical, Nose |
| Mechanical_Tail | Mechanical, Tail |