Package edu.nps.moves.dis7.examples
package edu.nps.moves.dis7.examples
Example classes using edu.nps.moves.dis7 library.
- See Also:
-
ClassDescriptionThis is an example that sends many/most types of PDUs.A comparator that is used by the java util classes for sorting.The Entity Type record, described in section 6.2.30 of IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation—Application Protocols, is implemented in this library as edu.nps.moves.dis.EntityType.java.Class to leverage the
PduRecorder
with PDU log saving console controls for resume, pause and quit.Class to leverage thePduPlayer
with PDU log playback console controls for resume, pause and quit.Receives PDUs from the network in IEEE format.Receives PDUs from the network in IEEE format.Creates and sends ESPDUs in IEEE binary format.TCP/IP network modesCreates and sends ESPDUs in IEEE binary format. very similar to EspduSender.java, but this uses Robert Harder's more memory efficient NIO methods for marshalling.Shows how to use DisThreadedNetworkInterface from an application class.