Task #1578
Plan Barcode and Start Designing Database
100%
Description
Plan out how to segment the barcode.
Figure out what database entries mean.
History
#1 Updated by John Sexton over 12 years ago
- Assignee changed from Dan Jacobs to Priyanka Deo
- % Done changed from 0 to 30
Progress has been made.
Parts:
Jeff - working on the system for filling table entries
Priya - working on system for reading table and checking turn directions
#2 Updated by John Sexton over 12 years ago
- Tracker changed from Bug to Task
#4 Updated by John Sexton over 12 years ago
From Jeff's Repository Commit Comment:
Separated the intersection constants from the turning constants, updated fuctions accordingly.
#5 Updated by Priyanka Deo over 12 years ago
- % Done changed from 60 to 100
From Priya's Repository Commit Comment:
database:
files: intersectData.c and intersectData.h
database is an array defined in .h that stores all intersections
right now it is defined for our demo map.
it has an intialize function that is unique for each map and all
other functions that can be reused. (constracted in this way
so that we do not need to keep rewriting code)
validTurns:
integrated with the database. uses database lookup functions to
determine intersection type and position from the given barcode
and determines whether the given turn is valid.
Yay for being done!!
#6 Updated by Priyanka Deo almost 12 years ago
- Status changed from Assigned to Fixed