Generate 0xFFFFFFFF if no input signal is present
git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@422 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -198,7 +198,7 @@ int bit_slicer_impl::general_work (int noutput_items, gr_vector_int &ninput_item
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// out[outCount++] = (float)0xFFFFFFFF;
|
out[outCount++] = (float)0xFFFFFFFF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user