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

  1. #define HACTIVE_OPH
  2.  
  3. #ifndef APPMAN_OPH
  4. #include <sdk\appman>
  5. #endif
  6.  
  7. /* Constants for shutter */
  8.  
  9. #define SHUTTER_BUFFER_LEN 128
  10. #define SHUTTER_COUNT_MAX 32
  11.  
  12. /* Property of shutter */
  13.  
  14. STRUCT PRS_SHUTTER
  15.     count%
  16.     buf#(128)
  17. ENDS
  18.  
  19. STRUCT PR_SHUTTER
  20.     root#(SIZEOF(PRS_ROOT))
  21.     active#(SIZEOF(PRS_ACTIVE))
  22.     shutter#(SIZEOF(PRS_SHUTTER))
  23. ENDS
  24.  
  25. /* Property of waotstat */
  26.  
  27. STRUCT PRS_WAOTSTAT
  28.     count%
  29. ENDS
  30.  
  31. STRUCT PR_WAOTSTAT
  32.     root#(SIZEOF(PRS_ROOT))
  33.     active#(SIZEOF(PRS_ACTIVE))
  34.     waotstat#(SIZEOF(PRS_WAOTSTAT))
  35. ENDS
  36.  
  37. /* Property of haidle */
  38.  
  39. STRUCT PRS_HAIDLE
  40.     rbuf%
  41. ENDS
  42.  
  43. STRUCT PR_HAIDLE
  44.     root#(SIZEOF(PRS_ROOT))
  45.     active#(SIZEOF(PRS_ACTIVE))
  46.     haidle#(SIZEOF(PRS_HAIDLE))
  47. ENDS
  48.  
  49. /* Property of dialao */
  50.  
  51. STRUCT PR_DIALAO
  52.     root#(SIZEOF(PRS_ROOT))
  53.     active#(SIZEOF(PRS_ACTIVE))
  54.     haidle#(SIZEOF(PRS_HAIDLE))
  55. ENDS
  56.