You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/02/20 18:31:00 UTC

[incubator-plc4x] 01/02: - Renamed the FLAGS constant to FLAGS_MARKERS and changed the short name to "M" which seems to be the usually used one.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 6f50a4d96b8b5fbf9d7e525b02e440fcfe6eab60
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Feb 20 19:23:10 2019 +0100

    - Renamed the FLAGS constant to FLAGS_MARKERS and changed the short name to "M" which seems to be the usually used one.
---
 .../java/org/apache/plc4x/java/s7/netty/model/types/MemoryArea.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/model/types/MemoryArea.java b/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/model/types/MemoryArea.java
index 104f65f..107687c 100644
--- a/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/model/types/MemoryArea.java
+++ b/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/model/types/MemoryArea.java
@@ -30,7 +30,7 @@ public enum MemoryArea {
     DIRECT_PERIPHERAL_ACCESS("D", (byte) 0x80), // TODO: Double check shortName
     INPUTS("I", (byte) 0x81),
     OUTPUTS("Q", (byte) 0x82),
-    FLAGS("F", (byte) 0x83), // TODO: Double check shortName
+    FLAGS_MARKERS("M", (byte) 0x83),
     DATA_BLOCKS("DB", (byte) 0x84),
     INSTANCE_DATA_BLOCKS("DBI", (byte) 0x85), // TODO: Double check shortName
     LOCAL_DATA("LD", (byte) 0x86); // TODO: Double check shortName