Changes: Inference engine works fine with the JavaNator benchmark. Found some problem...
[IRC.git] / Robust / src / Benchmarks / SSJava / JavaNatorInfer / Command.java
1
2 public class Command {
3
4    public int onOffMode;
5    public int manualAutonomusMode;
6    public byte lineSensorsMask;
7    public byte sonarSensors;
8    byte command;
9
10 }