Skip to content
Snippets Groups Projects
Commit 8c29db74 authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files
parents 566e9ca8 c3843099
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,10 @@ public class OneShotServer {//implements Handler { ...@@ -24,8 +24,10 @@ public class OneShotServer {//implements Handler {
LabCommEncoderChannel e = new LabCommEncoderChannel(out ); LabCommEncoderChannel e = new LabCommEncoderChannel(out );
FooSample.register(e); FooSample.register(e);
FooSample sample = new FooSample(); FooSample sample = new FooSample();
sample.s = "OneShotServer message";
sample.x = 17; sample.x = 17;
sample.y = 42; sample.y = 42;
sample.a = new int[]{10,11,12};
sample.t = 1717; sample.t = 1717;
sample.d = 0.42; sample.d = 0.42;
printSample("Server sending", sample); printSample("Server sending", sample);
......
all: all:
cd c ; make cd c ; make
# cd csharp ; make cd csharp ; make
cd java ; make cd java ; make
test: test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment