Revision ad0d641b host/include/uhd/usrp/dboard_interface.hpp

b/host/include/uhd/usrp/dboard_interface.hpp
183 183
     * \param enb true for enabled
184 184
     */
185 185
    virtual void set_clock_enabled(unit_t unit, bool enb) = 0;
186

  
187
    /*!
188
     * Get the enabled status of a dboard block.
189
     *
190
     * \param unit which unit rx or tx
191
     * \return true for enabled
192
     */
193
    virtual bool get_clock_enabled(unit_t unit) = 0;
194 186
};
195 187

  
196 188
}} //namespace

Also available in: Unified diff