Commit Graph
43 Commits
Author SHA1 Message Date
Wessels, Udo (PPN) 2b66121265 bug5910: remove not supported line in .project files so that current Eclipse version (2023-09) can import the projects. 2023-10-09 18:00:50 +02:00
Axel Uhl 2c622e5b45 patched <!DOCTYPE projectDescription> into all project files to avoid info/warning in problems view about no grammar constraint 2021-06-19 12:45:03 +02:00
Axel Uhl 4db4b95b62 bug4811: set org.eclipse.jdt.core.compiler.codegen.methodParameters to generate in all preference files; Tycho respects them! 2021-02-16 14:58:38 +01:00
Maximilian Groß ed1fae0c8f divided datamining from sailing specific classes 2018-04-12 07:40:59 +02:00
Axel Uhl bd90f921dd added Automatic-Module-Name headers to satisfy Oxygen.3 Java9 warnings rule 2018-03-24 01:45:37 +01:00
Axel Uhl e7f3551df7 fixed nmeaconnector reference in pom.xml 2017-08-07 21:42:49 +02:00
Axel Uhl 68dccd9d03 lazy activation for NMEA/MarineAPI; added to feature.xml and pom.xml
Change-Id: I4f9cd93510b88bbdddf52f7bb59256b04e86b1a9
2017-08-07 17:12:49 +02:00
Axel Uhl 5ea1d70bcf made another correction regarding the MWC sentence when T (theoretical) is provided
Change-Id: I8d4f2eb0176b8f17f18f45f03b04a3be78e81a13
2017-08-07 14:46:52 +02:00
Axel Uhl 2322f93f26 fixed true wind calculation for relative apparent wind NMEA import
Change-Id: I08cec6eb033bfd1e438be99e1c3d1156e28e2893
2017-08-07 11:22:55 +02:00
Axel Uhl 20ff38311c interpret true wind reading in MWV sentence as "from", not "to"
Change-Id: I5119cec02e34a8b42c9388dc0a4eadba0e1bbc59
2017-08-04 15:43:59 +02:00
Axel Uhl 5ed68b3547 register additional BWC and BWR NMEA sentence parser
Change-Id: Idd268f581e42a2aaaa0a4cb273f956e917057693
2017-07-31 18:21:33 +02:00
Axel Uhl de2d4db81f fixed Javadoc
Change-Id: I352dfe7c6921d8f442e1cdac0dd4256f3f98ed79
2017-07-31 18:21:05 +02:00
Axel Uhl bc1151886a added sentence definitions and parsers that occurred in Australian Federation NMEA logs
Change-Id: Id1f1f51920b0ee054981a58211d4793c859d127d
2017-07-31 18:05:24 +02:00
Axel Uhl d1a8cfa127 added exception handling for empty records; implemented apparent wind handling
Change-Id: I5dba0863f07433981b13ae70870f8cfde867e1b7
2017-07-19 15:09:46 +02:00
Axel Uhl 9d134d93bf added more sentence listeners
Change-Id: Id6ad5f8f00172a158c58090a40c14dcb28983504
2017-07-19 14:10:34 +02:00
Axel Uhl febf309c16 ignore fixes that have NaN as the speed
Change-Id: Ibfca37e6b0d0e3b59c992db3a318ecea3e4decd5
2017-07-01 12:07:58 +02:00
Axel Uhl 1eade446f3 starting to see the first wind fixes after adding a PositionListener and recording the last sensor positions
Change-Id: I74cf1c7e41886f1a650eb143f2fb4474a7446393
2017-07-01 12:01:17 +02:00
Axel Uhl d5dc2fdbc2 using a different sample file for NMEA tests
Change-Id: I599fc44ed169e4cd72ddcca8f75831d099855a59
2017-04-28 19:47:37 +02:00
Axel Uhl 28ea6be7e8 added NMEA Connector source code preferences to git
Change-Id: Ib62519d915003600d9a7a6767332a274763568f4
2017-04-26 23:59:03 +02:00
Axel Uhl 083c25aafd started an implementation of a time series keeper for NMEA wind import
Change-Id: I322da0006eb37e069e2454acc75f020468e68fea
2017-04-24 18:19:28 +02:00
Axel Uhl 436b806d7f added missing empty GLC and AAM parsers to avoid exceptions during parser generation
Change-Id: I66cef44a54ee099dc792f4755d57cf65da1bffa5
2017-04-24 14:06:20 +02:00
Axel Uhl 89e59d4302 started adding WindListener pattern to NMEAWindReceiver
Change-Id: Idbdd0b205370f32a3282a418fc9600d226a6313a
2017-04-24 11:36:41 +02:00
Axel Uhl 1ab44d908c started an NMEA wind receiver implementation by adding some Javadoc
Change-Id: I81ad85ef64bf34cfb38772f69e9a535bee3c6bec
2017-04-21 18:59:43 +02:00
Axel Uhl 1026fcf044 re-established BATParser as proprietary extension, cleanly with the 0.9.0 marineapi
Change-Id: I48bc2de52838e20997ac50dea31dda270277a367
2017-04-21 15:54:31 +02:00
Axel Uhl a4e26bf7b0 preparing for mass-reading of weather data from an NMEA stream with intermingled sentence types
Change-Id: I78b846f8a20a50f1dc6936648d4ff5ac2fa5f250
2017-04-20 18:42:55 +02:00
Axel Uhl 184a9b3e27 re-added com.sap.sailing.nmeaconnector[.test]
Change-Id: Iae27c3b4625afc4542331feb5b4088d56903150c
2017-04-20 18:21:55 +02:00
Axel Uhl 5af4fd1db4 removed net.sf.marineapi and all NMEA functionality 2015-08-05 15:59:11 +02:00
Axel Uhl 094234b654 moved all Position-related classes including Compact... representations to common bundle; provided CustomFieldSerializer for all Position subclasses that require it 2015-04-03 16:12:21 +02:00
Axel Uhl cd28a65394 major refactoring, using only Operation<T> instead of OperationWithTransformationSupport which is currently not applicable the way we use the operation return type 2014-11-07 23:45:05 +01:00
Axel Uhl bbc2796d59 renamed com.sap.sailing.server.replication bundle to com.sap.sse.replication 2014-11-07 21:47:57 +01:00
Axel Uhl 69de0f2d76 upgraded project settings to Java8, fixed gwt.ui to JavaSE-1.7 explicitly 2014-10-01 15:00:44 +02:00
Axel Uhl 161d823dee updated project compliance settings to JavaSE-1.8 2014-10-01 14:44:22 +02:00
Axel Uhl e9130d38f3 upgraded classpaths to JavaSE-1.8 2014-10-01 14:16:18 +02:00
Axel Uhl 7ece44052d upgraded manifests from JavaSE-1.7 to JavaSE-1.8 as runtime environment 2014-10-01 14:08:19 +02:00
Axel Uhl 18ad066e35 added fix types for all Igtimi formats known so far 2013-11-27 10:59:36 +01:00
Axel Uhl f1fa1d74f6 moved a few more distance and speed types to domain.common and fixed a grave bug in MeterPerSecondSpeed; added test for improved outlier filtering 2013-08-14 18:00:45 +02:00
Armin Zamani b501d1ca6f Merge branch 'racecommittee_integrated' of
ssh://armin@sapsailing.com/home/trac/git into racecommittee_integrated

Conflicts:
	java/com.sap.sailing.domain/src/com/sap/sailing/domain/leaderboard/impl/AbstractSimpleLeaderboardImpl.java
2013-04-11 00:28:12 +02:00
Axel Uhl 3a60d61d75 extended marineapi for proprietary WIBAT message emitted by SailTimer WindVane 2013-01-07 10:32:55 +01:00
Axel Uhl f2c13bbfde added nmeaconnector to pom.xml maven hierarchy 2013-01-07 09:39:26 +01:00
Axel Uhl d95c025ce0 fetched marineapi-0.5 sources from SVN and put into source bundles net.sf.marineapi[.test] 2013-01-07 09:36:29 +01:00
Axel Uhl 8e758deea5 added a few NMEA utilities 2013-01-03 17:25:40 +01:00
Axel Uhl 15c8b7ea13 first working micro-example that parses the NMEA sentences emitted by the WindVane 2013-01-03 15:22:43 +01:00
Axel Uhl 021d938b41 Branch to read and analyze the SailTimer WindVane test data; probably extend into general NMEA0183 connector later 2013-01-03 14:49:27 +01:00