Subversion Repositories f9daq

Rev

Rev 234 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 234 Rev 248
Line 33... Line 33...
33
  double *data;
33
  double *data;
34
} H1D;
34
} H1D;
35
#pragma pack()
35
#pragma pack()
36
 
36
 
37
 
37
 
38
 
-
 
39
 
-
 
40
double  _VI_FUNC  H1D_GetYBinCenter(int h2d,int ybin);
-
 
41
double  _VI_FUNC  H1D_GetYBinCenter(int h2d,int xbin);
38
double  _VI_FUNC  H1D_GetXBinCenter(int h2d,int xbin);
42
 
39
 
43
int  _VI_FUNC  H1D_Clear(int h2d);
40
int  _VI_FUNC  H1D_Clear(int h2d);
44
int  _VI_FUNC H1D_Print(int h2d);
41
int  _VI_FUNC H1D_Print(int h2d);
45
int  _VI_FUNC H1D_Exist(int h2d);
42
int  _VI_FUNC H1D_Exist(int h2d);
46
int  _VI_FUNC H1D_GetBin(int h2d, double value);
43
int  _VI_FUNC H1D_GetBin(int h2d, double value);