diff options
Diffstat (limited to 'host/include/uhd/types/time_spec.hpp')
-rw-r--r-- | host/include/uhd/types/time_spec.hpp | 3 |
1 files changed, 2 insertions, 1 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 |