- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
29
hmcontrol.h
29
hmcontrol.h
@ -23,24 +23,23 @@ the maximum number of slaves
|
||||
#define MAXSLAVE 5
|
||||
|
||||
|
||||
typedef struct {
|
||||
pObjectDescriptor pDes;
|
||||
pICountable pCount;
|
||||
pICountable slaves[MAXSLAVE];
|
||||
void *slaveData[MAXSLAVE];
|
||||
int nSlaves;
|
||||
float fPreset;
|
||||
CounterMode eMode;
|
||||
pICallBack pCall;
|
||||
} HMcontrol, *pHMcontrol;
|
||||
typedef struct {
|
||||
pObjectDescriptor pDes;
|
||||
pICountable pCount;
|
||||
pICountable slaves[MAXSLAVE];
|
||||
void *slaveData[MAXSLAVE];
|
||||
int nSlaves;
|
||||
float fPreset;
|
||||
CounterMode eMode;
|
||||
pICallBack pCall;
|
||||
} HMcontrol, *pHMcontrol;
|
||||
|
||||
|
||||
|
||||
int MakeHMControl(SConnection *pCon, SicsInterp *pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
int HMControlAction(SConnection *pCon, SicsInterp *pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
int MakeHMControl(SConnection * pCon, SicsInterp * pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
int HMControlAction(SConnection * pCon, SicsInterp * pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user