Ticket #92 (new Feature)

Opened 16 years ago

Cheddar configuration

Reported by: Guillaume Laurens (Airbus) Owned by:
Priority: major Milestone: Unknown
Component: framework Version:
Keywords: Cc:

Description

Cheddar use variables in cheddar/config/config.ads to define constant variables. These variables are important for performances... Therefore, there are one cheddar configuration for each user (due to different usage)... and the modification of these parameters imply to recompile and rebuild Cheddar. I think, it must be better.
3 solutions :

  • Cheddar binary is executed with parameters ...
  • Cheddar depend on a configuration text file and read this one when we start execution.
  • Cheddar have no limit for these parameters -> dynamic arrays (or equivalent)(possible with ADA?)
Note: See TracTickets for help on using tickets.