- made fixes to hkl
- Introduced a help system - introduced a module for handling automatic updates of files during long measurements - Added a circular buffer and handling facilities to varlog - Upgraded documentation
This commit is contained in:
@ -18,4 +18,3 @@
|
|||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -60,6 +60,8 @@ time-of-flight mode.
|
|||||||
\mbox{}\verb@----------------------------------------------------------------------*/@\\
|
\mbox{}\verb@----------------------------------------------------------------------*/@\\
|
||||||
\mbox{}\verb@#ifndef NXAMOR@\\
|
\mbox{}\verb@#ifndef NXAMOR@\\
|
||||||
\mbox{}\verb@#define NXAMOR@\\
|
\mbox{}\verb@#define NXAMOR@\\
|
||||||
|
\mbox{}\verb@#include <scan.h>@\\
|
||||||
|
\mbox{}\verb@#include <HistMem.h>@\\
|
||||||
\mbox{}\verb@@$\langle$namor {\footnotesize ?}$\rangle$\verb@@\\
|
\mbox{}\verb@@$\langle$namor {\footnotesize ?}$\rangle$\verb@@\\
|
||||||
\mbox{}\verb@#endif@\\
|
\mbox{}\verb@#endif@\\
|
||||||
\mbox{}\verb@@$\diamond$
|
\mbox{}\verb@@$\diamond$
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
#define PIMOTOR
|
#define PIMOTOR
|
||||||
#include <motor.h>
|
#include <motor.h>
|
||||||
|
|
||||||
|
|
||||||
int PIMotorWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
int PIMotorWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||||
int argc, char *argv[]);
|
int argc, char *argv[]);
|
||||||
int PIMotorFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
int PIMotorFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||||
|
@ -50,6 +50,7 @@ $\langle$pimoti {\footnotesize ?}$\rangle\equiv$
|
|||||||
\mbox{}\verb@----------------------------------------------------------------------------*/@\\
|
\mbox{}\verb@----------------------------------------------------------------------------*/@\\
|
||||||
\mbox{}\verb@#ifndef PIMOTOR@\\
|
\mbox{}\verb@#ifndef PIMOTOR@\\
|
||||||
\mbox{}\verb@#define PIMOTOR@\\
|
\mbox{}\verb@#define PIMOTOR@\\
|
||||||
|
\mbox{}\verb@#include <motor.h>@\\
|
||||||
\mbox{}\verb@@$\langle$pimoti {\footnotesize ?}$\rangle$\verb@@\\
|
\mbox{}\verb@@$\langle$pimoti {\footnotesize ?}$\rangle$\verb@@\\
|
||||||
\mbox{}\verb@#endif@\\
|
\mbox{}\verb@#endif@\\
|
||||||
\mbox{}\verb@@\\
|
\mbox{}\verb@@\\
|
||||||
|
Reference in New Issue
Block a user