Browse Source

md25: remove used source files BlockSysIdent.{cpp,hpp}

sbg
Beat Küng 7 years ago
parent
commit
e3d653d9a7
  1. 8
      src/drivers/md25/BlockSysIdent.cpp
  2. 11
      src/drivers/md25/BlockSysIdent.hpp

8
src/drivers/md25/BlockSysIdent.cpp

@ -1,8 +0,0 @@ @@ -1,8 +0,0 @@
#include "BlockSysIdent.hpp"
BlockSysIdent::BlockSysIdent() :
Block(NULL, "SYSID"),
_freq(this, "FREQ"),
_ampl(this, "AMPL")
{
}

11
src/drivers/md25/BlockSysIdent.hpp

@ -1,11 +0,0 @@ @@ -1,11 +0,0 @@
#include <controllib/block/Block.hpp>
#include <controllib/block/BlockParam.hpp>
class BlockSysIdent : public control::Block
{
public:
BlockSysIdent();
private:
BlockParamFloat _freq;
BlockParamFloat _ampl;
};
Loading…
Cancel
Save