7 #ifndef INCLUDED_GPS_CTRL_HPP 8 #define INCLUDED_GPS_CTRL_HPP 12 #include <boost/shared_ptr.hpp> 13 #include <boost/utility.hpp> 14 #include <boost/function.hpp> 21 typedef boost::shared_ptr<gps_ctrl>
sptr;
33 virtual std::vector<std::string> get_sensors(
void) = 0;
44 virtual bool gps_detected(
void) = 0;
Definition: build_info.hpp:14
Definition: sensors.hpp:28
#define UHD_API
Definition: config.h:62
boost::shared_ptr< gps_ctrl > sptr
Definition: gps_ctrl.hpp:21
boost::shared_ptr< uart_iface > sptr
Definition: serial.hpp:185
Definition: gps_ctrl.hpp:19