Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

ppmc_aio.c File Reference

#include "ppmc.h"

Include dependency graph for ppmc_aio.c:

Include dependency graph

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)


Function Documentation

int ppmcAioCheck int    index,
double *    volts
 

Definition at line 46 of file ppmc_aio.c.

Referenced by extAioCheck().

00047 {
00048   return 0;
00049 }

int ppmcAioInit const char *    stuff
 

Definition at line 16 of file ppmc_aio.c.

Referenced by extAioInit().

00017 {
00018   return 0;
00019 }

int ppmcAioMaxInputs void   
 

Definition at line 26 of file ppmc_aio.c.

00027 {
00028   return 0;
00029 }

int ppmcAioMaxOutputs void   
 

Definition at line 31 of file ppmc_aio.c.

00032 {
00033   return 0;
00034 }

int ppmcAioQuit void   
 

Definition at line 21 of file ppmc_aio.c.

00022 {
00023   return 0;
00024 }

int ppmcAioRead int    index,
double *    volts
 

Definition at line 36 of file ppmc_aio.c.

Referenced by extAioRead().

00037 {
00038   return 0;
00039 }

int ppmcAioWrite int    index,
double    volts
 

Definition at line 41 of file ppmc_aio.c.

Referenced by extAioWrite().

00042 {
00043   return 0;
00044 }


Generated on Sun Dec 2 15:28:11 2001 for EMC by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001