mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
Added wind status servlet that shows wind information for igtimi as well as expedition
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ public interface IgtimiConnection {
|
||||
* Find all the devices from which we may read and which have logged GPS positions and apparent wind speed (AWS) or that
|
||||
* have never logged GPS nor wind (probably new sensors)
|
||||
*/
|
||||
Iterable<String> getWindDevices() throws IllegalStateException, ClientProtocolException, IOException, ParseException;
|
||||
Iterable<String> getWindDevices() throws IllegalStateException, IOException, ParseException;
|
||||
|
||||
/**
|
||||
* Returns the latest datum for the specified devices that contains a fix of the <code>type</code> requested. The
|
||||
|
||||
Reference in New Issue
Block a user