- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
31
mumo.h
31
mumo.h
@ -15,22 +15,21 @@
|
||||
#ifndef SICSMUMO
|
||||
#define SICSMUMO
|
||||
/*-------------------------------------------------------------------------*/
|
||||
typedef struct __MULMOT *pMulMot;
|
||||
typedef struct __MULMOT *pMulMot;
|
||||
|
||||
pMulMot MakeMultiMotor(void);
|
||||
void KillMultiMotor(void *pData);
|
||||
|
||||
const char *FindNamPos(pMulMot self, SConnection *pCon);
|
||||
|
||||
int MultiWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
pMulMot MakeMultiMotor(void);
|
||||
void KillMultiMotor(void *pData);
|
||||
|
||||
int MakeMulti(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
int ConfigMulti(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
|
||||
#endif
|
||||
const char *FindNamPos(pMulMot self, SConnection * pCon);
|
||||
|
||||
int MultiWrapper(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
int MakeMulti(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
int ConfigMulti(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user