- Fixed a couple of compiler found bugs generated by the new C compiler
- Added support to tasinit for status display part of tas-application
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
#line 225 "evcontroller.w"
|
||||
#line 228 "evcontroller.w"
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
Environment controller datastructure
|
||||
@ -23,6 +23,8 @@
|
||||
pObjectDescriptor pDes;
|
||||
pIDrivable pDrivInt;
|
||||
pEVInterface pEnvir;
|
||||
pICallBack pCall;
|
||||
int callCount;
|
||||
pEVDriver pDriv;
|
||||
EVMode eMode;
|
||||
float fTarget;
|
||||
@ -37,5 +39,5 @@
|
||||
void (*KillPrivate)(void *pData);
|
||||
} EVControl;
|
||||
|
||||
#line 241 "evcontroller.w"
|
||||
#line 244 "evcontroller.w"
|
||||
|
||||
|
Reference in New Issue
Block a user