From 3db384424bd7398ffbb7a355cab8f15f3add009f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 2 Oct 2016 19:24:58 +0200 Subject: New upstream version 1.9.1+repack --- spectro/munki_imp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spectro/munki_imp.h') diff --git a/spectro/munki_imp.h b/spectro/munki_imp.h index ea9451f..f639395 100644 --- a/spectro/munki_imp.h +++ b/spectro/munki_imp.h @@ -177,6 +177,9 @@ struct _munkiimp { double intclkp; /* Integration clock period (computed from tickdur) */ + xcalstd native_calstd; /* Instrument native calibration standard */ + xcalstd target_calstd; /* Returned calibration standard */ + /* Current state of hardware (~~99 are all these used ??) */ double c_inttime; /* Integration period (=inttime + deadtime) */ int c_measmodeflags; /* Measurement mode flags (set by trigger() */ @@ -418,6 +421,7 @@ munki_code munki_imp_calibrate( munki *p, inst_cal_type *calt, /* Calibration type to do/remaining */ inst_cal_cond *calc, /* Current condition/desired condition */ +inst_calc_id_type *idtype, /* Condition identifier type */ char id[100] /* Condition identifier (ie. white reference ID) */ ); -- cgit v1.2.3