diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/AGC.cpp	Wed Mar 28 07:12:22 2012 +0000
@@ -0,0 +1,29 @@
+/*
+ * AGCparameters.cpp
+ *
+ *  Created on: 25 mar 2012
+ *      Author: ulha
+ */
+
+#include "AGC.h"
+
+AGC_parameters::AGC_parameters() {
+	// TODO Auto-generated constructor stub
+
+}
+
+AGC_parameters::~AGC_parameters() {
+	// TODO Auto-generated destructor stub
+}
+
+//
+
+AGC_coefficients::AGC_coefficients() {
+	// TODO Auto-generated constructor stub
+
+}
+
+AGC_coefficients::~AGC_coefficients() {
+	// TODO Auto-generated destructor stub
+}
+