From 37d2832110333ec2691fafa414b362308b002f51 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 26 Jan 2011 11:28:52 -0800 Subject: usrp: rename special_props to have a unique prefix, and typedef it in dboard iface --- host/include/uhd/usrp/dboard_iface.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/usrp/dboard_iface.hpp b/host/include/uhd/usrp/dboard_iface.hpp index ed76383eb..b28e50082 100644 --- a/host/include/uhd/usrp/dboard_iface.hpp +++ b/host/include/uhd/usrp/dboard_iface.hpp @@ -29,7 +29,7 @@ namespace uhd{ namespace usrp{ //! Special properties that differentiate this daughterboard slot -struct special_props_t{ +struct dboard_iface_special_props_t{ /*! * Soft clock divider: * When a motherboard cannot provided a divided dboard clock, @@ -58,6 +58,7 @@ struct special_props_t{ class UHD_API dboard_iface{ public: typedef boost::shared_ptr sptr; + typedef dboard_iface_special_props_t special_props_t; //! tells the host which unit to use enum unit_t{ -- cgit v1.2.3