- fixed tag
git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@468 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -411,7 +411,7 @@ namespace gr {
|
||||
Peak &peak = m_peakHistory[i];
|
||||
pmt::pmt_t tag_key = pmt::string_to_symbol(std::string("pos_id_") + std::to_string(peak.id));
|
||||
pmt::pmt_t tag_value = pmt::from_long(peak.pos);
|
||||
add_item_tag(DATA, nitems_written(DATA) + peak.pos, tag_key, tag_value, m_tag_id);
|
||||
add_item_tag(DATA, nitems_written(DATA) + k, tag_key, tag_value, m_tag_id);
|
||||
}
|
||||
|
||||
m_frameCount++;
|
||||
|
||||
Reference in New Issue
Block a user