*** empty log message ***
This commit is contained in:
19
geninter.c
Normal file
19
geninter.c
Normal file
@ -0,0 +1,19 @@
|
||||
/**
|
||||
* This is the implementation of various SICS internal interfaces based on
|
||||
* parameters in a generic controller.
|
||||
*
|
||||
* copyright: see file COPYRIGHT
|
||||
*
|
||||
* Mark Koennecke, November 2007
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <sics.h>
|
||||
#include <sicshipadaba.h>
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
int GenDrivableFactory(SConnection *pCon, SicsInterp *pSics,
|
||||
void *pData, int argc, char *argv[]){
|
||||
|
||||
return 1;
|
||||
}
|
Reference in New Issue
Block a user