#include <uhd/features/internal_sync_iface.hpp>
A class that provides access to the internal sync clock of a USRP. The implementation of the set_internal_sync_clk() method will be called by the enable and disable methods of the internal sync class.
Public Types | |
| using | sptr = std::shared_ptr<internal_sync_actor> |
Public Member Functions | |
| virtual | ~internal_sync_actor ()=default |
| virtual void | set_internal_sync_clk (const bool enable)=0 |
| using uhd::usrp::internal_sync_actor::sptr = std::shared_ptr<internal_sync_actor> |
|
virtualdefault |
|
pure virtual |
Enable or disable the sync clock for this daughterboard.