Working on sysid. Added debug values.

This commit is contained in:
James Goppert
2013-06-22 13:41:38 -04:00
parent 7643106208
commit 42f09c4b54
3 changed files with 48 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "BlockSysIdent.hpp"
BlockSysIdent::BlockSysIdent() :
Block(NULL, "SYSID"),
_freq(this, "FREQ"),
_ampl(this, "AMPL")
{
}