16 lines
272 B
C
16 lines
272 B
C
/*
|
|
* Low Side Server RCMS data monitor
|
|
*
|
|
* Rodney Davies, March 2008
|
|
*
|
|
*/
|
|
#ifndef SICLSSS
|
|
#define SICSLSS
|
|
|
|
void LSSInitProtocol(SicsInterp *pSics);
|
|
|
|
int LSSFactory(SConnection *pCon, SicsInterp *pSics,
|
|
void *pData, int argc, char *argv[]);
|
|
|
|
#endif /* SICSSLSS */
|