Subversion Repositories libIgnTiming

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.  
  2. #include "LibIgnTiming/basemap.h"
  3. #if defined __cplusplus
  4. extern "C"
  5. {
  6. #endif
  7. timingTable_t CONST_ATTR baseTimingMap
  8. {
  9.     .rpmMap = {400, 750, 1000, 1500, 2500, 3500, 4500, 6000},
  10.     .vacuumMap = {0, 166, 225, 300, 500, 700, 900, 1000},
  11.     .mapping = {
  12.         /* Table in degrees. */
  13.         /* row for 0mb = centrifugal only */
  14.         {12, 7, 7, 19, 25, 30, 30, 22},
  15.         /* row for 166 mB*/
  16.         {12, 7, 7, 21, 27, 32, 32, 24},
  17.         /*   row for 225 mB */
  18.         {12, 7, 7, 25, 31, 36, 36, 28},
  19.         /* row for 300 mB*/
  20.         {12, 7, 7, 27, 35, 40, 40, 33},
  21.         /* row for 500 mB*/
  22.         {12, 7, 7, 19, 35, 40, 40, 33},
  23.         /* row for 700 mB*/
  24.         {12, 7, 7, 7, 7, 7, 7, 7},
  25.         /* row for 900 mB - row never used  */
  26.         {7, 7, 7, 7, 7, 7, 7, 7},
  27.         /*row for 1000 mB - row never used  */
  28.         {7, 7, 7, 7, 7, 7, 7, 7},
  29.        
  30.     }
  31. };
  32. #if defined __cplusplus
  33. }
  34. #endif
  35.