comparison src/AGC.cpp @ 477:c03e8ead1862 carfac_cpp

Skeleton draft of CARFAC classes.
author Ulf.Hammarqvist@gmail.com
date Wed, 28 Mar 2012 07:12:22 +0000
parents
children 83e813152671
comparison
equal deleted inserted replaced
-1:000000000000 477:c03e8ead1862
1 /*
2 * AGCparameters.cpp
3 *
4 * Created on: 25 mar 2012
5 * Author: ulha
6 */
7
8 #include "AGC.h"
9
10 AGC_parameters::AGC_parameters() {
11 // TODO Auto-generated constructor stub
12
13 }
14
15 AGC_parameters::~AGC_parameters() {
16 // TODO Auto-generated destructor stub
17 }
18
19 //
20
21 AGC_coefficients::AGC_coefficients() {
22 // TODO Auto-generated constructor stub
23
24 }
25
26 AGC_coefficients::~AGC_coefficients() {
27 // TODO Auto-generated destructor stub
28 }
29