Initial revision
This commit is contained in:
12
selvar.i
Normal file
12
selvar.i
Normal file
@ -0,0 +1,12 @@
|
||||
/*--------------------------------------------------------------------------*/
|
||||
typedef struct __SelVar {
|
||||
pObjectDescriptor pDes;
|
||||
pSicsSelector pSel;
|
||||
pIDrivable pDrivInt;
|
||||
pICallBack pCall;
|
||||
float fValue;
|
||||
char *name;
|
||||
SConnection *pCon; /* for passing to callbacks */
|
||||
} SelVar;
|
||||
|
||||
|
Reference in New Issue
Block a user