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:
13
site_ansto/safetyplc.h
Normal file
13
site_ansto/safetyplc.h
Normal 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 */
|
||||
Reference in New Issue
Block a user