#include "ppmc.h"Include dependency graph for ppmc_dio.c:

Go to the source code of this file.
Functions | |
| int | DIOInit (void) |
| int | DIOQuit (void) |
| int | ppmcMaxLimitSwitchRead (int axis, int *flag) |
| int | ppmcMinLimitSwitchRead (int axis, int *flag) |
| int | ppmcHomeSwitchRead (int axis, int *flag) |
| int | ppmcAmpEnable (int axis, int enable) |
| int | ppmcAmpFault (int axis, int *fault) |
| int | ppmcDioInit (const char *stuff) |
| int | ppmcDioQuit () |
| int | ppmcDioMaxInputs () |
| int | ppmcDioMaxOutputs () |
| int | ppmcDioRead (int index, int *value) |
| int | ppmcDioWrite (int index, int value) |
| int | ppmcDioCheck (int index, int *value) |
| int | ppmcDioByteRead (int index, unsigned char *byte) |
| int | ppmcDioShortRead (int index, unsigned short *sh) |
| int | ppmcDioWordRead (int index, unsigned int *word) |
| int | ppmcDioByteWrite (int index, unsigned char byte) |
| int | ppmcDioShortWrite (int index, unsigned short sh) |
| int | ppmcDioWordWrite (int index, unsigned int word) |
| int | ppmcDioByteCheck (int index, unsigned char *byte) |
| int | ppmcDioShortCheck (int index, unsigned short *sh) |
| int | ppmcDioWordCheck (int index, unsigned int *word) |
|
|
Definition at line 17 of file ppmc_dio.c. 00018 {
00019 return 0;
00020 }
|
|
|
Definition at line 21 of file ppmc_dio.c. 00022 {
00023 return 0;
00024 }
|
|
||||||||||||
|
Definition at line 47 of file ppmc_dio.c. Referenced by extAmpEnable().
00048 {
00049 return 0;
00050 }
|
|
||||||||||||
|
Definition at line 52 of file ppmc_dio.c. Referenced by extAmpFault().
00053 {
00054 return 0;
00055 }
|
|
||||||||||||
|
Definition at line 122 of file ppmc_dio.c. Referenced by extDioByteCheck().
00123 {
00124 return 0;
00125 }
|
|
||||||||||||
|
Definition at line 92 of file ppmc_dio.c. Referenced by extDioByteRead().
00093 {
00094 return 0;
00095 }
|
|
||||||||||||
|
Definition at line 107 of file ppmc_dio.c. Referenced by extDioByteWrite().
00108 {
00109 return 0;
00110 }
|
|
||||||||||||
|
Definition at line 87 of file ppmc_dio.c. Referenced by extDioCheck().
00088 {
00089 return 0;
00090 }
|
|
|
Definition at line 57 of file ppmc_dio.c. Referenced by extDioInit().
00058 {
00059 return 0;
00060 }
|
|
|
Definition at line 67 of file ppmc_dio.c. Referenced by extDioMaxInputs().
00068 {
00069 return 0;
00070 }
|
|
|
Definition at line 72 of file ppmc_dio.c. Referenced by extDioMaxOutputs().
00073 {
00074 return 0;
00075 }
|
|
|
Definition at line 62 of file ppmc_dio.c. Referenced by extDioQuit().
00063 {
00064 return 0;
00065 }
|
|
||||||||||||
|
Definition at line 77 of file ppmc_dio.c. Referenced by extDioRead().
00078 {
00079 return 0;
00080 }
|
|
||||||||||||
|
Definition at line 127 of file ppmc_dio.c. Referenced by extDioShortCheck().
00128 {
00129 return 0;
00130 }
|
|
||||||||||||
|
Definition at line 97 of file ppmc_dio.c. Referenced by extDioShortRead().
00098 {
00099 return 0;
00100 }
|
|
||||||||||||
|
Definition at line 112 of file ppmc_dio.c. Referenced by extDioShortWrite().
00113 {
00114 return 0;
00115 }
|
|
||||||||||||
|
Definition at line 132 of file ppmc_dio.c. Referenced by extDioWordCheck().
00133 {
00134 return 0;
00135 }
|
|
||||||||||||
|
Definition at line 102 of file ppmc_dio.c. Referenced by extDioWordRead().
00103 {
00104 return 0;
00105 }
|
|
||||||||||||
|
Definition at line 117 of file ppmc_dio.c. Referenced by extDioWordWrite().
00118 {
00119 return 0;
00120 }
|
|
||||||||||||
|
Definition at line 82 of file ppmc_dio.c. Referenced by extDioWrite().
00083 {
00084 return 0;
00085 }
|
|
||||||||||||
|
Definition at line 40 of file ppmc_dio.c. Referenced by extHomeSwitchRead(), and main().
00041 {
00042
00043 return 0;
00044
00045 }
|
|
||||||||||||
|
Definition at line 26 of file ppmc_dio.c. Referenced by extMaxLimitSwitchRead(), and main().
00027 {
00028
00029 return 0;
00030
00031 }
|
|
||||||||||||
|
Definition at line 33 of file ppmc_dio.c. Referenced by extMinLimitSwitchRead(), and main().
00034 {
00035
00036 return 0;
00037
00038 }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001