#pragma once #include class mock_spi : public virtual uhd::spi_iface { public: typedef boost::shared_ptr sptr; static sptr make(const std::string &device); };