home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "Device/Input.h"
- @MASTER "Work2:AD/IInc/Device/Input.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:33:45
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "Device/Input.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"Device/Input.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_InputDevice" LINK "Device/Input.h/File" 15}
-
- @ENDNODE
- @NODE File "Device/Input.h"
- #ifndef __INC_POS_DEVICE_INPUT_H
- #define __INC_POS_DEVICE_INPUT_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>Input.h<< 07 Jan 1997 09:23:03 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_DEVICE_H
- #include <@{"pExec/Device.h" LINK "pExec/Device.h/File"}>
- #endif
-
- struct pOS_InputDevice {@{"struct pOS_Device" LINK "pExec/Device.h/File" 21} Dev; };
-
-
- enum pOS_InputIOReqCommands
- {
- INDCMD_AddHandler=CMD_NONSTD,
- INDCMD_RemHandler,
- INDCMD_WriteEvent,
- INDCMD_SetThresh,
- INDCMD_SetPeriod,
- INDCMD_SetMPort,
- INDCMD_SetMType,
- INDCMD_SetMTrig,
- };
-
-
- #endif
- @ENDNODE
-