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
1ccd068e
Commit
1ccd068e
authored
3 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
javadoc, comments
parent
04688316
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
src/edu/nps/moves/dis7/utilities/stream/PduRecorder.java
+5
-5
5 additions, 5 deletions
src/edu/nps/moves/dis7/utilities/stream/PduRecorder.java
with
5 additions
and
5 deletions
src/edu/nps/moves/dis7/utilities/stream/PduRecorder.java
+
5
−
5
View file @
1ccd068e
...
@@ -514,7 +514,7 @@ public class PduRecorder // implements PduReceiver
...
@@ -514,7 +514,7 @@ public class PduRecorder // implements PduReceiver
}
}
/**
/**
* Entry point invocation, runs selfTest().
* Entry point invocation
to facilitate developmental testing
, runs selfTest()
method
.
*
*
* @param args none supported, TODO offer path/filename
* @param args none supported, TODO offer path/filename
*/
*/
...
@@ -522,8 +522,8 @@ public class PduRecorder // implements PduReceiver
...
@@ -522,8 +522,8 @@ public class PduRecorder // implements PduReceiver
{
{
try
try
{
{
PduRecorder
pduRecorder
=
new
PduRecorder
();
PduRecorder
pduRecorder
=
new
PduRecorder
();
// instantiates an instance object of this class,
pduRecorder
.
selfTest
(
args
);
pduRecorder
.
selfTest
(
args
);
// and tests it. Results shown in .dislog files.
}
}
catch
(
IOException
ioe
)
catch
(
IOException
ioe
)
{
{
...
@@ -532,8 +532,8 @@ public class PduRecorder // implements PduReceiver
...
@@ -532,8 +532,8 @@ public class PduRecorder // implements PduReceiver
}
}
/** This selfTest() method saves PDU output logs to assigned directory using all supported encodings.
/** This selfTest() method saves PDU output logs to assigned directory using all supported encodings.
*
S
eparately Invoking the edu.nps.moves.dis7.examples.PduReaderPlayer
will playback all logs
*
Further checking can be accomplished by s
eparately Invoking the edu.nps.moves.dis7.examples.PduReaderPlayer
* written to that log directory
*
which will playback all logs
written to that log directory
.
*
*
* @param args none supported, TODO offer path/filename
* @param args none supported, TODO offer path/filename
*/
*/
...
...
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