Axel Uhl
52a0441523
refactored, tried to add raw data receiving test again; doesn't work right now
2011-05-16 18:23:51 +02:00
Axel Uhl
878f130fbf
first manual test of route data receiving
2011-05-16 16:00:44 +02:00
Axel Uhl
55529d037b
added more domain abstractions and implementations
2011-05-16 15:48:11 +02:00
Axel Uhl
59ea31d06e
ignore bin directory
2011-05-16 12:55:22 +02:00
Axel Uhl
88cb6f9e9b
more domain abstractions, some renames, and more implementations
2011-05-16 12:51:20 +02:00
Axel Uhl
f60d8c073c
added more domain implementation classes; started test for raw tracking data
2011-05-16 12:49:52 +02:00
Axel Uhl
48b43ea126
rearranged ControlPoint/Waypoint stuff
...
One ControlPoint can be used by multiple Waypoints now. A Buoy is a ControlPoint, as is
a Gate that has two Buoys. A WeakHashMap ensures that ControlPoints already used are
re-used for future Waypoints.
2011-05-13 18:27:19 +02:00
Axel Uhl
ab325f36fe
added tractrac connector project
2011-05-13 18:02:02 +02:00
Axel Uhl
703bebdac2
added test to assemble Course from RouteData
2011-05-13 18:00:06 +02:00
Axel Uhl
1c95d4d361
added test case for converting received RouteData into Course domain object
2011-05-13 17:59:30 +02:00
Axel Uhl
f95ba29657
added Coach abstraction; removed Positioned from Buoy
2011-05-13 17:48:12 +02:00
Axel Uhl
932dc5052c
first successful interpolation test case
2011-05-13 17:14:47 +02:00
Axel Uhl
c130fb9696
distance and speed scaling works; preparing track interpolation
2011-05-13 17:10:40 +02:00
Axel Uhl
f58b04b18d
introduced central angle on Distance
2011-05-13 15:37:20 +02:00
Axel Uhl
ea657f1cca
implement Distance/Bearing as separate interfaces
2011-05-13 15:32:03 +02:00
Axel Uhl
610c3e6429
added bearing calculation between positions and corresponding tests
2011-05-13 15:02:14 +02:00
Axel Uhl
7e574f53e0
added more domain impl classes
2011-05-13 14:37:53 +02:00
Axel Uhl
a7210a5d2a
added more domain abstractions and implementations; added first test for tracks
2011-05-13 14:35:30 +02:00
Axel Uhl
16f5580900
first successful position conversion test for live data coming from the online system
2011-05-13 13:20:47 +02:00
Axel Uhl
72bc0f4670
added implementations for domain classes; renamed test launcher which now launches all tests in directory
2011-05-13 11:17:31 +02:00
Axel Uhl
a2a82eda6b
first running test case using an online race
2011-05-13 11:14:52 +02:00
Axel Uhl
77bae6f82d
added .gitignore files to exclude bin/ folders from git handling
2011-05-11 13:58:25 +02:00
Axel Uhl
4e795d1d1f
removed scalatest stuff from Java branch
2011-05-11 13:57:35 +02:00
Axel Uhl
ce0cef9f0f
Merge branch 'master' of ssh://localhost:12346/home/uhl/git-sailing
...
Conflicts:
com.sap.sailing.domain.test/TestTTCM tunneled through localhost.launch
com.sap.sailing.domain.test/TestTTCM without Proxy.launch
com.sap.sailing.domain.test/TestTTCM.launch
2011-05-11 13:56:11 +02:00
Axel Uhl
4a189f5b0c
added a launch config for no-proxy setup
2011-05-11 13:54:38 +02:00
Axel Uhl
db29d175a4
removed src/bin stuff from clientmodule project setup
2011-05-11 13:53:57 +02:00
Axel Uhl
0b14d0330b
renamed launch config for localhost tunnel, added distance measures to Position
2011-05-11 13:53:12 +02:00
Axel Uhl
18fa8d4387
added launch configuration for domain tests
2011-05-11 13:11:04 +02:00
Axel Uhl
e4d15e8f02
abstract implementations for some domain classes
2011-05-11 13:10:17 +02:00
Axel Uhl
cd5c699f2e
added test case for position computations
2011-05-11 13:09:40 +02:00
Axel Uhl
636870bc88
added logic for distance calculations and first test cases
2011-05-11 13:08:13 +02:00
Axel Uhl
26192557ca
launch configuration for use in SAP network with proxy settings
2011-05-11 10:50:59 +02:00
Axel Uhl
5bfc14c7dd
added TracTrac client module as an OSGi-wrapped bundle, added test
...
project
2011-05-11 10:44:14 +02:00
Axel Uhl
ff3791d216
more abstractions
2011-05-04 12:09:04 +02:00
Axel Uhl
f255d0e919
more abstractions as domain interfaces
2011-05-04 10:34:38 +02:00
Axel Uhl
f2ec14d72e
added more domain abstractions
2011-05-04 10:24:45 +02:00
Axel Uhl
7b63722955
more domain abstractions
2011-05-04 10:18:45 +02:00
Axel Uhl
16f5ef9db0
Initial Java domain model interfaces
2011-05-04 10:16:23 +02:00
Axel Uhl
6bde938b43
added tracking device status case classes
2011-05-02 17:47:47 +02:00
Axel Uhl
2ea400dec2
added more domain classes
2011-05-02 17:42:03 +02:00
Axel Uhl
7ab905de30
renamed a few classes, added test for positions
2011-05-02 17:24:27 +02:00
Axel Uhl
c7e773cfc6
added scalatest-1.3, first simple JUnit4-enabled Scala test
2011-05-02 16:35:35 +02:00
Axel Uhl
06fe20eb38
First trivial test case
2011-05-02 16:34:02 +02:00
Axel Uhl
510a442c2c
first cut of Sailing domain Traits
2011-05-02 16:01:01 +02:00