Mercurial > hg > aimc
view branches/carfac_cpp/src/IHC.h @ 540:0972b3161871
stubilub lolipop
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Wed, 28 Mar 2012 16:44:46 +0000 |
parents | 750075ee8e3a |
children | da49bc37a6dd |
line wrap: on
line source
#ifndef IHC_H_ #define IHC_H_ // not sure how to best deal with the "three style" IHC - ulha class IHC_parameters { public: IHC_parameters(); virtual ~IHC_parameters(); float tau_lpf; float tau1_out; float tau1_in; float tau2_out; float tau2_in; }; class IHC_coefficients { public: IHC_coefficients(); virtual ~IHC_coefficients(); }; #endif /* IHC_H_ */