Files
sicspsi/serial.h
cvs 064ec37e9a - Rearranged directory structure for forking out ANSTO
- Refactored site specific stuff into a site module
- PSI specific stuff is now in the PSI directory.
- The old version has been tagged with pre-ansto
2003-06-20 10:18:47 +00:00

16 lines
559 B
C

/*--------------------------------------------------------------------------
S I C S S E R I A L
This object adds the serial command to the Tcl-interpreter within SICS.
Furthermore the commands sr1-sr6 are added as predefined names for
possible connections.
Mark Koennecke, January 1998
----------------------------------------------------------------------------*/
#ifndef SICSERIAL
#define SICSERIAL
int SerialInit(SConnection *pCon,SicsInterp *pSics, void *pData,
int argc, char *argv[]);
#endif