- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
34
velo.h
34
velo.h
@ -19,17 +19,17 @@
|
||||
|
||||
#line 100 "velo.w"
|
||||
|
||||
typedef struct __VelSel *pVelSel;
|
||||
typedef struct __VelSelDriv *pVelSelDriv;
|
||||
typedef struct __VelSel *pVelSel;
|
||||
typedef struct __VelSelDriv *pVelSelDriv;
|
||||
|
||||
pVelSel VSCreate(pMotor pTilt, pVelSelDriv pDriv);
|
||||
void VSDestroy(void *self);
|
||||
pVelSel VSCreate(pMotor pTilt, pVelSelDriv pDriv);
|
||||
void VSDestroy(void *self);
|
||||
|
||||
int VSAddVerbot(pVelSel self, float fMin, float fMax);
|
||||
int VSSetPar(pVelSel self,SConnection *pCon, char *name, float fVal);
|
||||
int VSGetPar(pVelSel self,char *name, float *fVal);
|
||||
int VSGetRotation(pVelSel self, float *fRot);
|
||||
int VSGetTilt(pVelSel self, float *fTilt);
|
||||
int VSAddVerbot(pVelSel self, float fMin, float fMax);
|
||||
int VSSetPar(pVelSel self, SConnection * pCon, char *name, float fVal);
|
||||
int VSGetPar(pVelSel self, char *name, float *fVal);
|
||||
int VSGetRotation(pVelSel self, float *fRot);
|
||||
int VSGetTilt(pVelSel self, float *fTilt);
|
||||
|
||||
#line 262 "velo.w"
|
||||
|
||||
@ -41,14 +41,14 @@
|
||||
int VSSetRotation(pVelSel self, SConnection *pCon, float fNew);
|
||||
int VSSetTilt(pVelSel self, SConnection *pCon, float FNewTilt);
|
||||
*/
|
||||
int VSSetTiltRot(pVelSel self, SConnection *pCon,
|
||||
float fNewRot, float fNewTilt);
|
||||
int VSSetTiltRot(pVelSel self, SConnection * pCon,
|
||||
float fNewRot, float fNewTilt);
|
||||
|
||||
#line 264 "velo.w"
|
||||
|
||||
#line 164 "velo.w"
|
||||
|
||||
int VSGetLossCurrent(pVelSel self, SConnection *pCon, float *fLoss);
|
||||
int VSGetLossCurrent(pVelSel self, SConnection * pCon, float *fLoss);
|
||||
|
||||
#line 265 "velo.w"
|
||||
|
||||
@ -56,11 +56,11 @@
|
||||
|
||||
#line 173 "velo.w"
|
||||
|
||||
int VelSelFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int VelSelAction(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
int VelSelFactory(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int VelSelAction(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
|
||||
#line 267 "velo.w"
|
||||
|
||||
|
Reference in New Issue
Block a user