- TimingGenerator tells Farrow whenn to produce a sample
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@1051 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -22,10 +22,12 @@ void TimingGenerator::setOmega(radio_float_t omega)
|
||||
m_omega = omega;
|
||||
}
|
||||
|
||||
void TimingGenerator::process(ComplexScalar const &iq)
|
||||
bool TimingGenerator::process(ComplexScalar const &iq)
|
||||
{
|
||||
(void)iq;
|
||||
update(1.0);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void TimingGenerator::update(radio_float_t dOmega)
|
||||
|
||||
Reference in New Issue
Block a user