diff options
author | Eral Tuerkyilmaz <eral@gmx.net> | 2019-03-22 21:54:19 +0100 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-04-19 18:11:14 +0200 |
commit | 6658739bfc50cf51f2a75784d92265369a07a04b (patch) | |
tree | 2719a9c921d4ce43dffdbdd54aa3668ca3a81416 /gr-analog/lib | |
parent | 34f124441a23810855434d14311e07ca0e1210c5 (diff) |
gr-analog: sig source byte support mode, added qa tests #1994
Diffstat (limited to 'gr-analog/lib')
-rw-r--r-- | gr-analog/lib/sig_source_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-analog/lib/sig_source_impl.cc b/gr-analog/lib/sig_source_impl.cc index 1b3aa82e44..fa18a25bba 100644 --- a/gr-analog/lib/sig_source_impl.cc +++ b/gr-analog/lib/sig_source_impl.cc @@ -287,7 +287,7 @@ void sig_source_impl<T>::set_phase(float phase) { d_nco.set_phase(phase); } - +template class sig_source<std::int8_t>; template class sig_source<std::int16_t>; template class sig_source<std::int32_t>; template class sig_source<float>; |