Files
sics/site_ansto/lssmonitor.h
Ferdi Franceschini 0749b0effa Merging release 2.0 branch with CVS trunk
r2601 | ffr | 2008-05-30 10:26:57 +1000 (Fri, 30 May 2008) | 2 lines
2012-11-15 13:38:17 +11:00

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