Skip to content

ProtocolFamily

huggins edited this page Apr 10, 2025 · 1 revision

Protocol Family

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
};

Values

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

Clone this wiki locally