- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
34
diffscan.h
34
diffscan.h
@@ -14,16 +14,16 @@
|
||||
#include "scan.i"
|
||||
|
||||
typedef struct {
|
||||
pObjectDescriptor pDes;
|
||||
ObPar *parArray;
|
||||
int normalizationScale;
|
||||
int scaleMonitor;
|
||||
CountEntry last;
|
||||
int skip;
|
||||
int skipCount;
|
||||
pScanData scanObject;
|
||||
} DiffScan, *pDiffScan;
|
||||
|
||||
pObjectDescriptor pDes;
|
||||
ObPar *parArray;
|
||||
int normalizationScale;
|
||||
int scaleMonitor;
|
||||
CountEntry last;
|
||||
int skip;
|
||||
int skipCount;
|
||||
pScanData scanObject;
|
||||
} DiffScan, *pDiffScan;
|
||||
|
||||
/*==================================================================*/
|
||||
|
||||
/**
|
||||
@@ -34,14 +34,14 @@ typedef struct {
|
||||
* @param pCon The connection to use for output and errors.
|
||||
* @param fEnd The end value for the diffscan
|
||||
*/
|
||||
int RunDiffScan(pDiffScan self, pScanData pScan,
|
||||
SConnection *pCon, float fEnd);
|
||||
int RunDiffScan(pDiffScan self, pScanData pScan,
|
||||
SConnection * pCon, float fEnd);
|
||||
/*==================== interpreter wrappers ==========================*/
|
||||
int DiffScanWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int MakeDiffScan(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int DiffScanWrapper(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int MakeDiffScan(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user