- moved initializer and remob to the kernel

SKIPPED:
	psi/make_gen
This commit is contained in:
zolliker
2005-09-09 14:53:33 +00:00
parent 6fbfd74f09
commit fce7a1d687
5 changed files with 1046 additions and 1 deletions

19
remob.h Normal file
View File

@ -0,0 +1,19 @@
/*--------------------------------------------------------------------------
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