- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
46
chadapter.h
46
chadapter.h
@ -11,37 +11,35 @@
|
||||
#define SICSCHADA
|
||||
#include "codri.h"
|
||||
|
||||
typedef struct __CHADAPTER *pCHAdapter;
|
||||
typedef struct __CHADAPTER *pCHAdapter;
|
||||
/*-----------------------------------------------------------------------*/
|
||||
int CHAdapterFactory(SConnection *pCon, SicsInterp *pSics,
|
||||
void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
int CHAdapterAction(SConnection *pCon, SicsInterp *pSics,
|
||||
void *pData,
|
||||
int argc, char *argv[]);
|
||||
int CHAdapterFactory(SConnection * pCon, SicsInterp * pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
|
||||
int CHAdapterAction(SConnection * pCon, SicsInterp * pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
|
||||
pEVDriver MakeControllerEnvironmentDriver(int argc, char *argv[]);
|
||||
|
||||
pEVDriver MakeControllerEnvironmentDriver(int argc, char *argv[]);
|
||||
|
||||
|
||||
#ifdef CHADAINTERNAL
|
||||
|
||||
typedef struct __CHADAPTER {
|
||||
pObjectDescriptor pDes;
|
||||
pCodri pDriv;
|
||||
pIDrivable pInt;
|
||||
float fUpper;
|
||||
float fLower;
|
||||
float fTarget;
|
||||
char *pParName;
|
||||
}CHAdapter;
|
||||
typedef struct __CHADAPTER {
|
||||
pObjectDescriptor pDes;
|
||||
pCodri pDriv;
|
||||
pIDrivable pInt;
|
||||
float fUpper;
|
||||
float fLower;
|
||||
float fTarget;
|
||||
char *pParName;
|
||||
} CHAdapter;
|
||||
|
||||
|
||||
typedef struct __CHEV {
|
||||
char *pParName;
|
||||
pCodri pDriv;
|
||||
int iLastError;
|
||||
}CHev, *pCHev;
|
||||
typedef struct __CHEV {
|
||||
char *pParName;
|
||||
pCodri pDriv;
|
||||
int iLastError;
|
||||
} CHev, *pCHev;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user