- Removed automatic loading of status file on startup
- make soft motor values the default all over - Introduced nxscript putSlab - Fixed a bug in polldriv
This commit is contained in:
@ -134,7 +134,11 @@ typedef struct __SINTER
|
||||
*/
|
||||
|
||||
char *FindAlias(SicsInterp *pSics, void *pData);
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
FindAliases locates alle aliases related to a gibe name. The result
|
||||
is returned as a komma separated list.
|
||||
*/
|
||||
char *FindAliases(SicsInterp *pSics, char *name);
|
||||
/*-------------------------------------------------------------------------
|
||||
FindCommandData finds a command with the name given. It tests the name in the
|
||||
ObjectDescriptor to be of name class. If all this succeeds a pointer
|
||||
|
Reference in New Issue
Block a user