- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user