Skip to content

Commit 4cbcf89

Browse files
committed
Reverting commited changes in generated message.
1 parent 65e9822 commit 4cbcf89

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

src-generated/pt/lsts/imc/Acceleration.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
*/
3030
package pt.lsts.imc;
3131

32-
import java.nio.ByteBuffer;
33-
3432
/**
3533
* IMC Message Acceleration (257)<br/>
3634
* Vector quantifying the direction and magnitude of the measured<br/>
@@ -41,16 +39,6 @@ public class Acceleration extends IMCMessage {
4139

4240
public static final int ID_STATIC = 257;
4341

44-
public double time;
45-
public double x;
46-
public double y;
47-
public double z;
48-
49-
public int serialize(ByteBuffer buff) {
50-
buff.putDouble(time);
51-
return 0;
52-
}
53-
5442
public Acceleration() {
5543
super(ID_STATIC);
5644
}

src-generated/pt/lsts/imc/ImcStringDefs.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131

3232
public class ImcStringDefs {
3333

34-
public static final String IMC_SHA = "087d246b36be1202a3e7cd229c5b20e49c948a92";
35-
public static final String IMC_BRANCH = "2014-12-02 087d246 (HEAD, origin/master, origin/HEAD, master)";
36-
public static final String IMC_COMMIT = "Ricardo Martins (rasm@lsts.pt), Tue Dec 02 16:12:15 WET 2014, Added manta-15 and manta-16.";
34+
public static final String IMC_SHA = "354819919e6a6216bef4689baf684a2041b1624a";
35+
public static final String IMC_BRANCH = "2015-02-23 3548199 (HEAD, origin/master, origin/HEAD, master)";
36+
public static final String IMC_COMMIT = "José Pinto (zepinto@gmail.com), Mon Feb 23 20:30:10 WET 2015, Added 'doc' and 'package' ant targets.";
3737

3838
public static java.util.Map<String, Integer> IMC_ADDRESSES = new java.util.LinkedHashMap<String, Integer>();
3939

@@ -74,6 +74,7 @@ public class ImcStringDefs {
7474
IMC_ADDRESSES.put("x8-02", 3077);
7575
IMC_ADDRESSES.put("x8-03", 3078);
7676
IMC_ADDRESSES.put("x8-04", 3079);
77+
IMC_ADDRESSES.put("aero-01", 3080);
7778
IMC_ADDRESSES.put("hexa-00", 3091);
7879
IMC_ADDRESSES.put("alfa-02", 3106);
7980
IMC_ADDRESSES.put("alfa-03", 3107);

0 commit comments

Comments
 (0)