Changes between Version 1 and Version 4 of Ticket #63


Ignore:
Timestamp:
08/27/08 09:13:19 (16 years ago)
Author:
Henrik Heimbuerger
Comment:

Updated description to the new terminology (controller/technology -> connector).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63

    • Property Status changed from new to accepted
  • Ticket #63 – Description

    v1 v4  
    1 Add a third configuration dialog, used to detect, configure and initialize the settings of the technologies (connections to hardware controller).
     1Add a third configuration dialog, used to detect, configure and initialize the settings of the connectors.
    22
    33The following tabs are needed:
     
    77A button at the bottom allows to accelerate the cars (separately) for a few centimeters, to test whether the connection is working.
    88
    9 This includes creating a !TechnologyConfigurationManager that stores a !TechnologyController for each connected car and that is used by the !PlayerSettingsDialog to assign technology IDs to players.
     9This includes creating a !ConnectorManager (!ConnectorConfigurationManager?) that stores a !SlotCarSystemConnector for each connected car and that is used by the !PlayerSettingsDialog to assign connector IDs to players.
    1010
    1111Code can be derived from #39 when it's completed, as the LnF should be similar and all the layout manager crap doesn't have to be done twice. :)