- Adding first working version of new AMOR settings module
- Improved sls magnet driver
This commit is contained in:
25
amordrive.h
Normal file
25
amordrive.h
Normal file
@ -0,0 +1,25 @@
|
||||
|
||||
/*--------------------------------------------------------------------
|
||||
Part of the AMOR position calculation module.
|
||||
|
||||
copyright: see file COPYRIGHT
|
||||
|
||||
Mark Koennecke, October 2005
|
||||
----------------------------------------------------------------------*/
|
||||
#ifndef AMORDRIVE
|
||||
#define AMORDRIVE
|
||||
|
||||
typedef struct{
|
||||
pObjectDescriptor pDes;
|
||||
pIDrivable pDriv;
|
||||
pamorSet mama;
|
||||
int type;
|
||||
} amorDrive, *pamorDrive;
|
||||
/*-----------------------------------------------------------------*/
|
||||
pamorDrive makeAmorDrive(pamorSet papa, int type);
|
||||
void killAmorDrive(void *data);
|
||||
int AmorDriveAction(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user