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
003f9b50
Commit
003f9b50
authored
5 years ago
by
J. M. Bailey
Browse files
Options
Downloads
Patches
Plain Diff
Comment typo
parent
34358df8
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
src/edu/nps/moves/dis7/util/PduFactory.java
+2
-2
2 additions, 2 deletions
src/edu/nps/moves/dis7/util/PduFactory.java
with
2 additions
and
2 deletions
src/edu/nps/moves/dis7/util/PduFactory.java
+
2
−
2
View file @
003f9b50
...
@@ -21,7 +21,8 @@ import java.util.List;
...
@@ -21,7 +21,8 @@ import java.util.List;
* A class to 1) create new Pdus (for sending purposes) and 2) create Pdus from byte streams
* A class to 1) create new Pdus (for sending purposes) and 2) create Pdus from byte streams
* received from the net.
* received from the net.
* <p>
* <p>
* For the first use case, this the pdus will be initialized with country, exerciseId
* For the first use case, pdus will be initialized with country, exerciseId, siteId, applicationId and timestamp format,
* matching the parameters passed to the constructor. For no arg constructor, the defaults of USA, 1, 2, 3, and absolute timestamp are used.
*
*
* @author Mike Bailey, jmbailey@nps.edu
* @author Mike Bailey, jmbailey@nps.edu
* @version $Id$
* @version $Id$
...
@@ -42,7 +43,6 @@ public class PduFactory
...
@@ -42,7 +43,6 @@ public class PduFactory
{
{
this
.
disTime
=
new
DisTime
();
this
.
disTime
=
new
DisTime
();
getTimeStampMethod
();
getTimeStampMethod
();
}
}
public
PduFactory
(
Country
country
,
byte
exerciseId
,
short
siteId
,
short
applicationId
,
boolean
useAbsoluteTimestamp
)
public
PduFactory
(
Country
country
,
byte
exerciseId
,
short
siteId
,
short
applicationId
,
boolean
useAbsoluteTimestamp
)
...
...
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