Files
sics/site_ansto/safetyplc.h
Douglas Clowes a18500cbf0 multichan becomes AsyncQueue and AsyncProtocol
r1957 | dcl | 2007-05-11 17:28:31 +1000 (Fri, 11 May 2007) | 2 lines
2012-11-15 13:16:58 +11:00

16 lines
289 B
C

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