summaryrefslogtreecommitdiff
path: root/gr-digital/lib/costas_loop_cc_impl.h
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2013-10-23 16:54:11 -0400
committerTom Rondeau <tom@trondeau.com>2013-10-29 12:10:59 -0400
commit335940562afaca441179d9d7ef98efdb78e9788e (patch)
treead3fdca16f2c167cdb19bb296c865c194591162c /gr-digital/lib/costas_loop_cc_impl.h
parent6f3ce0dd66238248337f3433e9ca17e041bcb262 (diff)
digital: adding ControlPort interfaces to the costas loop (also formatting tabs to spaces).
Diffstat (limited to 'gr-digital/lib/costas_loop_cc_impl.h')
-rw-r--r--gr-digital/lib/costas_loop_cc_impl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-digital/lib/costas_loop_cc_impl.h b/gr-digital/lib/costas_loop_cc_impl.h
index ceb45ce32f..0559f907aa 100644
--- a/gr-digital/lib/costas_loop_cc_impl.h
+++ b/gr-digital/lib/costas_loop_cc_impl.h
@@ -33,6 +33,7 @@ namespace gr {
{
private:
int d_order;
+ float d_error;
/*! \brief the phase detector circuit for 8th-order PSK loops
* \param sample complex sample
@@ -57,6 +58,10 @@ namespace gr {
public:
costas_loop_cc_impl(float loop_bw, int order);
~costas_loop_cc_impl();
+
+ float error() const;
+
+ void setup_rpc();
int work(int noutput_items,
gr_vector_const_void_star &input_items,