- 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:
2
scan.w
2
scan.w
@ -192,7 +192,6 @@ Scan variables have an interface:
|
||||
int iP);
|
||||
pStringDict scanFunctions;
|
||||
long lPos;
|
||||
int posSoft;
|
||||
void *pCounterData;
|
||||
char pCounterName[512];
|
||||
int iChannel;
|
||||
@ -312,7 +311,6 @@ functions:
|
||||
char *pName, int iLength);
|
||||
int GetScanVarStep(pScanData self, int iWhich,
|
||||
float *fStep);
|
||||
int isScanVarSoft(pScanData self);
|
||||
int GetScanMonitor(pScanData self, int iWhich,
|
||||
long *lData, int iDataLen);
|
||||
int GetScanNP(pScanData self);
|
||||
|
Reference in New Issue
Block a user