Mercurial > hg > aimc
diff branches/carfac_cpp/src/AGC.cpp @ 545:e63fbe19b255
stubbed some more, and tidying
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Sat, 31 Mar 2012 17:24:08 +0000 |
parents | c666e8e0696a |
children | d18ff10b5559 |
line wrap: on
line diff
--- a/branches/carfac_cpp/src/AGC.cpp Thu Mar 29 19:43:36 2012 +0000 +++ b/branches/carfac_cpp/src/AGC.cpp Sat Mar 31 17:24:08 2012 +0000 @@ -1,11 +1,10 @@ #include "AGC.h" -AGC_coefficients::AGC_coefficients(AGC_parameters* AGC_params, float fs, int n_ch) -{ +AGC_coefficients::AGC_coefficients(AGC_parameters* AGC_params, + float fs, int n_ch){ // TODO stuff goes here } -AGC_coefficients::~AGC_coefficients() -{ +AGC_coefficients::~AGC_coefficients(){ // TODO Auto-generated destructor stub }