21    typedef std::shared_ptr<gps_ctrl> 
sptr;
 
Definition: gps_ctrl.hpp:19
 
static sptr make(uart_iface::sptr uart)
 
virtual std::vector< std::string > get_sensors(void)=0
 
virtual uhd::sensor_value_t get_sensor(std::string key)=0
 
virtual bool gps_detected(void)=0
 
virtual ~gps_ctrl(void)=0
 
std::shared_ptr< gps_ctrl > sptr
Definition: gps_ctrl.hpp:21
 
std::shared_ptr< uart_iface > sptr
Definition: serial.hpp:164
 
#define UHD_API
Definition: config.h:70
 
Definition: build_info.hpp:12
 
boost::noncopyable noncopyable
Definition: noncopyable.hpp:45
 
Definition: sensors.hpp:29