- Added a script to generate XML for GumTree

SKIPPED:
	psi/hardsup/libhlib.a
This commit is contained in:
koennecke
2007-01-19 00:57:15 +00:00
parent 50e0d51445
commit fcb09a674f
3 changed files with 191 additions and 2 deletions

View File

@ -137,8 +137,7 @@ static pHdb MakeMotParNode(char *name, pMotor pMot){
static int AddStdMotorPar(pHdb motorNode, pMotor pMot){
int i;
pHdb parNode = NULL;
char *addPar[] = {"position",
"target",
char *addPar[] = {"target",
"hardlowerlim",
"hardupperlim",
NULL};