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

Go to the source code of this file.
Functions | |
| int | ppmcAioInit (const char *stuff) |
| int | ppmcAioQuit () |
| int | ppmcAioMaxInputs () |
| int | ppmcAioMaxOutputs () |
| int | ppmcAioRead (int index, double *volts) |
| int | ppmcAioWrite (int index, double volts) |
| int | ppmcAioCheck (int index, double *volts) |
|
||||||||||||
|
Definition at line 46 of file ppmc_aio.c. Referenced by extAioCheck().
00047 {
00048 return 0;
00049 }
|
|
|
Definition at line 16 of file ppmc_aio.c. Referenced by extAioInit().
00017 {
00018 return 0;
00019 }
|
|
|
Definition at line 26 of file ppmc_aio.c. 00027 {
00028 return 0;
00029 }
|
|
|
Definition at line 31 of file ppmc_aio.c. 00032 {
00033 return 0;
00034 }
|
|
|
Definition at line 21 of file ppmc_aio.c. 00022 {
00023 return 0;
00024 }
|
|
||||||||||||
|
Definition at line 36 of file ppmc_aio.c. Referenced by extAioRead().
00037 {
00038 return 0;
00039 }
|
|
||||||||||||
|
Definition at line 41 of file ppmc_aio.c. Referenced by extAioWrite().
00042 {
00043 return 0;
00044 }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001