#include "extintf.h"#include "sim.h"Include dependency graph for extsimaio.c:

Go to the source code of this file.
Functions | |
| char | __attribute__ ((unused)) ident[]="$Id |
| int | extAioQuit () |
| int | extAioMaxInputs () |
| int | extAioMaxOutputs () |
| int | extAioRead (int index, double *volts) |
| int | extAioWrite (int index, double volts) |
| int | extAioCheck (int index, double *volts) |
|
|
Definition at line 22 of file extsimaio.c. 00022 : extsimaio.c,v 1.2 2000/10/27 20:34:42 terrylr Exp $";
00023
00024 int extAioInit(const char * stuff)
00025 {
00026 return simAioInit(stuff);
00027 }
|
|
||||||||||||
|
Definition at line 54 of file extsimaio.c. Referenced by EMC_AUX_MODULE::POST_PROCESS().
00055 {
00056 return simAioCheck(index, volts);
00057 }
|
|
|
Definition at line 34 of file extsimaio.c. 00035 {
00036 return simAioMaxInputs();
00037 }
|
|
|
Definition at line 39 of file extsimaio.c. 00040 {
00041 return simAioMaxOutputs();
00042 }
|
|
|
Definition at line 29 of file extsimaio.c. 00030 {
00031 return simAioQuit();
00032 }
|
|
||||||||||||
|
Definition at line 44 of file extsimaio.c. Referenced by EMC_AUX_MODULE::POST_PROCESS().
00045 {
00046 return simAioRead(index, volts);
00047 }
|
|
||||||||||||
|
Definition at line 49 of file extsimaio.c. Referenced by EMC_AUX_MODULE::AIO_WRITE().
00050 {
00051 return simAioWrite(index, volts);
00052 }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001