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 {
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);
......
all:
cd c ; make
# cd csharp ; make
cd csharp ; make
cd java ; make
test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment