aboutsummaryrefslogblamecommitdiff
path: root/src/drivers/md25/BlockSysIdent.cpp
blob: 23b0724d8c495036ea8a7e0eca4539a52793efdb (plain) (tree)
1
2
3
4
5
6
7
8







                                
#include "BlockSysIdent.hpp"

BlockSysIdent::BlockSysIdent() :
	Block(NULL, "SYSID"),
	_freq(this, "FREQ"),
	_ampl(this, "AMPL")
{
}