From 9b517decf09829cfe276b3e499cc3708e413cdcd Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sun, 22 Aug 2021 15:27:37 -0700
Subject: [PATCH] test template

---
 .../homework4/AllPduAssessmentTemplate.md     | 123 ++++++++++++++++++
 1 file changed, 123 insertions(+)
 create mode 100644 assignments/src/MV3500Cohort2021JulySeptember/homework4/AllPduAssessmentTemplate.md

diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework4/AllPduAssessmentTemplate.md b/assignments/src/MV3500Cohort2021JulySeptember/homework4/AllPduAssessmentTemplate.md
new file mode 100644
index 0000000000..7386f67e55
--- /dev/null
+++ b/assignments/src/MV3500Cohort2021JulySeptember/homework4/AllPduAssessmentTemplate.md
@@ -0,0 +1,123 @@
+# IEEE Distributed Interactive Simulation (DIS) version 7 PDU Assessment
+
+| PDU type and PDUs | ID    | &nbsp; &nbsp; Assess |                  | IEEE Standard 1278.1-2012 |
+|-------------------|:-----:|:-----------------------------|:----------------:|:-------------------|
+| _EntityInformationInteractionFamilyPduType_ | _1_ | | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/EntityInformationInteractionFamilyPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_EntityInformationInteractionFamilyPduType.html) | Section 5.3.3. Common superclass for EntityState, Collision, collision-elastic, and entity state update PDUs. |
+| 1.&nbsp;FastEntityStatePdu |  | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/FastEntityStatePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_FastEntityStatePdu.html) | Represents the position and state of one entity in the world. This is identical in function to entity state pdu, but generates less garbage to collect in the Java world. Section 7.2.2. (length of list found in field numberOfVariableParameters) |
+| 2.&nbsp;EntityStatePdu | 1 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/EntityStatePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_EntityStatePdu.html) | 7.2.2. Represents the position and state of one entity in the world. See 5.3.2. (length of list found in field numberOfVariableParameters) |
+| 3.&nbsp;CollisionPdu | 4 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/CollisionPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_CollisionPdu.html) | 7.2.3 Collisions between entities shall be communicated by issuing a Collision PDU. See 5.3.3. |
+| 4.&nbsp;CollisionElasticPdu | 66 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/CollisionElasticPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_CollisionElasticPdu.html) | 7.2.4 Information about elastic collisions in a DIS exercise shall be communicated using a Collision-Elastic PDU. See 5.3.4. |
+| 5.&nbsp;EntityStateUpdatePdu | 67 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/EntityStateUpdatePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_EntityStateUpdatePdu.html) | 7.2.5. Nonstatic information about a particular entity may be communicated by issuing an Entity State Update PDU. 5.3.5. (length of list found in field numberOfVariableParameters) |
+| 6.&nbsp;AttributePdu | 72 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/AttributePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_AttributePdu.html) | 7.2.6. Information about individual attributes for a particular entity, other object, or event may be communicated using an Attribute PDU. The Attribute PDU shall not be used to exchange data available in any other PDU except where explicitly mentioned in the PDU issuance instructions within this standard. See 5.3.6. (length of list found in field numberAttributeRecordSet) |
+
+| PDU type and PDUs | ID    | &nbsp; &nbsp; Assess |                  | IEEE Standard 1278.1-2012 |
+|-------------------|:-----:|:-----------------------------|:----------------:|:-------------------|
+| _WarfareFamilyPduType_ | _2_ | | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/WarfareFamilyPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_WarfareFamilyPduType.html) | Abstract superclass for fire and detonation pdus that have shared information. Section 7.3 |
+| 1.&nbsp;FirePdu | 2 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/FirePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_FirePdu.html) | 7.3.2 Used to communicate the firing of a weapon or expendable. |
+| 2.&nbsp;DetonationPdu | 3 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/DetonationPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_DetonationPdu.html) | 7.3.3 Used to communicate the detonation or impact of munitions, as well as non-munition explosions, the burst or initial bloom of chaff, and the ignition of a flare. (length of list found in field numberOfVariableParameters) |
+| 3.&nbsp;DirectedEnergyFirePdu | 68 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/DirectedEnergyFirePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_DirectedEnergyFirePdu.html) | 7.3.4 Used to communicate the firing of a directed energy weapon. (length of list found in field numberOfDERecords) |
+| 4.&nbsp;EntityDamageStatusPdu | 69 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/EntityDamageStatusPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_EntityDamageStatusPdu.html) | 7.3.5 Used to communicate detailed damage information sustained by an entity regardless of the source of the damage. (length of list found in field numberOfDamageDescription) |
+
+| PDU type and PDUs | ID    | &nbsp; &nbsp; Assess |                  | IEEE Standard 1278.1-2012 |
+|-------------------|:-----:|:-----------------------------|:----------------:|:-------------------|
+| _LogisticsFamilyPduType_ | _3_ | | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/LogisticsFamilyPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_LogisticsFamilyPduType.html) | Abstract superclass for logistics PDUs. Section 7.4 |
+| 1.&nbsp;ServiceRequestPdu | 5 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/ServiceRequestPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_ServiceRequestPdu.html) | 5.5.5 Communicate information associated with one entity requesting a service from another. (length of list found in field numberOfSupplyTypes) |
+| 2.&nbsp;ResupplyOfferPdu | 6 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/ResupplyOfferPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_ResupplyOfferPdu.html) | 5.5.6 Communicate the offer of supplies by a supplying entity to a receiving entity. (length of list found in field numberOfSupplyTypes) |
+| 3.&nbsp;ResupplyReceivedPdu | 7 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/ResupplyReceivedPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_ResupplyReceivedPdu.html) | 5.5.7 Used to acknowledge the receipt of supplies by the receiving entity. (length of list found in field numberOfSupplyTypes) |
+| 4.&nbsp;ResupplyCancelPdu | 8 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/ResupplyCancelPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_ResupplyCancelPdu.html) | 5.5.8 Used to communicate the canceling of a resupply service provided through logistics support. |
+| 5.&nbsp;RepairCompletePdu | 9 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/RepairCompletePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_RepairCompletePdu.html) | 5.5.10 Used by the repairing entity to communicate the repair that has been performed for the entity that requested repair service. |
+| 6.&nbsp;RepairResponsePdu | 10 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/RepairResponsePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_RepairResponsePdu.html) | 5.5.11 used by the receiving entity to acknowledge the receipt of a Repair Complete PDU |
+
+| PDU type and PDUs | ID    | &nbsp; &nbsp; Assess |                  | IEEE Standard 1278.1-2012 |
+|-------------------|:-----:|:-----------------------------|:----------------:|:-------------------|
+| _RadioCommunicationsFamilyPduType_ | _4_ | | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/RadioCommunicationsFamilyPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_RadioCommunicationsFamilyPduType.html) | Abstract superclass for radio communications PDUs. Section 7.7 |
+| 1.&nbsp;TransmitterPdu | 25 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/TransmitterPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_TransmitterPdu.html) | 5.8.3 Communicates the state of a particular radio transmitter or simple intercom. (length of list found in field modulationParameterCount antennaPatternCount) |
+| 2.&nbsp;ReceiverPdu | 27 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/ReceiverPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_ReceiverPdu.html) | 5.8.5 Communicates the state of a particular radio receiver. Its primary application is in communicating state information to radio network monitors, data loggers, and similar applications for use in debugging, supervision, and after-action review. |
+| 3.&nbsp;IntercomControlPdu | 32 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/IntercomControlPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_IntercomControlPdu.html) | 5.8.7 Communicates the state of a particular intercom device, request an action of another intercom device, or respond to an action request. (length of list found in field intercomParametersLength) |
+
+| PDU type and PDUs | ID    | &nbsp; &nbsp; Assess |                  | IEEE Standard 1278.1-2012 |
+|-------------------|:-----:|:-----------------------------|:----------------:|:-------------------|
+| _SimulationManagementFamilyPduType_ | _5_ | | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/SimulationManagementFamilyPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_SimulationManagementFamilyPduType.html) | First part of a simulation management (SIMAN) PDU and SIMAN-Reliability (SIMAN-R) PDU. Sectionn 6.2.81 |
+| 1.&nbsp;CreateEntityPdu | 11 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/CreateEntityPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_CreateEntityPdu.html) | Section 7.5.2. Create a new entity. See 5.6.5.2. |
+| 2.&nbsp;RemoveEntityPdu | 12 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/RemoveEntityPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_RemoveEntityPdu.html) | Section 7.5.3 The removal of an entity from an exercise shall be communicated with a Remove Entity PDU. See 5.6.5.3. |
+| 3.&nbsp;StartResumePdu | 13 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/StartResumePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_StartResumePdu.html) | Section 7.5.4. Start or resume an entity or exercise. See 5.6.5.4. |
+| 4.&nbsp;StopFreezePdu | 14 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/StopFreezePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_StopFreezePdu.html) | Section 7.5.5. Stop or freeze an enity or exercise. See 5.6.5.5 |
+| 5.&nbsp;AcknowledgePdu | 15 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/AcknowledgePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_AcknowledgePdu.html) | 7.5.6 Acknowledges the receipt of a Start/Resume PDU, Stop/Freeze PDU, Create Entity PDU, or Remove Entity PDU. See 5.6.5.6. |
+| 6.&nbsp;ActionRequestPdu | 16 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/ActionRequestPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_ActionRequestPdu.html) | 7.5.7 A request from an SM to a managed entity to perform a specified action. See 5.6.5.7 (length of list found in field numberOfFixedDatumRecords numberOfVariableDatumRecords) |
+| 7.&nbsp;ActionResponsePdu | 17 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/ActionResponsePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_ActionResponsePdu.html) | Section 7.5.8. When an entity receives an Action Request PDU, that entity shall acknowledge the receipt of the Action Request PDU with an Action Response PDU. See 5.6.5.8. (length of list found in field numberOfFixedDatumRecords numberOfVariableDatumRecords) |
+| 8.&nbsp;DataQueryPdu | 18 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/DataQueryPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_DataQueryPdu.html) | Section 7.5.9. Request for data from an entity. See 5.6.5.9 (length of list found in field numberOfFixedDatumRecords numberOfVariableDatumRecords) |
+| 9.&nbsp;SetDataPdu | 19 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/SetDataPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_SetDataPdu.html) | Section 7.5.10. Initializing or changing internal state information shall be communicated using a Set Data PDU. See 5.6.5.10 (length of list found in field numberOfFixedDatumRecords numberOfVariableDatumRecords) |
+| 10.&nbsp;DataPdu | 20 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/DataPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_DataPdu.html) | 7.5.11 Information issued in response to a Data Query PDU or Set Data PDU. Section 5.6.5.11 (length of list found in field numberOfFixedDatumRecords numberOfVariableDatumRecords) |
+| 11.&nbsp;EventReportPdu | 21 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/EventReportPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_EventReportPdu.html) | 7.5.12 Reports occurance of a significant event to the simulation manager. See 5.6.5.12. (length of list found in field numberOfFixedDatumRecords numberOfVariableDatumRecords) |
+| 12.&nbsp;CommentPdu | 22 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/CommentPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_CommentPdu.html) | 7.5.13 Used to enter arbitrary messages (character strings, for example). See 5.6.5.13 (length of list found in field numberOfVariableDatumRecords) |
+
+| PDU type and PDUs | ID    | &nbsp; &nbsp; Assess |                  | IEEE Standard 1278.1-2012 |
+|-------------------|:-----:|:-----------------------------|:----------------:|:-------------------|
+| _DistributedEmissionsRegenerationFamilyPduType_ | _6_ | | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/DistributedEmissionsRegenerationFamilyPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_DistributedEmissionsRegenerationFamilyPduType.html) | Section 5.3.7. Electronic Emissions. Abstract superclass for distributed emissions PDU |
+| 1.&nbsp;ElectromagneticEmissionPdu | 23 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/ElectromagneticEmissionPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_ElectromagneticEmissionPdu.html) | 7.6.2 Communicate active electromagnetic emissions, including radar and radar-related electronic warfare (e.g., jamming). Exceptions include IFF interrogations and replies, navigation aids, voice, beacon and data radio communications, directed energy weapons, and laser ranging and designation systems, which are handled by other PDUs. Section 5.3.7.1. (length of list found in field numberOfSystems) |
+| 2.&nbsp;DesignatorPdu | 24 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/DesignatorPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_DesignatorPdu.html) | 7.6.3 Handles designating operations. See 5.3.7.2. |
+| 3.&nbsp;IFFLayer2Pdu | 28 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/IFFLayer2Pdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_IFFLayer2Pdu.html) | Section 5.3.7.4.2 When present, layer 2 should follow layer 1 and have the following fields. This requires manual cleanup. the beamData attribute semantics are used in multiple ways. UNFINSISHED (length of list found in field numberOfParameters) |
+| 4.&nbsp;IFFPdu <br /> IdentificationFriendOrFoePdu | 28 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/IFFPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_IFFPdu.html) | 7.6.5.1 Information about military and civilian interrogators, transponders, and specific other electronic systems. See 5.7.6 |
+| 5.&nbsp;UnderwaterAcousticPdu | 29 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/UnderwaterAcousticPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_UnderwaterAcousticPdu.html) | 7.6.4 Information about underwater acoustic emmissions. See 5.7.5. (length of list found in field numberOfShafts numberOfAPAs numberOfUAEmitterSystems) |
+| 6.&nbsp;SEESPdu <br /> SupplementalEmissionEntityStatePdu | 30 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/SEESPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_SEESPdu.html) | 7.6.6 Certain supplemental information on an entity’s physical state and emissions. See 5.7.7 (length of list found in field numberOfPropulsionSystems numberOfVectoringNozzleSystems) |
+
+| PDU type and PDUs | ID    | &nbsp; &nbsp; Assess |                  | IEEE Standard 1278.1-2012 |
+|-------------------|:-----:|:-----------------------------|:----------------:|:-------------------|
+| _EntityManagementFamilyPduType_ | _7_ | | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/EntityManagementFamilyPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_EntityManagementFamilyPduType.html) | Managment of grouping of PDUs, and more. Section 7.8 |
+| 1.&nbsp;AggregateStatePdu | 33 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/AggregateStatePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_AggregateStatePdu.html) | 5.9.2.2 The Aggregate State PDU shall be used to communicate the state and other pertinent information about an aggregated unit. (length of list found in field numberOfDisAggregates numberOfDisEntities numberOfSilentAggregateTypes numberOfSilentEntityTypes numberOfVariableDatumRecords) |
+| 2.&nbsp;IsGroupOfPdu | 34 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/IsGroupOfPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_IsGroupOfPdu.html) | 5.9.3.1 The IsGroupOf PDU shall communicate information about the individual states of a group of entities, including state information that is necessary for the receiving simulation applications to represent the issuing group of entities in the simulation applications’ own simulation. (length of list found in field numberOfGroupedEntities) |
+| 3.&nbsp;TransferOwnershipPdu | 35 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/TransferOwnershipPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_TransferOwnershipPdu.html) | Information initiating the dyanic allocation and control of simulation entities between two simulation applications. |
+| 4.&nbsp;IsPartOfPdu | 36 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/IsPartOfPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_IsPartOfPdu.html) | 5.9.5 Used to request hierarchical linkage of separately hosted simulation entities |
+
+| PDU type and PDUs | ID    | &nbsp; &nbsp; Assess |                  | IEEE Standard 1278.1-2012 |
+|-------------------|:-----:|:-----------------------------|:----------------:|:-------------------|
+| _MinefieldFamilyPduType_ | _8_ | | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/MinefieldFamilyPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_MinefieldFamilyPduType.html) | Abstract superclass for PDUs relating to minefields. Section 7.9 |
+| 1.&nbsp;MinefieldStatePdu | 37 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/MinefieldStatePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_MinefieldStatePdu.html) | 5.10.2 Communicate information about the minefield, including the location, perimeter, and types of mines contained within it. (length of list found in field numberOfPerimeterPoints numberOfMineTypes) |
+| 2.&nbsp;MinefieldQueryPdu | 38 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/MinefieldQueryPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_MinefieldQueryPdu.html) | 5.10.3 Contains information about the requesting entity and the region and mine types of interest to the requesting entity. (length of list found in field numberOfPerimeterPoints numberOfSensorTypes) |
+| 3.&nbsp;MinefieldDataPdu | 39 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/MinefieldDataPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_MinefieldDataPdu.html) | 5.10.4 Information about the location and status of a collection of mines in a minefield is conveyed through the Minefield Data PDU on an individual mine basis. (length of list found in field numberOfSensorTypes numberOfMinesInThisPdu numberOfMinesInThisPdu numberOfMinesInThisPdu numberOfMinesInThisPdu numberOfMinesInThisPdu numberOfMinesInThisPdu numberOfMinesInThisPdu numberOfMinesInThisPdu numberOfMinesInThisPdu numberOfMinesInThisPdu numberOfMinesInThisPdu numberOfMinesInThisPdu numberOfMinesInThisPdu numberOfMinesInThisPdu) |
+| 4.&nbsp;MinefieldResponseNACKPdu | 40 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/MinefieldResponseNACKPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_MinefieldResponseNACKPdu.html) | 5.10.5 Contains information about the requesting entity and the PDU(s) that were not received in response to a query. NACK = Negative Acknowledgment. (length of list found in field numberOfMissingPdus) |
+
+| PDU type and PDUs | ID    | &nbsp; &nbsp; Assess |                  | IEEE Standard 1278.1-2012 |
+|-------------------|:-----:|:-----------------------------|:----------------:|:-------------------|
+| _SyntheticEnvironmentFamilyPduType_ | _9_ | | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/SyntheticEnvironmentFamilyPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_SyntheticEnvironmentFamilyPduType.html) | Section 5.3.11: Abstract superclass for synthetic environment PDUs |
+| 1.&nbsp;EnvironmentalProcessPdu | 41 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/EnvironmentalProcessPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_EnvironmentalProcessPdu.html) | 7.10.2 Used to communicate information about environmental effects and processes. (length of list found in field numberOfEnvironmentRecords) |
+| 2.&nbsp;GriddedDataPdu | 42 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/GriddedDataPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_GriddedDataPdu.html) | 7.10.3 Used to communicate information about global, spatially varying environmental effects. (length of list found in field numberOfGridAxes numberOfGridAxes) |
+| 3.&nbsp;PointObjectStatePdu | 43 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/PointObjectStatePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_PointObjectStatePdu.html) | 7.10.4 Used to communicate detailed information about the addition/modification of a synthetic environment object that is geometrically anchored to the terrain with a single point. |
+| 4.&nbsp;LinearObjectStatePdu | 44 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/LinearObjectStatePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_LinearObjectStatePdu.html) | 7.10.5 Used to communicate detailed information about the addition/modification of a synthetic environment object that is geometrically anchored to the terrain with one point and has size and orientation. (length of list found in field numberOfLinearSegments) |
+| 5.&nbsp;ArealObjectStatePdu | 45 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/ArealObjectStatePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_ArealObjectStatePdu.html) | 7.10.6 Used to communicate detailed information about the addition/modification of a synthetic environment object that is geometrically anchored to the terrain with a set of three or more points that come to a closure. (length of list found in field numberOfPoints) |
+
+| PDU type and PDUs | ID    | &nbsp; &nbsp; Assess |                  | IEEE Standard 1278.1-2012 |
+|-------------------|:-----:|:-----------------------------|:----------------:|:-------------------|
+| _SimulationManagementWithReliabilityFamilyPduType_ | _10_ | | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/SimulationManagementWithReliabilityFamilyPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_SimulationManagementWithReliabilityFamilyPduType.html) | Simulation Management with Reliability PDUs with reliability service levels in a DIS exercise are an alternative to the Simulation Management PDUs, and may or may not be required for participation in an DIS exercise, |
+| 1.&nbsp;CreateEntityRPdu <br /> CreateEntityReliablePdu | 51 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/CreateEntityRPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_CreateEntityRPdu.html) | 5.12.4.2 Serves the same function as the Create Entity PDU but with the addition of reliability service levels. |
+| 2.&nbsp;RemoveEntityRPdu <br /> RemoveEntityReliablePdu | 52 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/RemoveEntityRPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_RemoveEntityRPdu.html) | 5.12.4.3 Contains the same information as found in the Remove Entity PDU with the addition of the level of reliability service to be used for the removal action being requested. |
+| 3.&nbsp;StartResumeRPdu <br /> StartResumeReliablePdu | 53 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/StartResumeRPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_StartResumeRPdu.html) | 5.12.4.4 Serves the same function as the Start/Resume PDU but with the addition of reliability service levels |
+| 4.&nbsp;StopFreezeRPdu <br /> StopFreezeReliablePdu | 54 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/StopFreezeRPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_StopFreezeRPdu.html) | 5.12.4.5 Serves the same function as the Stop/Freeze PDU (see 5.6.5.5.1) but with the addition of reliability service levels. |
+| 5.&nbsp;AcknowledgeRPdu <br /> AcknowledgeReliablePdu | 55 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/AcknowledgeRPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_AcknowledgeRPdu.html) | 5.12.4.6 Serves the same function as the Acknowledge PDU but is used to acknowledge the receipt of a Create Entity-R PDU, a Remove Entity-R PDU, a Start/Resume-R PDU, or a Stop/Freeze-R PDU. |
+| 6.&nbsp;ActionRequestRPdu <br /> ActionRequestReliablePdu | 56 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/ActionRequestRPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_ActionRequestRPdu.html) | 5.12.4.7 Serves the same function as the Action Request PDU but with the addition of reliability service levels. (length of list found in field numberOfFixedDatumRecords numberOfVariableDatumRecords) |
+| 7.&nbsp;ActionResponseRPdu <br /> ActionResponseReliablePdu | 57 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/ActionResponseRPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_ActionResponseRPdu.html) | 5.12.4.8 Serves the same function as the Action Response PDU (see 5.6.5.8.1) but is used to acknowledge the receipt of an Action Request-R PDU. (length of list found in field numberOfFixedDatumRecords numberOfVariableDatumRecords) |
+| 8.&nbsp;DataQueryRPdu <br /> DataQueryReliablePdu | 58 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/DataQueryRPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_DataQueryRPdu.html) | 5.12.4.9 Serves the same function as the Data Query PDU but with the addition of reliability service levels (length of list found in field numberOfFixedDatumRecords numberOfVariableDatumRecords) |
+| 9.&nbsp;SetDataRPdu <br /> SetDataReliablePdu | 59 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/SetDataRPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_SetDataRPdu.html) | 5.12.4.10 Serves the same function as the Set Data PDU but with the addition of reliability service levels. (length of list found in field numberOfFixedDatumRecords numberOfVariableDatumRecords) |
+| 10.&nbsp;DataRPdu <br /> DataReliablePdu | 60 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/DataRPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_DataRPdu.html) | 5.12.4.11 Serves the same function as the Data PDU but with the addition of reliability service levels and is used in response to a Data Query-R PDU, a Data-R PDU, or a Set Data-R PDU. (length of list found in field numberOfFixedDatumRecords numberOfVariableDatumRecords) |
+| 11.&nbsp;EventReportRPdu <br /> EventReportReliablePdu | 61 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/EventReportRPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_EventReportRPdu.html) | 5.12.4.12 Contains the same information as found in the Event Report PDU. (length of list found in field numberOfFixedDatumRecords numberOfVariableDatumRecords) |
+| 12.&nbsp;CommentRPdu <br /> CommentReliablePdu | 62 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/CommentRPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_CommentRPdu.html) | 5.12.4.13 Serves the same function as the Comment PDU. (length of list found in field numberOfVariableDatumRecords) |
+| 13.&nbsp;RecordRPdu <br /> RecordReliablePdu | 63 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/RecordRPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_RecordRPdu.html) | 5.12.4.16 Used to respond to a Record Query-R PDU or a Set Record-R PDU. It is used to provide information requested in a Record Query-R PDU, to confirm the information received in a Set Record-R PDU, and to confirm the receipt of a periodic or unsolicited Record-R PDU when the acknowledged service level is used. (length of list found in field numberOfRecordSets) |
+| 14.&nbsp;SetRecordRPdu <br /> SetRecordReliablePdu | 64 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/SetRecordRPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_SetRecordRPdu.html) | 5.12.4.15 Used to set or change certain parameter values. These parameter values are contained within a record format as compared to the datum format used in the Set Data-R PDU. (length of list found in field numberOfRecordSets) |
+| 15.&nbsp;RecordQueryRPdu <br /> RecordQueryReliablePdu | 65 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/RecordQueryRPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_RecordQueryRPdu.html) | 5.12.4.14 Used to communicate a request for data in record format. (length of list found in field numberOfRecords) |
+
+| PDU type and PDUs | ID    | &nbsp; &nbsp; Assess |                  | IEEE Standard 1278.1-2012 |
+|-------------------|:-----:|:-----------------------------|:----------------:|:-------------------|
+| _LiveEntityFamilyPduType_ | _11_ | | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/LiveEntityFamilyPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_LiveEntityFamilyPduType.html) | Does not inherit from PduBase. See section 9. |
+| 1.&nbsp;LiveEntityPdu | 11 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/LiveEntityPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_LiveEntityPdu.html) | The live entity PDUs have a slightly different header |
+| 2.&nbsp;TSPIPdu <br /> TimeSpacePositionInformationPdu | 46 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/TSPIPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_TSPIPdu.html) | 9.4.2 The Time Space Position Information (TSPI) PDU shall communicate information about the LE’s state vector. (length of list found in field systemSpecificDataLength) |
+| 3.&nbsp;AppearancePdu | 47 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/AppearancePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_AppearancePdu.html) | 9.4.3 Communicate information about the appearance of a live entity. |
+| 4.&nbsp;ArticulatedPartsPdu | 48 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/ArticulatedPartsPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_ArticulatedPartsPdu.html) | 9.4.4 Communicate information about an entity’s articulated and attached parts. (length of list found in field numberOfParameterRecords) |
+| 5.&nbsp;LEFirePdu <br /> LiveEntityFirePdu | 49 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/LEFirePdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_LEFirePdu.html) | 9.4.5 Representation of weapons fire in a DIS exercise involving LEs. |
+| 6.&nbsp;LEDetonationPdu <br /> LiveEntityDetonationPdu | 50 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/LEDetonationPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_LEDetonationPdu.html) | 9.4.6 Communicate information associated with the impact or detonation of a munition. |
+
+| PDU type and PDUs | ID    | &nbsp; &nbsp; Assess |                  | IEEE Standard 1278.1-2012 |
+|-------------------|:-----:|:-----------------------------|:----------------:|:-------------------|
+| _InformationOperationsFamilyPduType_ | _13_ | | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/InformationOperationsFamilyPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_InformationOperationsFamilyPduType.html) | Information operations (IO) are the integrated employment of electronic warfare (EW), computer network operations (CNO), psychological operations (PSYOP), military deception (MILDEC), and operations security (OPSEC), along with specific supporting capabilities, to influence, disrupt, corrupt, or otherwise affect enemy information and decision making while protecting friendly information operations. |
+| 1.&nbsp;InformationOperationsActionPdu | 70 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/InformationOperationsActionPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_InformationOperationsActionPdu.html) | 5.13.3.1 Used to communicate an IO attack or the effects of an IO attack on one or more target entities. (length of list found in field numberOfIORecords) |
+| 2.&nbsp;InformationOperationsReportPdu | 71 | <ul> <li> - [ ] relevant? </li> <li> - [ ] in use? </li> </ul> | [Javadoc](https://savage.nps.edu/open-dis7-java/javadoc/edu/nps/moves/dis7/pdus/InformationOperationsReportPdu.html)  [Schemadoc](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated_InformationOperationsReportPdu.html) | 5.13.4.1 Used to communicate the effects of an IO attack on one or more target entities. (length of list found in field numberOfIORecords) |
+
-- 
GitLab