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
f7b9c1e2
Commit
f7b9c1e2
authored
4 years ago
by
brutzman
Browse files
Options
Downloads
Patches
Plain Diff
fix imports with new build
parent
b1e1210a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assignments/src/MV3500Cohort2019JulySeptember/homework4/Fetterolf/FetterolfPduListenerSaver.java
+4
-4
4 additions, 4 deletions
...tember/homework4/Fetterolf/FetterolfPduListenerSaver.java
with
4 additions
and
4 deletions
assignments/src/MV3500Cohort2019JulySeptember/homework4/Fetterolf/FetterolfPduListenerSaver.java
+
4
−
4
View file @
f7b9c1e2
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*/
*/
package
MV3500Cohort2019JulySeptember.homework4.Fetterolf
;
package
MV3500Cohort2019JulySeptember.homework4.Fetterolf
;
import
edu.nps.moves.dis7.util
.playerrecorder.
Recorder
;
import
edu.nps.moves.dis7.util
ities.stream.Pdu
Recorder
;
import
java.io.IOException
;
import
java.io.IOException
;
import
java.util.Scanner
;
import
java.util.Scanner
;
...
@@ -51,7 +51,7 @@ public class FetterolfPduListenerSaver {
...
@@ -51,7 +51,7 @@ public class FetterolfPduListenerSaver {
System
.
out
.
println
(
"Beginning pdu save to directory "
+
outDir
);
System
.
out
.
println
(
"Beginning pdu save to directory "
+
outDir
);
try
{
try
{
Recorder
recorder
=
new
Recorder
(
outDir
,
mcast
,
port
);
Pdu
Recorder
recorder
=
new
Pdu
Recorder
(
outDir
,
mcast
,
port
);
recorder
.
startResume
();
recorder
.
startResume
();
mystate
state
=
mystate
.
RUNNING
;
mystate
state
=
mystate
.
RUNNING
;
...
@@ -76,8 +76,8 @@ public class FetterolfPduListenerSaver {
...
@@ -76,8 +76,8 @@ public class FetterolfPduListenerSaver {
break
;
break
;
}
}
}
}
System
.
out
.
println
(
"Ending pdu save to "
+
recorder
.
getLogFile
());
System
.
out
.
println
(
"Ending pdu save to "
+
recorder
.
getLogFile
Path
());
}
catch
(
Exception
ex
)
{
}
catch
(
IO
Exception
ex
)
{
System
.
err
.
println
(
"*** Exception: "
+
ex
.
getClass
().
getSimpleName
()
+
": "
+
ex
.
getLocalizedMessage
());
System
.
err
.
println
(
"*** Exception: "
+
ex
.
getClass
().
getSimpleName
()
+
": "
+
ex
.
getLocalizedMessage
());
}
}
}
}
...
...
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