Skip to content

Commit 7b9a619

Browse files
committed
upgrading to TracAPI 5.0.3 (Adding two new methods to the IPosition interface);
1) getDTL: the distance to the start line in centimeters. It will be NULL until a final distance is captured at the start. 2) isClear: before the start isClear will = TRUE for all boats. For boats that are clear of the line at go this will remain TRUE for the entire race. For OCS boats this will = FALSE until they clear the line, at which point it will switch to TRUE
1 parent fe74127 commit 7b9a619

File tree

231 files changed

+781
-703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+781
-703
lines changed

java/com.tractrac.clientmodule/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: TracTrac Client module
44
Bundle-SymbolicName: com.tractrac.clientmodule
5-
Bundle-Version: 5.0.2
5+
Bundle-Version: 5.0.3
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-ClassPath: .,
88
lib/TracAPI.jar

java/com.tractrac.clientmodule/README.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,23 @@ It contains also some files:
1515
- test.sh -> script that compiles the code in the src folder, creates the test.jar library and execute the code of the example.
1616
- Manifest.txt -> manifest used to create the test.jar file
1717

18+
********************************************
19+
TracAPI 5.0.3
20+
********************************************
21+
This is a final version. It keeps the backward compatibility.
22+
23+
Release date: 15/12/2025
24+
25+
1) Features
26+
27+
- Adding two new methods to the IPosition interface:
28+
1) getDTL: the distance to the start line in centimeters. It will be NULL until a final distance
29+
is captured at the start.
30+
2) isClear: before the start isClear will = TRUE for all boats. For boats that are clear of the line
31+
at go this will remain TRUE for the entire race. For OCS boats this will = FALSE until they clear
32+
the line, at which point it will switch to TRUE
33+
(Requested by Chris Terkelsen, 12/12/2025)
34+
1835
********************************************
1936
TracAPI 5.0.2
2037
********************************************

java/com.tractrac.clientmodule/javadoc/allclasses-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Oct 23 05:45:34 UTC 2025 -->
5-
<title>All Classes and Interfaces (Subscription - Applications - TracAPI 5.0.0 API)</title>
4+
<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 -->
5+
<title>All Classes and Interfaces (Subscription - Applications - TracAPI 5.0.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-10-23">
8+
<meta name="dc.created" content="2025-12-18">
99
<meta name="description" content="class index">
1010
<meta name="generator" content="javadoc/AllClassesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

java/com.tractrac.clientmodule/javadoc/allpackages-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Oct 23 05:45:34 UTC 2025 -->
5-
<title>All Packages (Subscription - Applications - TracAPI 5.0.0 API)</title>
4+
<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 -->
5+
<title>All Packages (Subscription - Applications - TracAPI 5.0.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-10-23">
8+
<meta name="dc.created" content="2025-12-18">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/IIdentifiable.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Oct 23 05:45:34 UTC 2025 -->
5-
<title>IIdentifiable (Subscription - Applications - TracAPI 5.0.0 API)</title>
4+
<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 -->
5+
<title>IIdentifiable (Subscription - Applications - TracAPI 5.0.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-10-23">
8+
<meta name="dc.created" content="2025-12-18">
99
<meta name="description" content="declaration: package: com.tractrac.model.lib.api, interface: IIdentifiable">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/INamed.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Oct 23 05:45:34 UTC 2025 -->
5-
<title>INamed (Subscription - Applications - TracAPI 5.0.0 API)</title>
4+
<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 -->
5+
<title>INamed (Subscription - Applications - TracAPI 5.0.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-10-23">
8+
<meta name="dc.created" content="2025-12-18">
99
<meta name="description" content="declaration: package: com.tractrac.model.lib.api, interface: INamed">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/ModelLocator.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Oct 23 05:45:34 UTC 2025 -->
5-
<title>ModelLocator (Subscription - Applications - TracAPI 5.0.0 API)</title>
4+
<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 -->
5+
<title>ModelLocator (Subscription - Applications - TracAPI 5.0.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-10-23">
8+
<meta name="dc.created" content="2025-12-18">
99
<meta name="description" content="declaration: package: com.tractrac.model.lib.api, class: ModelLocator">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/attachment/AbstractAttachable.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Oct 23 05:45:34 UTC 2025 -->
5-
<title>AbstractAttachable (Subscription - Applications - TracAPI 5.0.0 API)</title>
4+
<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 -->
5+
<title>AbstractAttachable (Subscription - Applications - TracAPI 5.0.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-10-23">
8+
<meta name="dc.created" content="2025-12-18">
99
<meta name="description" content="declaration: package: com.tractrac.model.lib.api.attachment, class: AbstractAttachable">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">

java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/attachment/IAttachable.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Oct 23 05:45:34 UTC 2025 -->
5-
<title>IAttachable (Subscription - Applications - TracAPI 5.0.0 API)</title>
4+
<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 -->
5+
<title>IAttachable (Subscription - Applications - TracAPI 5.0.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-10-23">
8+
<meta name="dc.created" content="2025-12-18">
99
<meta name="description" content="declaration: package: com.tractrac.model.lib.api.attachment, interface: IAttachable">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">

java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/attachment/IAttachmentKey.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Oct 23 05:45:34 UTC 2025 -->
5-
<title>IAttachmentKey (Subscription - Applications - TracAPI 5.0.0 API)</title>
4+
<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 -->
5+
<title>IAttachmentKey (Subscription - Applications - TracAPI 5.0.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-10-23">
8+
<meta name="dc.created" content="2025-12-18">
99
<meta name="description" content="declaration: package: com.tractrac.model.lib.api.attachment, interface: IAttachmentKey">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)