diff --git a/examples/src/OpenDis7Examples/AllPduSender.java b/examples/src/OpenDis7Examples/AllPduSender.java index fa61e6257722e87debfead9847f6e6d01df2a0c3..7fb5979225400cf61d5c1e0749490ce0de43da4f 100755 --- a/examples/src/OpenDis7Examples/AllPduSender.java +++ b/examples/src/OpenDis7Examples/AllPduSender.java @@ -8,10 +8,13 @@ import edu.nps.moves.dis7.pdus.*; import edu.nps.moves.dis7.enumerations.*; /** - * This is an application example that sends all types of PDUs. Useful for testing standards - * compliance or getting a full set of PDUs. It also writes the generated PDUs to an XML file. + * This is an application example that sends every type of PDU defined + * by the IEEE Distributed Interactive Simulation (DIS) Protocol. + * This example program is useful for testing standards compliance by applications, or + * producing a full set of PDUs. It also writes the generated PDUs to an XML file. * Adapted from OpenDIS library example package edu.nps.moves.examples * + * @author brutzman * @author DMcG * @version $Id:$ */