mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
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
14 lines
550 B
XML
Executable File
14 lines
550 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<artifactId>root</artifactId>
|
|
<groupId>com.sap.sailing</groupId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
</parent>
|
|
<artifactId>com.tractrac.clientmodule</artifactId>
|
|
<version>5.0.3</version>
|
|
<packaging>eclipse-plugin</packaging>
|
|
</project>
|