Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 209 → Rev 264

/cvi/instr/HISTO/H3D.h
23,6 → 23,7
#include <stdio.h>
 
/* 2d histogramming */
#define H3DMAX 500
#define H3D_ID 0x12
#pragma pack(4)
typedef struct
54,8 → 55,9
 
int _VI_FUNC H3D_SliXY(int histogram,int slice, int direction);
 
double _VI_FUNC H3D_GetZBinCenter(int h3d,int zbin);
double _VI_FUNC H3D_GetYBinCenter(int h3d,int ybin);
double _VI_FUNC H3D_GetYBinCenter(int h3d,int xbin);
double _VI_FUNC H3D_GetXBinCenter(int h3d,int xbin);
 
int _VI_FUNC H3D_Clear(int h3d);
int _VI_FUNC H3D_Print(int h3d);