PSI sics-cvs-psi-2008-10-02
This commit is contained in:
@@ -130,6 +130,9 @@ definition:
|
||||
SConnection *pCon);
|
||||
float (*GetTime)(pHistDriver self,
|
||||
SConnection *pCon);
|
||||
HistInt *(*SubSample)(pHistDriver self,
|
||||
SConnection *pCon,int bank,
|
||||
char *command);
|
||||
int (*Preset)(pHistDriver self,
|
||||
SConnection *pCon,
|
||||
HistInt iVal);
|
||||
@@ -231,6 +234,8 @@ only these few functions operate on histogram memory drivers in general:
|
||||
void DeleteHistDriver(pHistDriver self);
|
||||
int HistDriverConfig(pHistDriver self, pStringDict pOpt,
|
||||
SConnection *pCon);
|
||||
HistInt *DefaultSubSample(pHistDriver self, SConnection *pCon,
|
||||
int bank, char *command);
|
||||
@}
|
||||
|
||||
CreateHistDriver creates a new HistDriver data structure and returns it. Or
|
||||
|
||||
Reference in New Issue
Block a user