Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
b196f689
Commit
b196f689
authored
3 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
javadoc links to IEEE specifications
parent
87b9d879
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/src/OpenDis7Examples/SimulationManager.java
+5
-1
5 additions, 1 deletion
examples/src/OpenDis7Examples/SimulationManager.java
with
5 additions
and
1 deletion
examples/src/OpenDis7Examples/SimulationManager.java
+
5
−
1
View file @
b196f689
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment