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

extppt.c File Reference

#include "extintf.h"
#include "parport.h"

Include dependency graph for extppt.c:

Include dependency graph

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)


Function Documentation

char __attribute__ (unused)    [static]
 

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 }

int extDioByteCheck int    index,
unsigned char *    byte
 

Definition at line 89 of file extppt.c.

00090 {
00091   return pptDioByteCheck(index, byte);
00092 }

int extDioByteRead int    index,
unsigned char *    byte
 

Definition at line 59 of file extppt.c.

00060 {
00061   return pptDioByteRead(index, byte);
00062 }

int extDioByteWrite int    index,
unsigned char    byte
 

Definition at line 74 of file extppt.c.

00075 {
00076   return pptDioByteWrite(index, byte);
00077 }

int extDioCheck int    index,
int *    value
 

Definition at line 54 of file extppt.c.

00055 {
00056   return pptDioCheck(index, value);
00057 }

int extDioMaxInputs void   
 

Definition at line 34 of file extppt.c.

00035 {
00036   return pptDioMaxInputs();
00037 }

int extDioMaxOutputs void   
 

Definition at line 39 of file extppt.c.

00040 {
00041   return pptDioMaxOutputs();
00042 }

int extDioQuit void   
 

Definition at line 29 of file extppt.c.

00030 {
00031   return pptDioQuit();
00032 }

int extDioRead int    index,
int *    value
 

Definition at line 44 of file extppt.c.

00045 {
00046   return pptDioRead(index, value);
00047 }

int extDioShortCheck int    index,
unsigned short *    sh
 

Definition at line 94 of file extppt.c.

00095 {
00096   return pptDioShortCheck(index, sh);
00097 }

int extDioShortRead int    index,
unsigned short *    sh
 

Definition at line 64 of file extppt.c.

00065 {
00066   return pptDioShortRead(index, sh);
00067 }

int extDioShortWrite int    index,
unsigned short    sh
 

Definition at line 79 of file extppt.c.

00080 {
00081   return pptDioShortWrite(index, sh);
00082 }

int extDioWordCheck int    index,
unsigned int *    word
 

Definition at line 99 of file extppt.c.

00100 {
00101   return pptDioWordCheck(index, word);
00102 }

int extDioWordRead int    index,
unsigned int *    word
 

Definition at line 69 of file extppt.c.

00070 {
00071   return pptDioWordRead(index, word);
00072 }

int extDioWordWrite int    index,
unsigned int    word
 

Definition at line 84 of file extppt.c.

00085 {
00086   return pptDioWordWrite(index, word);
00087 }

int extDioWrite int    index,
int    value
 

Definition at line 49 of file extppt.c.

00050 {
00051   return pptDioWrite(index, value);
00052 }


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