*** empty log message ***
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
#line 265 "evcontroller.w"
|
#line 270 "evcontroller.w"
|
||||||
|
|
||||||
/*-------------------------------------------------------------------------
|
/*-------------------------------------------------------------------------
|
||||||
Environment device driver datastructure
|
Environment device driver datastructure
|
||||||
@ -12,7 +12,7 @@
|
|||||||
#define DEVREDO 2
|
#define DEVREDO 2
|
||||||
|
|
||||||
|
|
||||||
#line 87 "evcontroller.w"
|
#line 92 "evcontroller.w"
|
||||||
|
|
||||||
typedef struct __EVDriver {
|
typedef struct __EVDriver {
|
||||||
int (*SetValue)(pEVDriver self, float fNew);
|
int (*SetValue)(pEVDriver self, float fNew);
|
||||||
@ -31,7 +31,7 @@
|
|||||||
void (*KillPrivate)(void *pData);
|
void (*KillPrivate)(void *pData);
|
||||||
} EVDriver;
|
} EVDriver;
|
||||||
|
|
||||||
#line 276 "evcontroller.w"
|
#line 281 "evcontroller.w"
|
||||||
|
|
||||||
/*-------------------- life & death of a driver --------------------------*/
|
/*-------------------- life & death of a driver --------------------------*/
|
||||||
pEVDriver CreateEVDriver(int argc, char *argv[]);
|
pEVDriver CreateEVDriver(int argc, char *argv[]);
|
||||||
|
Reference in New Issue
Block a user