- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
18
maximize.h
18
maximize.h
@ -12,11 +12,11 @@
|
||||
#ifndef SICSMAXIMIZE
|
||||
#define SICSMAXIMIZE
|
||||
|
||||
typedef struct __MAXIMIZE *pMax;
|
||||
typedef struct __MAXIMIZE *pMax;
|
||||
|
||||
int MaximizePeak(pMax self, void *pVar, char *pVarName,
|
||||
float fStep, CounterMode eMode,
|
||||
float fPreset, SConnection *pCon);
|
||||
int MaximizePeak(pMax self, void *pVar, char *pVarName,
|
||||
float fStep, CounterMode eMode,
|
||||
float fPreset, SConnection * pCon);
|
||||
|
||||
/*
|
||||
* Locates the maximum of a peak with respect to the motor or virtual
|
||||
@ -26,10 +26,8 @@
|
||||
* reported.
|
||||
*/
|
||||
/*------------------------ Wrapper functions ----------------------------*/
|
||||
int MaximizeFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int MaximizeAction(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int MaximizeFactory(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int MaximizeAction(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user