PSI sics-cvs-psi-complete-tree-post-site-support
This commit is contained in:
4
varlog.h
4
varlog.h
@@ -23,9 +23,11 @@
|
||||
int VarlogAdd(pVarLog self, float fVal);
|
||||
/*------------------------------ data recovery -------------------------*/
|
||||
int VarlogLength(pVarLog self, int *iLength);
|
||||
int VarlogGetTime(pVarLog self, time_t *tTime);
|
||||
int VarlogGetVal(pVarLog self, float *fValues);
|
||||
int VarlogGetMean(pVarLog self, float *fMean, float *fStdDev);
|
||||
/*------------------------------ interpreter ---------------------------*/
|
||||
int VarlogWrapper(pVarLog self, SConnection *pCon,
|
||||
int VarlogWrapper(pVarLog self,SConnection *pCon,
|
||||
char *subcommand, char *sub2,char *pVarName);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user