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
8d39245c
Commit
8d39245c
authored
3 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
additional recording/playback information
parent
3c301504
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/pduLog/Readme.md
+11
-0
11 additions, 0 deletions
examples/pduLog/Readme.md
examples/src/OpenDis7Examples/ExampleSimulationProgram.java
+1
-0
1 addition, 0 deletions
examples/src/OpenDis7Examples/ExampleSimulationProgram.java
with
12 additions
and
0 deletions
examples/pduLog/Readme.md
+
11
−
0
View file @
8d39245c
# PDU Log Files
This directory holds temporary files and may be overwritten at any time!
Each time you run a DIS simulation and a PduRecorder is listening, another
log file is created.
Be sure to save your work, when appropriate, by copying your log file to
the corresponding homework or project directory (and likely renaming as well).
Note that the PDU log files are very tolerant of inline comments starting with
a # character, so you can list success/failure/TODO issues there as well.
This diff is collapsed.
Click to expand it.
examples/src/OpenDis7Examples/ExampleSimulationProgram.java
+
1
−
0
View file @
8d39245c
...
...
@@ -250,6 +250,7 @@ public class ExampleSimulationProgram
System
.
out
.
println
(
"Beginning pdu save to directory "
+
outputDirectory
);
pduRecorder
=
new
PduRecorder
(
outputDirectory
,
getNetworkAddress
(),
getNetworkPort
());
// assumes save
pduRecorder
.
setDescriptor
(
"ExampleSimulationProgram pduRecorder"
);
// pduRecorder.setVerbose(true); // TODO
pduRecorder
.
start
();
// begin running
}
...
...
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