Files
sicspsi/remob.h
cvs aa9ab52528 - extended evcontroller
- remote objects
- new ev drivers for oxford IPS,ITC,ILM and LC
M.Z.
2004-11-17 11:32:05 +00:00

20 lines
539 B
C

/*--------------------------------------------------------------------------
remote driveable objects
Markus Zolliker July 04
copyright: see implementation file
----------------------------------------------------------------------------*/
#ifndef SICSREM
#define SICSREM
#include "Scommon.h"
/*-------------------------------------------------------------------------*/
int RemobCreate(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
#endif