- working dictionary on messages

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@483 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-27 19:45:50 +00:00
parent 7508e1b665
commit 4373e458c7
3 changed files with 25 additions and 7 deletions
+8 -1
View File
@@ -174,7 +174,14 @@ namespace jay {
private:
void set_msg(pmt::pmt_t msg)
{
if (pmt::is_dict(msg))
{
fprintf(stderr, "Is dictionary\n!");
}
else
{
fprintf(stderr, "Sym: %s\n", pmt::symbol_to_string(msg).c_str());
}
}
Peak peakCheck(float const *pData, Peak const &peak, float thresh)