- Fixed bugs in sinqhttp.c, most notatbly the unknown error on hm init
- Added first slit to amorset - Added untested code for the POLDI strees machine
This commit is contained in:
19
poldizug.h
Normal file
19
poldizug.h
Normal file
@ -0,0 +1,19 @@
|
||||
/**
|
||||
* This is the implementation of a SICS access module for the POLDI
|
||||
* pull machine for testing mechanical samples. This thing is a one
|
||||
* of a kind; therefore its implementation does not follow the usual
|
||||
* SICS distinction between hardware object and driver. The thing can
|
||||
* operate in two modes: either a force is driven or a position.
|
||||
*
|
||||
* There is only the creation function here, everything else is in poldizug.c
|
||||
*
|
||||
* copyright: see file COPYRIGHT
|
||||
*
|
||||
* Mark Koennecke, October 2006
|
||||
*/
|
||||
#ifndef POLDIZUG_H_
|
||||
#define POLDIZUG_H_
|
||||
#include <sics.h>
|
||||
int MakePoldiReiss(SConnection *pCon, SicsInterp *pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
#endif /*POLDIZUG_H_*/
|
Reference in New Issue
Block a user