Changes between Version 5 and Version 6 of DeveloperGuide


Ignore:
Timestamp:
Jan 19, 2012 9:41:14 AM (12 years ago)
Author:
tshalif
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuide

    v5 v6  
    11[[TOC(DeveloperGuide*)]] 
    22= Overview = 
     3Talos Rowing (aka. robostroke) is written in Java. 
     4 
    35[[DiaVisView(robostroke.dia)]] 
    46== Data input == 
     
    1416== Message Bus == 
    1517A 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 = 
     193 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. 
    1626 
    1727