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

ppmc_dio.c File Reference

#include "ppmc.h"

Include dependency graph for ppmc_dio.c:

Include dependency graph

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)


Function Documentation

int DIOInit void   
 

Definition at line 17 of file ppmc_dio.c.

00018 {
00019         return 0;
00020 }

int DIOQuit void   
 

Definition at line 21 of file ppmc_dio.c.

00022 {
00023         return 0;
00024 }

int ppmcAmpEnable int    axis,
int    enable
 

Definition at line 47 of file ppmc_dio.c.

Referenced by extAmpEnable().

00048 {
00049   return 0;
00050 }

int ppmcAmpFault int    axis,
int *    fault
 

Definition at line 52 of file ppmc_dio.c.

Referenced by extAmpFault().

00053 {
00054   return 0;
00055 }

int ppmcDioByteCheck int    index,
unsigned char *    byte
 

Definition at line 122 of file ppmc_dio.c.

Referenced by extDioByteCheck().

00123 {
00124   return 0;
00125 }

int ppmcDioByteRead int    index,
unsigned char *    byte
 

Definition at line 92 of file ppmc_dio.c.

Referenced by extDioByteRead().

00093 {
00094   return 0;
00095 }

int ppmcDioByteWrite int    index,
unsigned char    byte
 

Definition at line 107 of file ppmc_dio.c.

Referenced by extDioByteWrite().

00108 {
00109   return 0;
00110 }

int ppmcDioCheck int    index,
int *    value
 

Definition at line 87 of file ppmc_dio.c.

Referenced by extDioCheck().

00088 {
00089   return 0;
00090 }

int ppmcDioInit const char *    stuff
 

Definition at line 57 of file ppmc_dio.c.

Referenced by extDioInit().

00058 {
00059   return 0;
00060 }

int ppmcDioMaxInputs  
 

Definition at line 67 of file ppmc_dio.c.

Referenced by extDioMaxInputs().

00068 {
00069   return 0;
00070 }

int ppmcDioMaxOutputs  
 

Definition at line 72 of file ppmc_dio.c.

Referenced by extDioMaxOutputs().

00073 {
00074   return 0;
00075 }

int ppmcDioQuit  
 

Definition at line 62 of file ppmc_dio.c.

Referenced by extDioQuit().

00063 {
00064   return 0;
00065 }

int ppmcDioRead int    index,
int *    value
 

Definition at line 77 of file ppmc_dio.c.

Referenced by extDioRead().

00078 {
00079   return 0;
00080 }

int ppmcDioShortCheck int    index,
unsigned short *    sh
 

Definition at line 127 of file ppmc_dio.c.

Referenced by extDioShortCheck().

00128 {
00129   return 0;
00130 }

int ppmcDioShortRead int    index,
unsigned short *    sh
 

Definition at line 97 of file ppmc_dio.c.

Referenced by extDioShortRead().

00098 {
00099   return 0;
00100 }

int ppmcDioShortWrite int    index,
unsigned short    sh
 

Definition at line 112 of file ppmc_dio.c.

Referenced by extDioShortWrite().

00113 {
00114   return 0;
00115 }

int ppmcDioWordCheck int    index,
unsigned int *    word
 

Definition at line 132 of file ppmc_dio.c.

Referenced by extDioWordCheck().

00133 {
00134   return 0;
00135 }

int ppmcDioWordRead int    index,
unsigned int *    word
 

Definition at line 102 of file ppmc_dio.c.

Referenced by extDioWordRead().

00103 {
00104   return 0;
00105 }

int ppmcDioWordWrite int    index,
unsigned int    word
 

Definition at line 117 of file ppmc_dio.c.

Referenced by extDioWordWrite().

00118 {
00119   return 0;
00120 }

int ppmcDioWrite int    index,
int    value
 

Definition at line 82 of file ppmc_dio.c.

Referenced by extDioWrite().

00083 {
00084   return 0;
00085 }

int ppmcHomeSwitchRead int    axis,
int *    flag
 

Definition at line 40 of file ppmc_dio.c.

Referenced by extHomeSwitchRead(), and main().

00041 {
00042 
00043   return 0;
00044 
00045 }

int ppmcMaxLimitSwitchRead int    axis,
int *    flag
 

Definition at line 26 of file ppmc_dio.c.

Referenced by extMaxLimitSwitchRead(), and main().

00027 {
00028 
00029   return 0;
00030 
00031 }

int ppmcMinLimitSwitchRead int    axis,
int *    flag
 

Definition at line 33 of file ppmc_dio.c.

Referenced by extMinLimitSwitchRead(), and main().

00034 {
00035 
00036   return 0;
00037 
00038 }


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