#include "extintf.h"#include "parport.h"Include dependency graph for extppt.c:

Go to the source code of this file.
Functions | |
| char | __attribute__ ((unused)) ident[]="$Id |
| int | extDioQuit (void) |
| int | extDioMaxInputs (void) |
| int | extDioMaxOutputs (void) |
| int | extDioRead (int index, int *value) |
| int | extDioWrite (int index, int value) |
| int | extDioCheck (int index, int *value) |
| int | extDioByteRead (int index, unsigned char *byte) |
| int | extDioShortRead (int index, unsigned short *sh) |
| int | extDioWordRead (int index, unsigned int *word) |
| int | extDioByteWrite (int index, unsigned char byte) |
| int | extDioShortWrite (int index, unsigned short sh) |
| int | extDioWordWrite (int index, unsigned int word) |
| int | extDioByteCheck (int index, unsigned char *byte) |
| int | extDioShortCheck (int index, unsigned short *sh) |
| int | extDioWordCheck (int index, unsigned int *word) |
|
|
Definition at line 22 of file extppt.c. 00022 : extppt.c,v 1.2 2000/10/27 20:34:42 terrylr Exp $";
00023
00024 int extDioInit(const char * stuff)
00025 {
00026 return pptDioInit(stuff);
00027 }
|
|
||||||||||||
|
Definition at line 89 of file extppt.c. 00090 {
00091 return pptDioByteCheck(index, byte);
00092 }
|
|
||||||||||||
|
Definition at line 59 of file extppt.c. 00060 {
00061 return pptDioByteRead(index, byte);
00062 }
|
|
||||||||||||
|
Definition at line 74 of file extppt.c. 00075 {
00076 return pptDioByteWrite(index, byte);
00077 }
|
|
||||||||||||
|
Definition at line 54 of file extppt.c. 00055 {
00056 return pptDioCheck(index, value);
00057 }
|
|
|
Definition at line 34 of file extppt.c. 00035 {
00036 return pptDioMaxInputs();
00037 }
|
|
|
Definition at line 39 of file extppt.c. 00040 {
00041 return pptDioMaxOutputs();
00042 }
|
|
|
Definition at line 29 of file extppt.c. 00030 {
00031 return pptDioQuit();
00032 }
|
|
||||||||||||
|
Definition at line 44 of file extppt.c. 00045 {
00046 return pptDioRead(index, value);
00047 }
|
|
||||||||||||
|
Definition at line 94 of file extppt.c. 00095 {
00096 return pptDioShortCheck(index, sh);
00097 }
|
|
||||||||||||
|
Definition at line 64 of file extppt.c. 00065 {
00066 return pptDioShortRead(index, sh);
00067 }
|
|
||||||||||||
|
Definition at line 79 of file extppt.c. 00080 {
00081 return pptDioShortWrite(index, sh);
00082 }
|
|
||||||||||||
|
Definition at line 99 of file extppt.c. 00100 {
00101 return pptDioWordCheck(index, word);
00102 }
|
|
||||||||||||
|
Definition at line 69 of file extppt.c. 00070 {
00071 return pptDioWordRead(index, word);
00072 }
|
|
||||||||||||
|
Definition at line 84 of file extppt.c. 00085 {
00086 return pptDioWordWrite(index, word);
00087 }
|
|
||||||||||||
|
Definition at line 49 of file extppt.c. 00050 {
00051 return pptDioWrite(index, value);
00052 }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001