- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
33
oscillate.h
33
oscillate.h
@ -12,24 +12,23 @@
|
||||
|
||||
|
||||
typedef struct {
|
||||
pObjectDescriptor pDes;
|
||||
pMotor pMot;
|
||||
int oldRights;
|
||||
float upperLimit;
|
||||
float lowerLimit;
|
||||
int nextTargetFlag;
|
||||
long taskID;
|
||||
int stopFlag;
|
||||
SConnection *pCon;
|
||||
int errorCount;
|
||||
int debug;
|
||||
} Oscillator, *pOscillator;
|
||||
pObjectDescriptor pDes;
|
||||
pMotor pMot;
|
||||
int oldRights;
|
||||
float upperLimit;
|
||||
float lowerLimit;
|
||||
int nextTargetFlag;
|
||||
long taskID;
|
||||
int stopFlag;
|
||||
SConnection *pCon;
|
||||
int errorCount;
|
||||
int debug;
|
||||
} Oscillator, *pOscillator;
|
||||
|
||||
/*---------------------------------------------------------------------*/
|
||||
int MakeOscillator(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int OscillatorWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int MakeOscillator(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int OscillatorWrapper(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user