-
Notifications
You must be signed in to change notification settings - Fork 20
PDUType
huggins edited this page May 3, 2023
·
3 revisions
The various types of PDUs that are supported by the OpenDIS libraries that the GRILL DIS plugin utilizes.
enum class EPDUType : uint8
{
Other,
EntityState,
Fire,
Detonation,
Collision,
ServiceRequest,
ResupplyOffer,
RessuplyReceived,
ResupplyCancel,
RepairComplete,
RepairResponse,
CreateEntity,
RemoveEntity,
Start_Resume,
Stop_Freeze,
Acknowledge,
ActionRequest,
ActionResponse,
DataQuery,
SetData,
Data,
EventReport,
Comment,
ElectromagneticEmission,
Designator,
Transmitter,
Signal,
Receiver,
IFF,
UnderwaterAcoustic,
SupplementalEmission_EntityState,
IntercomSignal,
IntercomControl,
AggregateState,
IsGroupOf,
TransferOwnership,
IsPartOf,
MinefieldState,
MinefieldQuery,
MinefieldData,
MinefieldResponseNegativeAcknowledgement,
EnvironmentalProcess,
GriddedData,
PointObjectState,
LinearObjectState,
ArealObjectState,
TimeSpacePositionInformation,
Appearance,
ArticulatedParts,
LEFire,
LEDetonate,
CreateEntity_R,
RemoveEntity_R,
Start_Resume_R,
Stop_Freeze_R,
Acknowledge_R,
ActionRequest_R,
ActionResponse_R,
DataQuery_R,
SetData_R,
Data_R,
EventReport_R,
Comment_R_Message,
Record_R,
SetRecord_R,
RecordQuery_R,
Collision_Elastic,
EntityStateUpdate,
DirectedEnergyFire,
EntityDamageStatus,
InformationOperationsAction,
InformationOperationsReport,
Attribute
};| Name | Description |
|---|---|
| Other | |
| EntityState | |
| Fire | |
| Detonation | |
| Collision | |
| ServiceRequest | |
| ResupplyOffer | |
| RessuplyReceived | |
| ResupplyCancel | |
| RepairComplete | |
| RepairResponse | |
| CreateEntity | |
| RemoveEntity | |
| Start_Resume | |
| Stop_Freeze | |
| Acknowledge | |
| ActionRequest | |
| ActionResponse | |
| DataQuery | |
| SetData | |
| Data | |
| EventReport | |
| Comment | |
| ElectromagneticEmission | |
| Designator | |
| Transmitter | |
| Signal | |
| Receiver | |
| IFF | |
| UnderwaterAcoustic | |
| SupplementalEmission_EntityState | |
| IntercomSignal | |
| IntercomSignal | |
| AggregateState | |
| IsGroupOf | |
| TransferOwnership | |
| IsPartOf | |
| MinefieldState | |
| MinefieldQuery | |
| MinefieldData | |
| MinefieldResponseNegativeAcknowledgement | |
| EnvironmentalProcess | |
| GriddedData | |
| PointObjectState | |
| LinearObjectState | |
| ArealObjectState | |
| TimeSpacePositionInformation | |
| Appearance | |
| ArticulatedParts | |
| LEFire | |
| LEDetonate | |
| CreateEntity_R | |
| RemoveEntity_R | |
| Start_Resume_R | |
| Stop_Freeze_R | |
| Acknowledge_R | |
| ActionRequest_R | |
| ActionResponse_R | |
| DataQuery_R | |
| SetData_R | |
| Data_R | |
| EventReport_R | |
| Comment_R_Message | |
| Record_R | |
| SetRecord_R | |
| RecordQuery_R | |
| Collision_Elastic | |
| EntityStateUpdate | |
| DirectedEnergyFire | |
| EntityDamageStatus | |
| InformationOperationsAction | |
| InformationOperationsReport | |
| Attribute |