aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/include/uhd/types/time_spec.hpp3
-rw-r--r--host/include/uhd/utils/atomic.hpp6
2 files changed, 6 insertions, 3 deletions
diff --git a/host/include/uhd/types/time_spec.hpp b/host/include/uhd/types/time_spec.hpp
index e7d7d5ab4..bc8924436 100644
--- a/host/include/uhd/types/time_spec.hpp
+++ b/host/include/uhd/types/time_spec.hpp
@@ -39,7 +39,8 @@ namespace uhd{
class UHD_API time_spec_t : boost::additive<time_spec_t>, boost::totally_ordered<time_spec_t>{
public:
- /*!
+ /*! DEPRECATED -- Will get removed from UHD in future versions.
+ *
* Get the system time in time_spec_t format.
* Uses the highest precision clock available.
* \return the system time as a time_spec_t
diff --git a/host/include/uhd/utils/atomic.hpp b/host/include/uhd/utils/atomic.hpp
index d75a60c3b..3e2a705ad 100644
--- a/host/include/uhd/utils/atomic.hpp
+++ b/host/include/uhd/utils/atomic.hpp
@@ -25,7 +25,8 @@
namespace uhd{
- /*!
+ /*! DEPRECATED -- Will be removed in coming versions of UHD.
+ *
* Spin-wait on a condition with a timeout.
* \param cond an atomic variable to compare
* \param value compare to atomic for true/false
@@ -50,7 +51,8 @@ namespace uhd{
return true;
}
- /*!
+ /*! DEPRECATED -- Will be removed in coming versions of UHD.
+ *
* Claimer class to provide synchronization for multi-thread access.
* Claiming enables buffer classes to be used with a buffer queue.
*/