-
Notifications
You must be signed in to change notification settings - Fork 20
ProtocolFamily
huggins edited this page Apr 10, 2025
·
1 revision
Describes the protocol family that a DIS PDU belongs to
enum class EProtocolFamily : uint8
{
Other,
EntityInformation_Interaction,
Warfare,
Logistics,
RadioCommunication,
SimulationManagement,
DistributedEmissionRegeneration,
EntityManagement,
Minefield,
SyntheticEnvironment,
SimulationManagementWithReliability,
LiveEntity,
NonRealTime
};| Name | Description |
|---|---|
| Other | |
| EntityInformation_Interaction | Entity Information/Interaction |
| Warfare | Warfare |
| Logistics | Logistics |
| RadioCommunication | Radio Communication |
| SimulationManagement | Simulation Management |
| DistributedEmissionRegeneration | Distributed Emission Regeneration |
| EntityManagement | Entity Management |
| Minefield | Minefield |
| SyntheticEnvironment | Synthetic Environment |
| SimulationManagementWithReliability | Simulation Management With Reliability |
| LiveEntity | Live Entity |
| NonRealTime | Non-Real Time |