- Adapted indenation to new agreed upon system

- Added support for second generation scriptcontext based counter
This commit is contained in:
koennecke
2009-02-13 09:00:03 +00:00
parent a3dcad2bfa
commit 91d4af0541
405 changed files with 88101 additions and 88173 deletions

34
velo.h
View File

@ -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"