home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / SDK / H_EVAL.OPH < prev    next >
Encoding:
Text File  |  1995-12-21  |  557 b   |  30 lines

  1. /* Epoc/Os structures and constants */
  2.  
  3. #define EVAL_DEFAULT_PLACES 2
  4. #define EVAL_DEFAULT_FMT_TYPE   P_DTOB_FIXED
  5. #define CALC_MAX_PLACES    12
  6. #define CALC_DEFAULT_PLACES      CALC_MAX_PLACES
  7. #define CALC_DEFAULT_FMT_TYPE  P_DTOB_GENERAL
  8. #define MAX_MEMORIES 10
  9.  
  10. STRUCT MEM_VALUES
  11.     evalFormat#
  12.     evalDPlaces#
  13.     calcFormat#
  14.     calcDPlaces#
  15.     values(MAX_MEMORIES)
  16. ENDS
  17.  
  18. STRUCT MEM_ENV
  19.     nameLbc#
  20.     name#(3)
  21.     valueLbc#
  22.     value#(SIZEOF(MEM_VALUES))
  23. ENDS
  24.  
  25. STRUCT EXTENDED_MEM_VALUES
  26.     evalDegrees#
  27.     calcDegrees#
  28.     memVal#(SIZEOF(MEM_VALUES))
  29. ENDS
  30.