Skip to content

Commit 729baa7

Browse files
Generated messages for LSTS/imc@b51f3dd.
1 parent 2d363c1 commit 729baa7

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Set this for the GitHub IMC definition repo
44
gradle.ext.imcGitHubRepo = 'LSTS/imc'
55
// Set this for the branch of the GitHub IMC definition repo
6-
gradle.ext.imcGitHubBranch = 'a80aad5'
6+
gradle.ext.imcGitHubBranch = 'b51f3dd'
77
// Set if you want to use the IMC_Addresses.xml or not
88
gradle.ext.imcDownloadIMCAddresses = 'true'
99
// Set this for the folder IMC definition repo

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

Lines changed: 3 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 = "a80aad5f232d97d310b3d90513af6ddabf689c89";
35-
public static final String IMC_BRANCH = "a80aad5";
36-
public static final String IMC_COMMIT = "Bernardo Gabriel (bernardo.gabriel@lsts.pt), 2025-06-11T10:35:49Z, https://github.com/LSTS/imc/commit/a80aad5f232d97d310b3d90513af6ddabf689c89, Distinguish Absolute Wind, in VerticalProfile message, between Average and Maximum.";
34+
public static final String IMC_SHA = "b51f3dd340b7a22d875f9420d7edd786d2b2e49c";
35+
public static final String IMC_BRANCH = "b51f3dd";
36+
public static final String IMC_COMMIT = "Paulo Dias (paulo.sousa.dias@gmail.com), 2025-06-16T14:36:33Z, https://github.com/LSTS/imc/commit/b51f3dd340b7a22d875f9420d7edd786d2b2e49c, Change current U and V to North ans East (because in meteorology U is East and V is North).";
3737

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ public enum PARAMETER {
4545
REDOX(4),
4646
CHLOROPHYLL(5),
4747
TURBIDITY(6),
48-
CURRENT_VELOCITY_U(7),
49-
CURRENT_VELOCITY_V(8),
48+
CURRENT_VELOCITY_N(7),
49+
CURRENT_VELOCITY_E(8),
5050
ABSOLUTE_WIND_AVG(9),
5151
ABSOLUTE_WIND_MAX(10),
5252
DISS_ORGANIC_MATTER(11),
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
a80aad5f232d97d310b3d90513af6ddabf689c89
2-
a80aad5
3-
url: https://api.github.com/repos/LSTS/imc/commits/a80aad5
1+
b51f3dd340b7a22d875f9420d7edd786d2b2e49c
2+
b51f3dd
3+
url: https://api.github.com/repos/LSTS/imc/commits/b51f3dd

src-generated/resources/xml/IMC.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,8 +1410,8 @@
14101410
<value id="4" name="Redox" abbrev="REDOX"/>
14111411
<value id="5" name="Chlorophyll" abbrev="CHLOROPHYLL"/>
14121412
<value id="6" name="Turbidity" abbrev="TURBIDITY"/>
1413-
<value id="7" name="Current Velocity In x" abbrev="CURRENT_VELOCITY_U"/>
1414-
<value id="8" name="Current Velocity In y" abbrev="CURRENT_VELOCITY_V"/>
1413+
<value id="7" name="Current Velocity In North" abbrev="CURRENT_VELOCITY_N"/>
1414+
<value id="8" name="Current Velocity In East" abbrev="CURRENT_VELOCITY_E"/>
14151415
<value id="9" name="Absolute Wind Average" abbrev="ABSOLUTE_WIND_AVG">
14161416
<description>
14171417
In this case, the Depth value of the ProfileSample message indicates

0 commit comments

Comments
 (0)