summaryrefslogtreecommitdiff
path: root/device-functions.h
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 01:25:54 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 01:25:54 +0900
commit845fc78831dedcf1f0c529c1302cb04fead7acb6 (patch)
treec52013a0edb5e0442cc302e7a184cf56cc22ef2c /device-functions.h
parentfb8121e28a0becdabebc0c87a268c0b2f72d4e02 (diff)
Major reworking. Set_VI_Control now stores its calculation results for later reference.INSTRUMENT_6_4_23d
This fixes the problem of adding cal points to parameters with large adjustments. The x values are now correct, but the user must still manually compensate for y changes.
Diffstat (limited to 'device-functions.h')
-rw-r--r--device-functions.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/device-functions.h b/device-functions.h
index e3ba3a2..ade757a 100644
--- a/device-functions.h
+++ b/device-functions.h
@@ -46,8 +46,7 @@ int Set_Dly_Shr_Cal(int channel,int calibration_point_number,float cal_point);
int Set_Cal_Nom(int channel,int calibration_point_number,int parameter, float *nom_val);
int Set_VI_Cal_Pnt(int parameter,int channel,int calibration_point_number,float cal_point);
int Set_VI_Del_Cal(int parameter,int channel,int calibration_point_number);
-int Set_VI_Control(int parameter,int channel,float new_ampl,int *point_found,int *relay_range,int *atten_range,
- int *UseNegData,int *entry,int *word_out,int *actual_pol,int *word_out_aux);
+int Set_VI_Control(int parameter,int channel,float new_ampl);
int Set_VI_Add_Cal(int parameter,int channel,float cal_point);
int Get_VI_Num_Pnts(int parameter,int channel);
int Get_VI_Rng_Info(int parameter, int channel, int calibration_point_number, int *range,