- Reworked the connection object and the IO system

- Reworked the support for TRICS
- Added a second generation motor
This commit is contained in:
koennecke
2009-02-03 08:05:39 +00:00
parent f6d595665e
commit 361ee9ebea
119 changed files with 16455 additions and 3674 deletions

18
singletas.h Normal file
View File

@ -0,0 +1,18 @@
/**
* This is an implementation of the polymorphic single crystal calculation module
* for the triple axis mode. In this mode the tilt angles of a standard sample
* cradle are used to orient the sample. The math behind this has been decribed by
* Mark Lumsden in his paper.
*
* copyright: see file COPYRIGHT
*
* Mark Koennecke, November 2008
*/
#ifndef SINGLETAS_H_
#define SINGLETAS_H_
#include "singlediff.h"
void initializeSingleTas(pSingleDiff diff);
#endif /*SINGLETAS_H_*/