home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1988-11-06 | 276 b | 19 lines |
- (* $M- *)
- DEFINITION MODULE Input;
-
- FROM Exec IMPORT
- nonstd;
-
- CONST
- inputName="input.device";
- addHandler=nonstd+0;
- remHandler=nonstd+1;
- writeEvent=nonstd+2;
- setThresh=nonstd+3;
- setPeriod=nonstd+4;
- setMPort=nonstd+5;
- setMType=nonstd+6;
- setMTrig=nonstd+7;
-
- END Input.
-