Files
sics/site_ansto/safetyplc.h
Douglas Clowes 40846b9d94 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
2012-11-15 13:02:27 +11:00

14 lines
241 B
C

/*
* 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 */