First iteration of SICS object to handle the Safety PLC digital I/O

r1561 | dcl | 2007-03-01 09:07:00 +1100 (Thu, 01 Mar 2007) | 2 lines
This commit is contained in:
Douglas Clowes
2007-03-01 09:07:00 +11:00
parent 628fca916e
commit 40846b9d94
2 changed files with 312 additions and 0 deletions

13
site_ansto/safetyplc.h Normal file
View File

@@ -0,0 +1,13 @@
/*
* S A F E T Y P L C
*
* Douglas Clowes, February 2007
*
*/
#ifndef SICSSAFETYPLC
#define SICSSAFETYPLC
int SafetyPLCFactory(SConnection *pCon, SicsInterp *pSics,
void *pData, int argc, char *argv[]);
#endif /* SICSSAFETYPLC */