- add state changed text
- adjust band width git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@393 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -142,6 +142,10 @@ int preamble_sync_impl::general_work (int noutput_items, gr_vector_int &ninput_i
|
||||
out[j++] = m_word;
|
||||
break;
|
||||
}
|
||||
if (m_state != m_stateNext)
|
||||
{
|
||||
fprintf(stderr, "State changed\n");
|
||||
}
|
||||
m_state = m_stateNext;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user