aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
diff options
context:
space:
mode:
authorseym45 <seym45@gmail.com>2023-07-26 11:11:15 +0400
committerseym45 <seym45@gmail.com>2023-07-26 11:13:50 +0400
commit18c1e761fd203c994445ac85e808ca6f672d0ec5 (patch)
tree1b51165edddf88b961382e39da9486735d07b5b7 /src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
parent9b680956acccb5bd64b6c9c6eee1428e93387719 (diff)
downloadtrackermap-server-18c1e761fd203c994445ac85e808ca6f672d0ec5.tar.gz
trackermap-server-18c1e761fd203c994445ac85e808ca6f672d0ec5.tar.bz2
trackermap-server-18c1e761fd203c994445ac85e808ca6f672d0ec5.zip
Resolve suggestions
- Define MSG_POSITION_REQUEST - Change comment "calibration" to "checksum"
Diffstat (limited to 'src/main/java/org/traccar/protocol/GatorProtocolDecoder.java')
-rw-r--r--src/main/java/org/traccar/protocol/GatorProtocolDecoder.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java b/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
index 644caee81..f7da5dc75 100644
--- a/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
+++ b/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
@@ -37,6 +37,7 @@ public class GatorProtocolDecoder extends BaseProtocolDecoder {
}
public static final int MSG_HEARTBEAT = 0x21;
+ public static final int MSG_POSITION_REQUEST = 0x30;
public static final int MSG_POSITION_DATA = 0x80;
public static final int MSG_ROLLCALL_RESPONSE = 0x81;
public static final int MSG_ALARM_DATA = 0x82;