This is the first version of the newly refactored status code handling.
Status codes are now determined by a special task which inspects SICS for what is going on. Before this was a global variable which caused conflicts when multiple instances in the code tried to set it.
This commit is contained in:
1
scan.h
1
scan.h
@ -40,6 +40,7 @@ int GetScanVarStep(pScanData self, int iWhich, float *fStep);
|
||||
int GetScanMonitor(pScanData self, int iWhich, long *lData, int iDataLen);
|
||||
int GetScanNP(pScanData self);
|
||||
float GetScanPreset(pScanData self);
|
||||
int isScanRunning(pScanData self);
|
||||
|
||||
int ScanIntegrate(pScanData self, float *fSum, float *fVariance);
|
||||
|
||||
|
Reference in New Issue
Block a user