Changes between Initial Version and Version 1 of Ticket #86
- Timestamp:
- 09/03/10 15:28:44 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #86
- Property Status changed from new to closed
- Property Resolution changed from to fixed
- Property Milestone changed from Unknown to 2.2
-
Ticket #86 – Description
initial v1 1 1 Add some time lines in the top part of the main cheddar windows in order to displaying the simulation time. 2 3 4 time line to display simulation time is configured in package 5 config.editor_confid.ads as follows : 6 7 -- This constant stores the number of time line 8 -- we draw between each timing axis 9 -- 10 Time_Line_Between_Time_Axis : constant Natural := 4; 11 12 13 -- This constant stores how time unit axis are displayed. 14 -- The constant give a duration (in time unit) between each 15 -- time display on the axis 16 -- 17 Display_Witch_Time_Unit_Label : constant Natural := 5; 18 19 20 frank 21