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
8cc8629d
Commit
8cc8629d
authored
5 years ago
by
brutzman
Browse files
Options
Downloads
Patches
Plain Diff
default to sending 5 ESPDUs as baseline for initial testing
parent
4a454743
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
examples/src/OpenDis7Examples/EspduSender.java
+2
-2
2 additions, 2 deletions
examples/src/OpenDis7Examples/EspduSender.java
with
2 additions
and
2 deletions
examples/src/OpenDis7Examples/EspduSender.java
+
2
−
2
View file @
8cc8629d
...
...
@@ -21,7 +21,7 @@ import edu.nps.moves.dis7.util.*;
*/
public
class
EspduSender
{
public
static
final
int
NUMBER_TO_SEND
=
5000
;
public
static
final
int
NUMBER_TO_SEND
=
5
;
//
5000
public
enum
NetworkMode
{
UNICAST
,
MULTICAST
,
BROADCAST
...
...
@@ -56,7 +56,7 @@ public class EspduSender {
*/
EntityStatePdu
espdu
=
new
EntityStatePdu
();
MulticastSocket
socket
=
null
;
// must be initialized, even if null
DisTime
disTime
=
new
DisTime
();
DisTime
disTime
=
new
DisTime
();
int
alternator
=
-
1
;
// ICBM coordinates for my office
...
...
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