- 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 SKIPPED: psi/faverage.h psi/nxamor.tex psi/pimotor.h psi/pimotor.tex
This commit is contained in:
@ -18,8 +18,6 @@
|
||||
#include "HistMem.h"
|
||||
#include "sicsdata.h"
|
||||
|
||||
#define INTTYPE 0
|
||||
#define FLOATTYPE 1
|
||||
/*--------------------------------------------------------------------*/
|
||||
static void KillSICSData(void *pData){
|
||||
pSICSData self = NULL;
|
||||
@ -110,6 +108,10 @@ static void assignType(pSICSData self, int start, int end, int type){
|
||||
self->dataType[i] = type;
|
||||
}
|
||||
}
|
||||
/*-----------------------------------------------------------------------*/
|
||||
void assignSICSType(pSICSData self, int start, int end, int type){
|
||||
assignType(self,start,end,type);
|
||||
}
|
||||
/*------------------------------------------------------------------------
|
||||
netEncode transforms the data in the array into network format.
|
||||
- int become ints in network byte order
|
||||
|
Reference in New Issue
Block a user