home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / Guide.lzx / Guide / Device / Input.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-11  |  1.1 KB  |  51 lines

  1. @DATABASE "Device/Input.h"
  2. @MASTER   "Work2:AD/IInc/Device/Input.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:33:45
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "Device/Input.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"Device/Input.h" LINK File}
  11.  
  12.  
  13. @{b}Structures@{ub}
  14.  
  15. @{"pOS_InputDevice" LINK "Device/Input.h/File" 15}
  16.  
  17. @ENDNODE
  18. @NODE File "Device/Input.h"
  19. #ifndef __INC_POS_DEVICE_INPUT_H
  20. #define __INC_POS_DEVICE_INPUT_H
  21. /*******************************************************************
  22.  Includes Release 24
  23.  (C) Copyright 1995-1997 proDAD
  24.      All Rights Reserved
  25.  
  26.  $AUT Holger Burkarth
  27.  $DAT >>Input.h<<   07 Jan 1997    09:23:03 - (C) ProDAD
  28. *******************************************************************/
  29. #ifndef __INC_POS_PEXEC_DEVICE_H
  30. #include <@{"pExec/Device.h" LINK "pExec/Device.h/File"}>
  31. #endif
  32.  
  33.  struct pOS_InputDevice {@{"struct pOS_Device" LINK "pExec/Device.h/File" 21} Dev; };
  34.  
  35.  
  36. enum pOS_InputIOReqCommands
  37. {
  38.  INDCMD_AddHandler=CMD_NONSTD,
  39.  INDCMD_RemHandler,
  40.  INDCMD_WriteEvent,
  41.  INDCMD_SetThresh,
  42.  INDCMD_SetPeriod,
  43.  INDCMD_SetMPort,
  44.  INDCMD_SetMType,
  45.  INDCMD_SetMTrig,
  46. };
  47.  
  48.  
  49. #endif
  50. @ENDNODE
  51.