- Improvements to Hipadaba

- New chopper driver for MARS Juelich chopper system
- New docbook based SANS manual
This commit is contained in:
koennecke
2006-07-07 15:05:33 +00:00
parent 37e18effc6
commit dbc6be71ec
10 changed files with 1310 additions and 8 deletions

View File

@ -50,6 +50,7 @@ typedef struct {
pObjectDescriptor pDes;
pIDrivable pDriv;
pIDrivable listDrive;
amorComp chopper;
amorComp M;
amorComp DS;
amorComp D2;
@ -69,6 +70,7 @@ typedef struct {
int mustRecalculate;
int driveList;
double dspar;
double detectoroffset;
int verbose;
}amorSet, *pamorSet;
/*--------------------------------------------------------------------*/