Changes between Version 5 and Version 6 of DeveloperGuide
- Timestamp:
- Jan 19, 2012 9:41:14 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuide
v5 v6 1 1 [[TOC(DeveloperGuide*)]] 2 2 = Overview = 3 Talos Rowing (aka. robostroke) is written in Java. 4 3 5 [[DiaVisView(robostroke.dia)]] 4 6 == Data input == … … 14 16 == Message Bus == 15 17 A message bus is used for low frequency asynchronous message communication between the various components. The various data processors (scanners, detectors) may send various events on the bus - such as the STROKE_START, STROKE_END event produced by the Rowing Detector component. 18 = Project components = 19 3 top-level projects currently exist. 20 * robostroke-common[[BR]] 21 Contains UI agnostic code which can be shared with either Android or Swing UI based applications. 22 * robostroke-android[[BR]] 23 Contains Android specific code and an Android front-end. 24 * robostroke-swing[[BR]] 25 Contains Swing specific code. 16 26 17 27