Skip to content
Snippets Groups Projects
Commit b196f689 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

javadoc links to IEEE specifications

parent 87b9d879
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,11 @@ package OpenDis7Examples; ...@@ -7,7 +7,11 @@ package OpenDis7Examples;
import java.util.ArrayList; import java.util.ArrayList;
/** /**
* Manage overall simulation choreography for a DIS exercise * Manage overall simulation choreography for a DIS exercise.
* TODO once operation is working satisfactorily, this class will be moved into the open-dis7-java distribution utilities.
* @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/specifications/README.md" target="_blank">Networked Graphics MV3500, Specification Documents, IEEE and SISO</a>
* @see <a href="https://ieeexplore.ieee.org/document/6387564" target="_blank">1278.1-2012. IEEE Standard for Distributed Interactive Simulation (DIS) - Application Protocols</a>
* @see <a href="https://ieeexplore.ieee.org/document/587529" target="_blank">1278.3-1996. IEEE Recommended Practice for Distributed Interactive Simulation - Exercise Management and Feedback</a>
* @author brutzman * @author brutzman
*/ */
public class SimulationManager public class SimulationManager
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment