 |
USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-4+b1
UHD and USRP Manual
|
|
Go to the documentation of this file.
8 #ifndef INCLUDED_GPS_CTRL_HPP
9 #define INCLUDED_GPS_CTRL_HPP
14 #include <boost/shared_ptr.hpp>
22 typedef boost::shared_ptr<gps_ctrl>
sptr;
virtual ~gps_ctrl(void)=0
#define UHD_API
Definition: config.h:68
boost::shared_ptr< gps_ctrl > sptr
Definition: gps_ctrl.hpp:22
Definition: build_info.hpp:13
virtual bool gps_detected(void)=0
Definition: gps_ctrl.hpp:20
virtual uhd::sensor_value_t get_sensor(std::string key)=0
virtual std::vector< std::string > get_sensors(void)=0
boost::noncopyable noncopyable
Definition: noncopyable.hpp:46
static sptr make(uart_iface::sptr uart)
boost::shared_ptr< uart_iface > sptr
Definition: serial.hpp:165
Definition: sensors.hpp:30