summaryrefslogtreecommitdiff
path: root/gr-digital/lib/symbol_sync_cc_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/lib/symbol_sync_cc_impl.h')
-rw-r--r--gr-digital/lib/symbol_sync_cc_impl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-digital/lib/symbol_sync_cc_impl.h b/gr-digital/lib/symbol_sync_cc_impl.h
index e203db2a39..c6893b8789 100644
--- a/gr-digital/lib/symbol_sync_cc_impl.h
+++ b/gr-digital/lib/symbol_sync_cc_impl.h
@@ -102,15 +102,15 @@ private:
float d_avg_clock_period;
// Block output
- float d_osps;
- int d_osps_n;
+ const float d_osps;
+ const int d_osps_n;
// Tag Propagation and Symbol Clock Tracking Reset/Resync
uint64_t d_filter_delay; // interpolator filter delay
std::vector<tag_t> d_tags;
std::vector<tag_t> d_new_tags;
- pmt::pmt_t d_time_est_key;
- pmt::pmt_t d_clock_est_key;
+ const pmt::pmt_t d_time_est_key;
+ const pmt::pmt_t d_clock_est_key;
// Optional Diagnostic Outputs
int d_noutputs;