Opened 16 years ago
Closed 16 years ago
#45 closed enhancement (fixed)
Implement checks for compatibility of track type with OS and technology
Reported by: | Florian Roth | Owned by: | Florian Roth |
---|---|---|---|
Priority: | major | Milestone: | MS1: First release (1.0.0) |
Component: | hal | Version: | pre-1.0 |
Keywords: | Cc: |
Description
Currently in my opinon we have the following relationships:
<p>
Digital Course -> Windows -> No HAL (only simulation)
That means we have to generate sensor data by our selfes.
<p>
Digital Course -> Linux -> lib42 HAL
<p>
Analogue Couse -> Windows -> Analogue and/or Bluerider
<p>
Analogue Couse -> Linux -> Analogue and/or Bluerider
Change History (9)
comment:1 Changed 16 years ago by
Milestone: | MS3: Input device and slot car track support → MS1: First usable version |
---|
comment:2 Changed 16 years ago by
Component: | unspecified → hal |
---|---|
Type: | task → enhancement |
See also: MeetingProtokollFuenfundzwanzigsterAugust#zuTagesordnung, 5.
comment:3 Changed 16 years ago by
Summary: | Make sure that the compatibility mapping from course (digital / analogue) to HAL technology related to the underlaying os is given → Implement checks for compatibility of track type with OS and technology |
---|
Shortened summary. (Simply to make the reports prettier. ;) )
comment:4 Changed 16 years ago by
Owner: | changed from somebody to Florian Roth |
---|---|
Status: | new → accepted |
comment:5 follow-up: 6 Changed 16 years ago by
I think include the os checks (linux/windows) etc. because there is a less possibility that someone configures a windows pc with serial interfaces (hardware cards) to connect to the 42 blackbox. If someone does, he/she must compile Clib42 and CsdLib? on windows by self.
comment:6 follow-up: 7 Changed 16 years ago by
comment:7 Changed 16 years ago by
I think I wont include the os checks (linux/windows) etc. because there is a less possibility that someone configures a windows pc with serial interfaces (hardware cards) to connect to the 42 blackbox. If someone does, he/she must compile Clib42 and CsdLib? on windows by self.
Forget the prev two comments
comment:8 Changed 16 years ago by
New commit by froth (revision [282]):
[Related to ticket #45] added the track, connector combination validation in the RaceValidator?
The new Method in RaceValidator? will check players connector so that:
- its not null
- it has an valid uuid
- the DriveConnectors? implmented interface to ensure that the current focused track could be combined with this connector
comment:9 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Batch moved MS3 (input device/technology integration) to MS1 (first working version).