summaryrefslogtreecommitdiff
path: root/gr-digital/include/digital
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/include/digital')
-rw-r--r--gr-digital/include/digital/pfb_clock_sync_ccf.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/gr-digital/include/digital/pfb_clock_sync_ccf.h b/gr-digital/include/digital/pfb_clock_sync_ccf.h
index 901858c180..0720a15a88 100644
--- a/gr-digital/include/digital/pfb_clock_sync_ccf.h
+++ b/gr-digital/include/digital/pfb_clock_sync_ccf.h
@@ -310,6 +310,21 @@ namespace gr {
* \brief Returns the current clock rate
*/
virtual float clock_rate() const = 0;
+
+ /*!
+ * \brief Returns the current error of the control loop.
+ */
+ virtual float error() const = 0;
+
+ /*!
+ * \brief Returns the current rate of the control loop.
+ */
+ virtual float rate() const = 0;
+
+ /*!
+ * \brief Returns the current phase arm of the control loop.
+ */
+ virtual float phase() const = 0;
};
} /* namespace digital */