Mercurial > hg > aimc
comparison branches/carfac_cpp/src/AGC.cpp @ 544:c666e8e0696a
style
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Thu, 29 Mar 2012 19:43:36 +0000 |
parents | 5f1f55b23301 |
children | e63fbe19b255 |
comparison
equal
deleted
inserted
replaced
543:cd2f402f3bd7 | 544:c666e8e0696a |
---|---|
1 #include "AGC.h" | 1 #include "AGC.h" |
2 | 2 |
3 AGC_coefficients:: AGC_coefficients(AGC_parameters* AGC_params, float fs, int n_ch){ | 3 AGC_coefficients::AGC_coefficients(AGC_parameters* AGC_params, float fs, int n_ch) |
4 // TODO stuff goes here | 4 { |
5 // TODO stuff goes here | |
5 } | 6 } |
6 | 7 |
7 AGC_coefficients::~AGC_coefficients() { | 8 AGC_coefficients::~AGC_coefficients() |
8 // TODO Auto-generated destructor stub | 9 { |
10 // TODO Auto-generated destructor stub | |
9 } | 11 } |