| /cvi/instr/HISTO/H2D.h |
|---|
| 36,6 → 36,7 |
| /* 2d histogramming */ |
| #define H2DMAX 500 |
| #define H2D_ID 0x10 |
| #pragma pack(4) |
| typedef struct { |
| 59,7 → 60,7 |
| #pragma pack() |
| double _VI_FUNC H2D_GetYBinCenter(int h2d,int ybin); |
| double _VI_FUNC H2D_GetYBinCenter(int h2d,int xbin); |
| double _VI_FUNC H2D_GetXBinCenter(int h2d,int xbin); |
| int _VI_FUNC H2D_Clear(int h2d); |
| int _VI_FUNC H2D_Print(int h2d); |