16 lines
289 B
C
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 */
|