- Added SicsList

- Removed group and description attributes from ObjectDescriptor
This commit is contained in:
koennecke
2006-01-16 08:32:17 +00:00
parent a5f315b56a
commit 0f22d2b0fa
12 changed files with 473 additions and 12 deletions

View File

@@ -849,7 +849,7 @@ static int TcpAsMotHalt(void *pData){
pVelSelDriv pNew = NULL;
pTcpDornier pDorn = NULL;
MotorDriver *pAstDriv = NULL;
const char *pPtr = NULL;
char *pPtr = NULL;
char host[132];
int iVal, iRet, port;
@@ -1015,7 +1015,7 @@ int VelSelTcpFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
int iRet;
pEVDriver pMonDriv = NULL;
pTcpAsMotorDriver pAstDriv = NULL;
const char *pPtr = NULL;
char *pPtr = NULL;
double d;
float limit;