Opened 16 years ago
Last modified 16 years ago
#63 closed feature
Implement the technology configuration dialog — at Version 4
Reported by: | Henrik Heimbuerger | Owned by: | Henrik Heimbuerger |
---|---|---|---|
Priority: | critical | Milestone: | MS1: First release (1.0.0) |
Component: | ui | Version: | pre-1.0 |
Keywords: | Cc: | technology, configuration, dialog |
Description (last modified by )
Add a third configuration dialog, used to detect, configure and initialize the settings of the connectors.
The following tabs are needed:
- 42: Allows to assign IDs to cars.
- BlueRider: Allows to choose COM port of the Bluetooth interface.
- Analogue: Allows to enter host that runs the network interface.
A button at the bottom allows to accelerate the cars (separately) for a few centimeters, to test whether the connection is working.
This 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.
Code 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. :)
Change History (4)
comment:1 Changed 16 years ago by
Cc: | technology configuration dialog added |
---|---|
Description: | modified (diff) |
comment:2 Changed 16 years ago by
Status: | new → assigned |
---|
comment:3 Changed 16 years ago by
Status: | assigned → accepted |
---|
comment:4 Changed 16 years ago by
Description: | modified (diff) |
---|
Updated description to the new terminology (controller/technology -> connector).