Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LabComm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anders Blomdell
LabComm
Commits
8c29db74
Commit
8c29db74
authored
11 years ago
by
Sven Gestegård Robertz
Browse files
Options
Downloads
Plain Diff
Merge branch 'sven' of
ssh://knuth.cs.lth.se/home/sven/workspace/git/labcomm_core
into sven
parents
566e9ca8
c3843099
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/tcp/labcommTCPtest/server/OneShotServer.java
+2
-0
2 additions, 0 deletions
examples/tcp/labcommTCPtest/server/OneShotServer.java
lib/Makefile
+1
-1
1 addition, 1 deletion
lib/Makefile
with
3 additions
and
1 deletion
examples/tcp/labcommTCPtest/server/OneShotServer.java
+
2
−
0
View file @
8c29db74
...
...
@@ -24,8 +24,10 @@ public class OneShotServer {//implements Handler {
LabCommEncoderChannel
e
=
new
LabCommEncoderChannel
(
out
);
FooSample
.
register
(
e
);
FooSample
sample
=
new
FooSample
();
sample
.
s
=
"OneShotServer message"
;
sample
.
x
=
17
;
sample
.
y
=
42
;
sample
.
a
=
new
int
[]{
10
,
11
,
12
};
sample
.
t
=
1717
;
sample
.
d
=
0.42
;
printSample
(
"Server sending"
,
sample
);
...
...
This diff is collapsed.
Click to expand it.
lib/Makefile
+
1
−
1
View file @
8c29db74
all
:
cd
c
;
make
#
cd csharp ; make
cd
csharp
;
make
cd
java
;
make
test
:
...
...
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